Searched defs:netdissect_options (Results 1 – 1 of 1) sorted by relevance
142 typedef struct netdissect_options netdissect_options; typedef148 struct netdissect_options { struct149 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */150 int ndo_eflag; /* print ethernet header */151 int ndo_fflag; /* don't translate "foreign" IP address */152 int ndo_Kflag; /* don't check TCP checksums */153 int ndo_nflag; /* leave addresses as numbers */154 int ndo_Nflag; /* remove domains from printed host names */155 int ndo_qflag; /* quick (shorter) output */156 int ndo_Sflag; /* print raw TCP sequence numbers */[all …]