Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint.c263 static int ndo_printf(netdissect_options *ndo,
554 ndo_printf(netdissect_options *ndo, const char *fmt, ...) in ndo_printf() function
573 ndo->ndo_printf=ndo_printf; in ndo_set_function_pointers()
H A Dnetdissect.h251 int (*ndo_printf)(netdissect_options *, member
419 #define ND_PRINT(...) (ndo->ndo_printf)(ndo, __VA_ARGS__)