Home
last modified time | relevance | path

Searched refs:ETHERTYPE_ARP (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dethernet.h108 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
H A Dether_inet_pr_module.c218 if (eh->ether_type == htons(ETHERTYPE_ARP)) { in ether_inet_input()
462 eh->ether_type = htons(ETHERTYPE_ARP); in ether_inet_arp()
563 u_short arp_native = htons(ETHERTYPE_ARP); in ether_attach_inet()
H A Dether_if_module.c428 } else if (ether_type == htons(ETHERTYPE_ARP)) { in ether_demux()
H A Dif_bridge.c7558 if (eh->ether_type == htons(ETHERTYPE_ARP)) {
8784 case ETHERTYPE_ARP:
8856 case ETHERTYPE_ARP:
9017 case ETHERTYPE_ARP:
9262 case ETHERTYPE_ARP:
H A Dbpf.c3810 if (type == ETHERTYPE_ARP) { in get_ether_trunc_len()
/xnu-10063.141.1/tests/
H A Dbpflib.c256 if (bpf_arp_filter(fd, 12, ETHERTYPE_ARP, in main()
H A Dnet_bridge.c867 case ETHERTYPE_ARP: in ethernet_frame_validate()
953 eh_p->ether_type = htons(ETHERTYPE_ARP); in ethernet_arp_frame_populate()
2179 T_ASSERT_EQ((int)ntohs(eh_p->ether_type), (int)ETHERTYPE_ARP, NULL); in validate_mac_nat_arp_out()
2238 T_ASSERT_EQ((int)ntohs(eh_p->ether_type), (int)ETHERTYPE_ARP, NULL); in validate_mac_nat_arp_in()
/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_udp.c188 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
917 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()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c178 ETHERTYPE_ARP,