Searched refs:ETHERTYPE_ARP (Results 1 – 9 of 9) sorted by relevance
108 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
219 if (eh->ether_type == htons(ETHERTYPE_ARP)) { in ether_inet_input()463 eh->ether_type = htons(ETHERTYPE_ARP); in ether_inet_arp()563 u_short arp_native = htons(ETHERTYPE_ARP); in ether_attach_inet()
530 if (ether_type == htons(ETHERTYPE_ARP)) { in ether_demux()
3902 if (type == ETHERTYPE_ARP) { in get_ether_trunc_len()
191 #define HTONS_ETHERTYPE_ARP htons(ETHERTYPE_ARP)9174 case ETHERTYPE_ARP:
256 if (bpf_arp_filter(fd, 12, ETHERTYPE_ARP, in main()
544 case ETHERTYPE_ARP: in ethernet_frame_validate()630 eh_p->ether_type = htons(ETHERTYPE_ARP); in ethernet_arp_frame_populate()1850 T_ASSERT_EQ((int)ntohs(eh_p->ether_type), (int)ETHERTYPE_ARP, NULL); in validate_mac_nat_arp_out()1909 T_ASSERT_EQ((int)ntohs(eh_p->ether_type), (int)ETHERTYPE_ARP, NULL); in validate_mac_nat_arp_in()
188 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro917 eh->ether_type = htons(ETHERTYPE_ARP); in kdp_arp_reply()956 if (ntohs(eh->ether_type) == ETHERTYPE_ARP) { in kdp_poll()1036 eh->ether_type = htons(ETHERTYPE_ARP); in transmit_ARP_request()
178 ETHERTYPE_ARP,