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

/external/tcpdump/
H A Dnetdissect.h82 typedef struct netdissect_options netdissect_options; typedef in typeref:struct:netdissect_options
84 struct netdissect_options { struct
139 void (*ndo_default_print)(netdissect_options *,
141 void (*ndo_info)(netdissect_options *, int verbose);
143 int (*ndo_printf)(netdissect_options *,
145 void (*ndo_error)(netdissect_options *,
147 void (*ndo_warning)(netdissect_options *,
217 extern void ts_print(netdissect_options *ipdo,
229 extern char *read_infile(netdissect_options *, cha
[all...]

Completed in 1191 milliseconds