MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nat64lsn_destroy_cb

Function nat64lsn_destroy_cb

tools/ipfw/nat64lsn.c:816–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816static int
817nat64lsn_destroy_cb(ipfw_nat64lsn_cfg *cfg, const char *name __unused,
818 uint8_t set)
819{
820
821 if (g_co.use_set != 0 && cfg->set != set)
822 return (ESRCH);
823
824 nat64lsn_destroy(cfg->name, cfg->set);
825 return (0);
826}
827
828
829/*

Callers

nothing calls this directly

Calls 1

nat64lsn_destroyFunction · 0.70

Tested by

no test coverage detected