Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintactivenat.c19 struct protoent *pproto; in printactivenat() local
61 pproto = getprotobynumber(nat->nat_pr[0]); in printactivenat()
62 PRINTF(" %s", pproto->p_name); in printactivenat()
86 pproto = getprotobynumber(nat->nat_pr[1]); in printactivenat()
87 PRINTF(" %s", pproto->p_name); in printactivenat()
110 pproto = getprotobynumber(nat->nat_pr[0]); in printactivenat()
111 PRINTF(" %s", pproto->p_name); in printactivenat()