HomeSort by relevance Sort by last modified time
    Searched full:netdb_protoname (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-cnfp.c 214 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)
ipproto.h 39 extern const char *netdb_protoname (const nd_uint8_t);
ipproto.c 359 netdb_protoname (const nd_uint8_t protoid) function
print-ip.c 502 if (ndo->ndo_nflag==0 && (p_name = netdb_protoname(ipds->nh)) != NULL)
689 if (!ndo->ndo_nflag && (p_name = netdb_protoname(ipds->ip->ip_p)) != NULL)
print-isakmp.c     [all...]

Completed in 149 milliseconds