OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndo_default_print
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
tcpdump.c
109
static void
ndo_default_print
(netdissect_options *, const u_char *, u_int);
479
gndo->
ndo_default_print
=
ndo_default_print
;
1341
ndo_default_print
(netdissect_options *ndo _U_, const u_char *bp, u_int length)
function
1349
ndo_default_print
(gndo, bp, length);
[
all
...]
netdissect.h
139
void (*
ndo_default_print
)(netdissect_options *,
member in struct:netdissect_options
214
#define ND_DEFAULTPRINT(ap, length) (*ndo->
ndo_default_print
)(ndo, ap, length)
Completed in 423 milliseconds