HomeSort by: relevance | last modified time | path
    Searched refs:ndo_printf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print.c 266 static int ndo_printf(netdissect_options *ndo,
573 ndo_printf(netdissect_options *ndo, const char *fmt, ...) function
592 ndo->ndo_printf=ndo_printf;
netdissect.h 260 int (*ndo_printf)(netdissect_options *,
441 #define ND_PRINT(...) (ndo->ndo_printf)(ndo, __VA_ARGS__)

Completed in 20 milliseconds