Searched refs:ether_addr (Results 1 – 16 of 16) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | ethernet.h | 100 typedef struct ether_addr { struct 135 struct ether_addr *ether_aton(const char *); 177 int ether_hostton(const char *, struct ether_addr *); 178 int ether_line(const char *, struct ether_addr *, char *); 179 char *ether_ntoa(const struct ether_addr *); 180 struct ether_addr *ether_aton(const char *); 181 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 | 85 static struct ether_addr slow_proto_multicast = { 322 struct ether_addr po_saved_addr; 964 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p) in if_siflladdr() 2284 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface() 2545 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
|
| H A D | necp.h | 1563 struct ether_addr *local_ether_addr,
|
| H A D | necp_client.c | 11396 … *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct ether_addr *local_ether_add… in necp_create_nexus_assign_message() 11422 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_create_nexus_assign_message() 11456 …or, NECP_CLIENT_RESULT_LOCAL_ETHER_ADDR, sizeof(struct ether_addr), (uint8_t *)(struct ether_addr … in necp_create_nexus_assign_message()
|
| /xnu-11417.121.6/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-11417.121.6/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 | 329 extern int skt_add_arp_entry(struct in_addr host, struct ether_addr *eaddr);
|
| H A D | skywalk_test_utils.h | 168 struct ether_addr mac_addr;
|
| H A D | skywalk_test_common.c | 2805 skt_add_arp_entry(struct in_addr host, struct ether_addr *eaddr) in skt_add_arp_entry() 2811 struct ether_addr *ea; in skt_add_arp_entry() 2824 ea = (struct ether_addr *)LLADDR(&sdl_m); in skt_add_arp_entry()
|
| H A D | skt_xfer.c | 2685 set_feth_mac_addr(struct ether_addr *feth_macaddr, uint32_t unit) in set_feth_mac_addr() 2720 struct ether_addr feth0_macaddr; in skt_xfer_udp_common() 2721 struct ether_addr feth1_macaddr; in skt_xfer_udp_common()
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | ip_compat.h | 73 struct ether_addr { 713 struct ether_addr {
|
| /xnu-11417.121.6/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()
|