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

  /external/tcpdump/
interface.h 390 #define nflag gndo->ndo_nflag
391 #define Nflag gndo->ndo_Nflag
netdissect.h 97 int ndo_nflag; /* leave addresses as numbers */ member in struct:netdissect_options
98 int ndo_Nflag; /* remove domains from printed host names */
print-ip.c 485 if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL)
664 if (!ndo->ndo_nflag && (proto = getprotobynumber(ipds->ip->ip_p)) != NULL)

Completed in 177 milliseconds