Searched refs:netdb_protoname (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dipproto.h39 extern const char *netdb_protoname (const nd_uint8_t);
H A Dipproto.c360 netdb_protoname (const nd_uint8_t protoid) function
H A Dprint-cnfp.c214 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL)
310 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL)
406 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL)
H A Dprint-ip.c508 if (ndo->ndo_nflag==0 && (p_name = netdb_protoname(ipds->nh)) != NULL)
695 if (!ndo->ndo_nflag && (p_name = netdb_protoname(ipds->ip->ip_p)) != NULL)
H A Dprint-isakmp.c1387 if (!ndo->ndo_nflag && doi_id.proto_id && (p_name = netdb_protoname(doi_id.proto_id)) != NULL)

Completed in 81 milliseconds