Home
last modified time | relevance | path

Searched refs:ether_addr (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dethernet.h100 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 Detherdefs.h69 typedef struct ether_addr enet_addr_t;
H A Dether_inet_pr_module.c110 struct ether_addr *macaddr);
368 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
H A Dif_bond.c93 static struct ether_addr slow_proto_multicast = {
279 struct ether_addr po_saved_addr;
930 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p) in if_siflladdr()
2227 (const struct ether_addr *)IF_LLADDR(ifp)); in bond_add_interface()
2506 (const struct ether_addr *) IF_LLADDR(ifp)); in bond_remove_interface()
H A Dnecp.h1508 struct ether_addr *local_ether_addr,
H A Dnecp_client.c11204 … *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct ether_addr *local_ether_add… in necp_create_nexus_assign_message()
11230 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_create_nexus_assign_message()
11262 …r_write_tlv(cursor, NECP_CLIENT_RESULT_LOCAL_ETHER_ADDR, sizeof(struct ether_addr), local_ether_ad… in necp_create_nexus_assign_message()
/xnu-10063.141.1/tests/
H A Dnet_ndrv.c56 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 Dbpf_write.c236 struct ether_addr src_eaddr = {}; in do_bpf_write()
242 struct ether_addr dst_eaddr = {}; in do_bpf_write()
H A Dbpf_write_batch.c242 struct ether_addr src_eaddr = {}; in make_bootp_packet()
248 struct ether_addr dst_eaddr = {}; in make_bootp_packet()
/xnu-10063.141.1/bsd/netinet/
H A Dip_compat.h73 struct ether_addr {
713 struct ether_addr {
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c47 get_mac_addr(struct nx_netif *nif, struct ether_addr *addr) in get_mac_addr()