Searched refs:ether_addr (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | ethernet.h | 100 typedef struct ether_addr { struct 136 struct ether_addr *ether_aton(const char *); 178 int ether_hostton(const char *, struct ether_addr *); 179 int ether_line(const char *, struct ether_addr *, char *); 180 char *ether_ntoa(const struct ether_addr *); 181 struct ether_addr *ether_aton(const char *); 182 int ether_ntohost(char *, const struct ether_addr *);
|
| H A D | etherdefs.h | 69 typedef struct ether_addr enet_addr_t;
|
| H A D | ether_inet_pr_module.c | 111 struct ether_addr *macaddr); 368 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
|
| H A D | if_bond.c | 86 static struct ether_addr slow_proto_multicast = { 323 struct ether_addr po_saved_addr; 965 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p) in if_siflladdr() 2285 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface() 2546 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
|
| H A D | necp_client.c | 8483 struct ether_addr *remote_mac) in necp_client_destination_mac_address() 8566 struct ether_addr local_ether = {}; in necp_client_flow_mac_and_gateway() 8570 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_client_flow_mac_and_gateway() 8574 struct ether_addr remote_ether = {}; in necp_client_flow_mac_and_gateway() 8579 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_client_flow_mac_and_gateway() 8594 sizeof(struct ether_addr), (uint8_t *)(struct ether_addr * __bidi_indexable)&local_ether, in necp_client_flow_mac_and_gateway() 8599 sizeof(struct ether_addr), (uint8_t *)(struct ether_addr * __bidi_indexable)&remote_ether, in necp_client_flow_mac_and_gateway() 12358 … *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct ether_addr *local_ether_add… in necp_create_nexus_assign_message() 12384 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_create_nexus_assign_message() 12421 …or, NECP_CLIENT_RESULT_LOCAL_ETHER_ADDR, sizeof(struct ether_addr), (uint8_t *)(struct ether_addr … in necp_create_nexus_assign_message()
|
| H A D | necp.h | 1587 struct ether_addr *local_ether_addr,
|
| /xnu-12377.81.4/tests/ |
| H A D | net_ndrv.c | 56 static const struct ether_addr multicast_one = { 60 static const struct ether_addr multicast_two = { 65 ndrv_socket_do_multicast(int s, const struct ether_addr * multiaddr, in ndrv_socket_do_multicast() 88 ndrv_socket_add_multicast(int s, const struct ether_addr * multiaddr) in ndrv_socket_add_multicast() 94 ndrv_socket_remove_multicast(int s, const struct ether_addr * multiaddr) in ndrv_socket_remove_multicast()
|
| H A D | bpf_write.c | 217 struct ether_addr src_eaddr = { 0 }; in do_bpf_write() 223 struct ether_addr dst_eaddr = { 0 }; in do_bpf_write()
|
| H A D | bpf_write_batch.c | 222 struct ether_addr src_eaddr = { 0 }; in make_bootp_packet() 228 struct ether_addr dst_eaddr = { 0 }; in make_bootp_packet()
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_netifdirect.c | 188 skt_netif_ipv6_udp_frame_populate(packet_t ph, struct ether_addr *src_mac, in skt_netif_ipv6_udp_frame_populate() 189 struct in6_addr *src_ip, uint16_t src_port, struct ether_addr *dst_mac, in skt_netif_ipv6_udp_frame_populate() 297 struct ether_addr *dst_mac, struct in6_addr *dst_ip, uint16_t dst_port, 479 struct ether_addr *dst_mac, struct in6_addr *dst_ip, uint16_t dst_port, in skt_netif_send_and_receive() 749 struct ether_addr our_mac, peer_mac; in skt_netifdirect_xfer_ipv6()
|
| H A D | skywalk_test_common.h | 323 extern int skt_add_arp_entry(struct in_addr host, struct ether_addr *eaddr);
|
| H A D | skywalk_test_utils.h | 169 struct ether_addr mac_addr;
|
| H A D | skywalk_test_common.c | 2753 skt_add_arp_entry(struct in_addr host, struct ether_addr *eaddr) in skt_add_arp_entry() 2759 struct ether_addr *ea; in skt_add_arp_entry() 2772 ea = (struct ether_addr *)LLADDR(&sdl_m); in skt_add_arp_entry()
|
| H A D | skt_xfer.c | 2686 set_feth_mac_addr(struct ether_addr *feth_macaddr, uint32_t unit) in set_feth_mac_addr() 2721 struct ether_addr feth0_macaddr; in skt_xfer_udp_common() 2722 struct ether_addr feth1_macaddr; in skt_xfer_udp_common()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | ip_compat.h | 73 struct ether_addr { 713 struct ether_addr {
|
| /xnu-12377.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 47 get_mac_addr(struct nx_netif *nif, struct ether_addr *addr) in get_mac_addr()
|