OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndo_printer
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-ppi.c
52
if_ndo_printer
ndo_printer
;
local
86
} else if ((
ndo_printer
= lookup_ndo_printer(dlt)) != NULL) {
87
ndo_printer
(ndo, h, p);
print-pktap.c
102
if_ndo_printer
ndo_printer
;
local
146
} else if ((
ndo_printer
= lookup_ndo_printer(dlt)) != NULL) {
147
ndo_printer
(ndo, h, p);
tcpdump.c
201
struct
ndo_printer
{
struct
211
static const struct
ndo_printer
ndo_printers[] = {
418
const struct
ndo_printer
*p;
464
if_ndo_printer
ndo_printer
;
member in union:print_info::__anon24507
867
printinfo.p.
ndo_printer
= lookup_ndo_printer(type);
868
if (printinfo.p.
ndo_printer
== NULL) {
[
all
...]
Completed in 70 milliseconds