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

/macosx-10.9.5/tcpdump-56/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.c105 u_short extracted_ethertype; local
168 &extracted_ethertype) == 0) {
174 if (extracted_ethertype) {
176 etherproto_string(htons(extracted_ethertype)));
H A Dprint-atm.c140 u_short extracted_ethertype; local
143 &extracted_ethertype)) {
145 if (extracted_ethertype) {
147 etherproto_string(htons(extracted_ethertype)));
H A Dprint-fddi.c246 u_short extracted_ethertype; local
270 &extracted_ethertype) == 0) {
278 if (extracted_ethertype) {
280 etherproto_string(htons(extracted_ethertype)));
H A Dprint-fr.c235 u_int16_t extracted_ethertype; local
254 extracted_ethertype = EXTRACT_16BITS(p+addr_len);
257 fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype);
259 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.c151 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
158 *extracted_ethertype = 0;
150 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.c1687 u_short extracted_ethertype; local
1758 &extracted_ethertype) == 0) {
1766 if (extracted_ethertype)
1769 htons(extracted_ethertype)));

Completed in 157 milliseconds