| /src/external/bsd/tcpdump/dist/ |
| print-ipoib.c | 44 uint16_t ether_type; local 46 ether_type = GET_BE_U_2(bp + 40); 49 tok2str(ethertype_values,"Unknown", ether_type), 50 ether_type); 53 tok2str(ethertype_values,"Unknown", ether_type)); 71 u_short ether_type; local 96 ether_type = GET_BE_U_2(p + 40); 99 if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) { 100 /* ether_type not known, print raw packet */
|
| print-ap1394.c | 97 u_short ether_type; local 112 ether_type = GET_BE_U_2(fp->firewire_type); 117 if (ethertype_print(ndo, ether_type, p, length, caplen, &src, &dst) == 0) { 118 /* ether_type not known, print raw packet */
|
| print-symantec.c | 40 nd_uint16_t ether_type; member in struct:symantec_header 52 etype = GET_BE_U_2(sp->ether_type); 82 u_short ether_type; local 96 ether_type = GET_BE_U_2(sp->ether_type); 98 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { 99 /* ether_type not known, print raw packet */ 105 } else if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) { 106 /* ether_type not known, print raw packet */
|
| print-sll.c | 163 u_short ether_type; local 178 ether_type = GET_BE_U_2(sllp->sll_protocol); 180 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { 184 switch (ether_type) { 205 ether_type); 210 tok2str(ethertype_values, "Unknown", ether_type), 211 ether_type); 230 u_short ether_type; local 262 ether_type = GET_BE_U_2(sllp->sll_protocol); 269 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) 347 u_short ether_type; local 413 u_short ether_type; local [all...] |
| /src/external/mpl/dhcp/dist/includes/netinet/ |
| if_ether.h | 55 u_int16_t ether_type; member in struct:isc_ether_header
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| etherfun.h | 56 u_short ether_type; member in struct:ether_header
|
| /src/sys/net/ |
| if_llc.h | 78 uint16_t ether_type; member in struct:llc::__anon7017::__anon7022
|
| if_ether.h | 90 uint16_t ether_type; member in struct:ether_header
|
| if_ethersubr.c | 157 #define llc_snap_ether_type llc_un.type_snap.ether_type 411 /* AF_UNSPEC doesn't swap the byte order of the ether_type. */ 412 etype = ((const struct ether_header *)dst->sa_data)->ether_type; 452 memcpy(&eh->ether_type, &etype, sizeof(eh->ether_type)); 521 uint16_t ether_type; local 530 ether_type = htons(eh->ether_type); 532 if (ether_type < ETHERMTU) { 545 ether_type = htons(llc->llc_un.type_snap.ether_type) [all...] |
| if_bridge.c | 2723 uint16_t ether_type; local 2728 ether_type = ntohs(eh1->ether_type); 2733 if (ether_type < ETHERMTU) { 2740 ether_type = htons(llc2->llc_un.type_snap.ether_type); 2758 switch (ether_type) { 2785 switch (ether_type)
|
| /src/external/bsd/ipf/dist/ipsd/Celler/ |
| ip_compat.h | 182 __u16 ether_type; member in struct:__anon6698
|
| /src/usr.sbin/npf/npfctl/ |
| npfctl.h | 84 uint16_t ether_type; member in struct:l2
|
| npf_build.c | 542 const uint16_t ether_type = fopts->filt.opt2.ether_type; local 545 addr_or_ether = ap_from || ap_to || ether_type; 549 if (ether_type != 0) { 550 fetch_ether_type(bc, ether_type);
|
| /src/sys/net/npf/ |
| npf.h | 168 uint8_t ether_type; member in struct:__anon436
|