Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cnfp.c214 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL) in cnfp_v1_print()
310 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL) in cnfp_v5_print()
406 if (!ndo->ndo_nflag && (p_name = netdb_protoname(nr->proto)) != NULL) in cnfp_v6_print()
Dipproto.h39 extern const char *netdb_protoname (const nd_uint8_t);
Dipproto.c359 netdb_protoname (const nd_uint8_t protoid) in netdb_protoname() function
Dprint-ip.c502 if (ndo->ndo_nflag==0 && (p_name = netdb_protoname(ipds->nh)) != NULL) in ip_print_demux()
689 if (!ndo->ndo_nflag && (p_name = netdb_protoname(ipds->ip->ip_p)) != NULL) in ip_print()
Dprint-isakmp.c1387 if (!ndo->ndo_nflag && doi_id.proto_id && (p_name = netdb_protoname(doi_id.proto_id)) != NULL) in ikev1_id_print()