Searched defs:netdissect_options (Results 1 – 2 of 2) sorted by relevance
164 typedef struct netdissect_options netdissect_options; typedef199 struct netdissect_options { struct200 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */201 int ndo_eflag; /* print ethernet header */202 int ndo_fflag; /* don't translate "foreign" IP address */203 int ndo_Kflag; /* don't check IP, TCP or UDP checksums */204 int ndo_nflag; /* leave addresses as numbers */205 int ndo_Nflag; /* remove domains from printed host names */206 int ndo_qflag; /* quick (shorter) output */207 int ndo_Sflag; /* print raw TCP sequence numbers */[all …]
426 void (*print_switch_tag)(netdissect_options *, const u_char *), in ether_switch_tag_print()