Home
last modified time | relevance | path

Searched refs:timed_print (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-timed.c47 timed_print(register const u_char *bp) in timed_print() function
Dinterface.h299 extern void timed_print(const u_char *);
Dnetdissect.h483 extern void timed_print(netdissect_options *,const u_char *, u_int);
Dprint-udp.c579 timed_print((const u_char *)(up + 1)); in udp_print()