Searched refs:ethertype_print (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-ap1394.c114 if (ethertype_print(ether_type, p, length, caplen) == 0) {
H A Dprint-symantec.c115 } else if (ethertype_print(ether_type, p, length, caplen) == 0) {
H A Dprint-sll.c226 if (ethertype_print(ether_type, p, length, caplen) == 0) {
H A Dprint-ether.c222 if (ethertype_print(ether_type, p, length, caplen) == 0) {
258 ethertype_print(u_short ether_type, const u_char *p, u_int length, u_int caplen) function
H A Dprint-llc.c425 ret = ethertype_print(et, p, length, caplen);
440 ret = ethertype_print(et, p, length, caplen);
H A Dinterface.h169 extern int ethertype_print(u_short, const u_char *, u_int, u_int);
H A Dnetdissect.h294 extern int ethertype_print(netdissect_options *,u_short, const u_char *,
H A Dprint-fr.c264 if (ethertype_print(extracted_ethertype,
H A Dprint-juniper.c742 if (ethertype_print(extracted_ethertype,

Completed in 67 milliseconds