Home
last modified time | relevance | path

Searched refs:zephyr_print (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-zephyr.c145 zephyr_print(netdissect_options *ndo, const u_char *cp, int length) in zephyr_print() function
Dnetdissect.h618 extern void zephyr_print(netdissect_options *, const u_char *, int);
Dprint-udp.c613 zephyr_print(ndo, (const void *)(up + 1), length); in udp_print()