Home
last modified time | relevance | path

Searched refs:ether_addr_t (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/tests/ !
H A Dnet_test_lib.h176 extern ether_addr_t ether_broadcast;
190 extern void ifnet_get_lladdr(const char * ifname, ether_addr_t * eaddr);
196 extern int ifnet_set_lladdr(const char * ifname, ether_addr_t * eaddr);
217 const ether_addr_t * src,
220 const ether_addr_t * dst,
227 const ether_addr_t * src,
230 const ether_addr_t * dst,
236 extern u_int make_dhcp_payload(dhcp_min_payload_t payload, ether_addr_t *eaddr);
H A Dnet_bridge.c78 ether_addr_t mac;
80 ether_addr_t member_mac;
140 set_ethernet_address(ether_addr_t *eaddr, u_int unit, u_int addr_index) in set_ethernet_address()
187 get_ipv6_ll_address(const ether_addr_t *mac, struct in6_addr * in6) in get_ipv6_ll_address()
242 static ether_addr_t ether_external = {
297 ether_ntoa_buf(const ether_addr_t *n, char * buf, int buf_size) in ether_ntoa_buf()
367 ether_ntoa_buf((const ether_addr_t *)earp->arp_sha, in arp_frame_validate()
370 ether_ntoa_buf((const ether_addr_t *)earp->arp_tha, in arp_frame_validate()
531 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_dhost, in ethernet_frame_validate()
533 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_shost, in ethernet_frame_validate()
[all …]
H A Dnet_test_lib.c48 ether_addr_t ether_broadcast = {
208 const ether_addr_t * src, in ethernet_udp4_frame_populate()
211 const ether_addr_t * dst, in ethernet_udp4_frame_populate()
278 const ether_addr_t * src, in ethernet_udp6_frame_populate()
281 const ether_addr_t * dst, in ethernet_udp6_frame_populate()
343 ifnet_get_lladdr(const char * ifname, ether_addr_t * eaddr) in ifnet_get_lladdr()
361 ifnet_set_lladdr(const char * ifname, ether_addr_t * eaddr) in ifnet_set_lladdr()
606 make_dhcp_payload(dhcp_min_payload_t payload, ether_addr_t *eaddr) in make_dhcp_payload()
H A Dnet_vlan.c307 ether_addr_t eaddr; in vlan_send_short_packet()
/xnu-11417.121.6/bsd/net/ !
H A Dethernet.h102 } ether_addr_t; typedef
H A Dif_bridge.c8356 ether_addr_t ether_shost;
/xnu-11417.121.6/tests/skywalk/ !
H A Dskt_filter.c96 static ether_addr_t src_mac_addr, dst_mac_addr;
250 bcopy(dst_mac_addr.octet, eh->ether_dhost, sizeof(ether_addr_t)); in custom_ether_build_packet()
251 bcopy(src_mac_addr.octet, eh->ether_shost, sizeof(ether_addr_t)); in custom_ether_build_packet()
257 bcopy(dst_mac_addr.octet, evh->evl_dhost, sizeof(ether_addr_t)); in custom_ether_build_packet()
258 bcopy(src_mac_addr.octet, evh->evl_shost, sizeof(ether_addr_t)); in custom_ether_build_packet()
/xnu-11417.121.6/bsd/skywalk/nexus/ !
H A Dos_nexus_private.h390 ether_addr_t nfr_etheraddr;