Searched refs:extracted_ethertype (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-cip.c74 u_short extracted_ethertype; local
89 &extracted_ethertype) == 0) {
93 if (extracted_ethertype) {
95 etherproto_string(htons(extracted_ethertype)));
H A Dprint-ipfc.c85 u_short extracted_ethertype; local
106 &extracted_ethertype) == 0) {
114 if (extracted_ethertype) {
116 etherproto_string(htons(extracted_ethertype)));
H A Dprint-sll.c121 u_short extracted_ethertype; local
171 &extracted_ethertype) == 0)
176 extracted_ethertype = 0;
183 if (extracted_ethertype) {
185 etherproto_string(htons(extracted_ethertype)));
H A Dprint-token.c107 u_short extracted_ethertype; local
170 &extracted_ethertype) == 0) {
176 if (extracted_ethertype) {
178 etherproto_string(htons(extracted_ethertype)));
H A Dprint-atm.c142 u_short extracted_ethertype; local
145 &extracted_ethertype)) {
147 if (extracted_ethertype) {
149 etherproto_string(htons(extracted_ethertype)));
H A Dprint-fddi.c248 u_short extracted_ethertype; local
272 &extracted_ethertype) == 0) {
280 if (extracted_ethertype) {
282 etherproto_string(htons(extracted_ethertype)));
H A Dprint-fr.c237 u_int16_t extracted_ethertype; local
256 extracted_ethertype = EXTRACT_16BITS(p+addr_len);
259 fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype);
261 if (ethertype_print(gndo, extracted_ethertype,
H A Dprint-juniper.c728 u_int16_t extracted_ethertype; local
736 extracted_ethertype = EXTRACT_16BITS(p);
739 if (ethertype_print(gndo, extracted_ethertype,
744 printf("unknown ethertype 0x%04x", extracted_ethertype);
917 u_int16_t extracted_ethertype; local
936 &extracted_ethertype) != 0)
965 u_int16_t extracted_ethertype; local
984 &extracted_ethertype) != 0)
H A Dprint-llc.c153 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
160 *extracted_ethertype = 0;
152 llc_print(const u_char *p, u_int length, u_int caplen, const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) argument
H A Dprint-802_11.c1716 u_short extracted_ethertype; local
1787 &extracted_ethertype) == 0) {
1795 if (extracted_ethertype)
1798 htons(extracted_ethertype)));

Completed in 192 milliseconds