Home
last modified time | relevance | path

Searched refs:etherproto_string (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ether.c72 etherproto_string(ep->ether_type), in ether_print()
138 etherproto_string(htons(extracted_ethertype))); in ether_tryprint()
285 etherproto_string(htons(extracted_ethertype))); in ether_encap_print()
H A Daddrtoname.h37 extern char *etherproto_string(u_short);
H A Dprint-etherip.c121 etherproto_string(htons(extracted_ethertype))); in etherip_print()
H A Dprint-null.c175 etherproto_string(htons(extracted_ethertype))); in null_if_print()
H A Dprint-fddi.c311 etherproto_string(htons(extracted_ethertype))); in fddi_if_print()
H A Daddrtoname.c495 etherproto_string(u_short port) in etherproto_string() function