Searched refs:raw_if_print (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-raw.c | 36 raw_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p) in raw_if_print() function
|
D | tcpdump.c | 260 { raw_if_print, DLT_RAW }, 262 { raw_if_print, DLT_IPV4 }, 265 { raw_if_print, DLT_IPV6 },
|
D | netdissect.h | 440 extern u_int raw_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
|