Home
last modified time | relevance | path

Searched refs:nptv6_cb_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipfw/
H A Dnptv6.c49 typedef int (nptv6_cb_t)(ipfw_nptv6_cfg *i, const char *name, uint8_t set); typedef
50 static int nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set,
414 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach()