Searched defs:netdissect_options (Results 1 – 2 of 2) sorted by relevance
172 typedef struct netdissect_options netdissect_options; typedef207 struct netdissect_options { struct208 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */209 int ndo_eflag; /* print ethernet header */210 int ndo_fflag; /* don't translate "foreign" IP address */211 int ndo_Kflag; /* don't check IP, TCP or UDP checksums */212 int ndo_nflag; /* leave addresses as numbers */213 int ndo_Nflag; /* remove domains from printed host names */214 int ndo_qflag; /* quick (shorter) output */215 int ndo_Sflag; /* print raw TCP sequence numbers */[all …]
424 void (*print_switch_tag)(netdissect_options *, const u_char *), in ether_switch_tag_print()