Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-arp.c191 ND_DEFAULTPRINT((const u_char *)ap, length); in atmarp_print()
246 ND_DEFAULTPRINT((const u_char *)ap, caplen); in atmarp_print()
273 ND_DEFAULTPRINT((const u_char *)ap, length); in arp_print()
326 ND_DEFAULTPRINT((const u_char *)ap, caplen); in arp_print()
Dnetdissect.h214 #define ND_DEFAULTPRINT(ap, length) (*ndo->ndo_default_print)(ndo, ap, length) macro