Searched defs:netdissect_options (Results 1 – 1 of 1) sorted by relevance
89 typedef struct netdissect_options netdissect_options; typedef91 struct netdissect_options { struct92 int ndo_aflag; /* translate network and broadcast addresses */93 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */94 int ndo_eflag; /* print ethernet header */95 int ndo_fflag; /* don't translate "foreign" IP address */96 int ndo_Kflag; /* don't check TCP checksums */97 int ndo_nflag; /* leave addresses as numbers */98 int ndo_Nflag; /* remove domains from printed host names */99 int ndo_qflag; /* quick (shorter) output */[all …]