Home
last modified time | relevance | path

Searched refs:ndo_printf (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dnetdissect.h165 int (*ndo_printf)(netdissect_options *, member
287 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF
Dtcpdump.c1042 gndo->ndo_printf=tcpdump_printf; in main()