Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dnetdissect.h164 typedef struct netdissect_options netdissect_options; typedef
199 struct netdissect_options { struct
200 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 …]
H A Dprint-ether.c426 void (*print_switch_tag)(netdissect_options *, const u_char *), in ether_switch_tag_print()