HomeSort by relevance Sort by last modified time
    Searched refs:ndo_printf (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print.c 236 static int ndo_printf(netdissect_options *ndo,
450 ndo_printf(netdissect_options *ndo, const char *fmt, ...) function
468 ndo->ndo_printf=ndo_printf;
netdissect.h 187 int (*ndo_printf)(netdissect_options *, member in struct:netdissect_options
321 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF

Completed in 886 milliseconds