Searched refs:ether_addr (Results 1 – 10 of 10) sorted by relevance
| /xnu-10002.1.13/bsd/net/ |
| H A D | ethernet.h | 100 typedef struct ether_addr { struct 135 struct ether_addr *ether_aton(const char *); 181 int ether_hostton(const char *, struct ether_addr *); 182 int ether_line(const char *, struct ether_addr *, char *); 183 char *ether_ntoa(const struct ether_addr *); 184 struct ether_addr *ether_aton(const char *); 185 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 | 108 struct ether_addr *macaddr); 361 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
|
| H A D | if_bond.c | 91 static struct ether_addr slow_proto_multicast = { 277 struct ether_addr po_saved_addr; 928 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p) in if_siflladdr() 2225 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface() 2504 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
|
| H A D | necp.h | 1471 struct ether_addr *local_ether_addr,
|
| H A D | necp_client.c | 11006 … *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct ether_addr *local_ether_add… in necp_create_nexus_assign_message() 11032 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_create_nexus_assign_message() 11064 …r_write_tlv(cursor, NECP_CLIENT_RESULT_LOCAL_ETHER_ADDR, sizeof(struct ether_addr), local_ether_ad… in necp_create_nexus_assign_message()
|
| /xnu-10002.1.13/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 | 225 struct ether_addr src_eaddr = {}; in do_bpf_write() 231 struct ether_addr dst_eaddr = {}; in do_bpf_write()
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | ip_compat.h | 73 struct ether_addr { 713 struct ether_addr {
|
| /xnu-10002.1.13/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 46 get_mac_addr(struct nx_netif *nif, struct ether_addr *addr) in get_mac_addr()
|