Home
last modified time | relevance | path

Searched defs:netdissect_options (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dnetdissect.h136 typedef struct netdissect_options netdissect_options; typedef
142 struct netdissect_options { struct
143 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */
144 int ndo_eflag; /* print ethernet header */
145 int ndo_fflag; /* don't translate "foreign" IP address */
146 int ndo_Kflag; /* don't check TCP checksums */
147 int ndo_nflag; /* leave addresses as numbers */
148 int ndo_Nflag; /* remove domains from printed host names */
149 int ndo_qflag; /* quick (shorter) output */
150 int ndo_Sflag; /* print raw TCP sequence numbers */
[all …]