Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.c560 (void) ipf_resolvedest(softc, node->ipfd_names, in ipf_dstlist_node_add()
565 (void) ipf_resolvedest(softc, node->ipfd_names, in ipf_dstlist_node_add()
1272 (void) ipf_resolvedest(softc, in ipf_dstlist_sync()
H A Dip_state.c964 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_tifs[0], in ipf_state_putent()
966 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_tifs[1], in ipf_state_putent()
968 (void) ipf_resolvedest(softc, fr->fr_names, &fr->fr_dif, in ipf_state_putent()
H A Dip_fil.h1704 extern int ipf_resolvedest(ipf_main_softc_t *, char *,
H A Dfil.c3990 error = ipf_resolvedest(softc, fr->fr_names, fdp, v); in ipf_synclist()
3997 error = ipf_resolvedest(softc, fr->fr_names, fdp, v); in ipf_synclist()
4004 error = ipf_resolvedest(softc, fr->fr_names, fdp, v); in ipf_synclist()
7358 ipf_resolvedest(ipf_main_softc_t *softc, char *base, frdest_t *fdp, int v) function