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

Function nptv6_destroy_cb

tools/ipfw/nptv6.c:385–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385static int
386nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name __unused, uint8_t set)
387{
388
389 if (g_co.use_set != 0 && cfg->set != set)
390 return (ESRCH);
391
392 nptv6_destroy(cfg->name, cfg->set);
393 return (0);
394}
395
396
397/*

Callers

nothing calls this directly

Calls 1

nptv6_destroyFunction · 0.70

Tested by

no test coverage detected