/src/sys/netatalk/ |
phase2.h | 36 #define llc_ether_type llc_un.type_snap.ether_type
|
aarp.c | 204 eh->ether_type = 0; /* if_output will treat as 802 */ 224 eh->ether_type = htons(ETHERTYPE_AARP); 510 eh->ether_type = 0; /* if_output will treat as 802 */ 512 eh->ether_type = htons(ETHERTYPE_AARP); 639 eh->ether_type = 0; /* if_output will treat as 802 */ 661 eh->ether_type = htons(ETHERTYPE_AARP);
|
/src/sys/arch/mvme68k/stand/sboot/ |
etherfun.c | 42 eh->ether_type = ETYPE_RARP; 65 if (eh->ether_type == ETYPE_RARP && rarp->ar_op == OPCODE_REPLY) { 113 eh->ether_type = ETYPE_IP; 174 if ((eh->ether_type != ETYPE_IP) ||
|
etherfun.h | 56 u_short ether_type; member in struct:ether_header
|
/src/sys/lib/libsa/ |
ether.c | 76 eh->ether_type = htons(etype); 120 *etype = ntohs(eh->ether_type);
|
/src/sys/arch/macppc/stand/ofwboot/ |
netif_of.c | 150 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 214 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/newsmips/stand/boot/ |
netif_news.c | 122 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 183 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/ofppc/stand/ofwboot/ |
netif_of.c | 146 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 206 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/shark/stand/ofwboot/ |
netif_of.c | 146 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 206 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/sparc/stand/common/ |
netif_sun.c | 147 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 208 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/sparc/stand/ofwboot/ |
netif_of.c | 155 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 218 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|
/src/sys/arch/x68k/stand/boot/ |
if_ne.c | 122 printf("type: 0x%x\n", eh->ether_type & 0xffff);
|
/src/sys/arch/pmax/stand/common/ |
if_prom.c | 259 if (ntohs(eh->ether_type) == 0x0800) { 287 printf("ether_type = 0x%x\n", ntohs(eh->ether_type)); 289 if (ntohs(eh->ether_type) == 0x0800) {
|
/src/sys/net/ |
if_llc.h | 78 uint16_t ether_type; member in struct:llc::__anonf58a6730010a::__anonf58a67300608
|
if_ethersubr.c | 156 #define llc_snap_ether_type llc_un.type_snap.ether_type 373 /* AF_UNSPEC doesn't swap the byte order of the ether_type. */ 374 etype = ((const struct ether_header *)dst->sa_data)->ether_type; 414 memcpy(&eh->ether_type, &etype, sizeof(eh->ether_type)); 483 uint16_t ether_type; local in function:altq_etherclassify 492 ether_type = htons(eh->ether_type); 494 if (ether_type < ETHERMTU) { 507 ether_type = htons(llc->llc_un.type_snap.ether_type) [all...] |
ether_sw_offload.c | 101 switch (type = ntohs(ep->ether_type)) { 190 switch (htons(eh->ether_type)) {
|
/src/usr.sbin/npf/npftest/ |
npfstream.c | 49 if (ntohs(eth->ether_type) != ETHERTYPE_IP) {
|
/src/sys/arch/emips/stand/common/ |
enic.c | 318 printf("ether_type = 0x%x\n", ntohs(eh->ether_type)); 320 if (ntohs(eh->ether_type) == 0x0800) {
|
/src/usr.sbin/npf/npfctl/ |
npf_parse.y | 202 %type <etype> ether_type 761 : FROM maybe_not filt_addr TO maybe_not filt_addr ether_type 766 | FROM maybe_not filt_addr ether_type 770 | TO maybe_not filt_addr ether_type 776 ether_type label
|
npfctl.h | 84 uint16_t ether_type; member in struct:l2
|
/src/sys/arch/xen/xen/ |
xennet_checksum.c | 98 etype = eh->ether_type;
|
/src/sys/net/agr/ |
if_agrether_hash.c | 88 etype = eh->ether_type;
|
/src/usr.sbin/wakeonlan/ |
wakeonlan.c | 171 pkt.hdr.ether_type = htons(0);
|
/src/usr.sbin/rarpd/ |
rarpd.c | 389 if (ep->ether_type != ETHERTYPE_REVARP || 391 if (ntohs (ep->ether_type) != ETHERTYPE_REVARP || 795 ep->ether_type = ETHERTYPE_REVARP; 797 ep->ether_type = htons(ETHERTYPE_REVARP);
|
/src/sys/arch/sun68k/stand/libsa/ |
netif_sun.c | 292 printf("type: 0x%x\n", eh->ether_type & 0xFFFF); 406 printf("type: 0x%x\n", eh->ether_type & 0xFFFF);
|