Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dnptv6.c57 typedef int (nptv6_cb_t)(ipfw_nptv6_cfg *i, const char *name, uint8_t set); typedef
58 static int nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set,
422 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach()