Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dethernet.h100 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 Detherdefs.h69 typedef struct ether_addr enet_addr_t;
H A Dether_inet_pr_module.c111 struct ether_addr *macaddr);
368 (struct ether_addr *)IF_LLADDR(ifp)); in ether_inet_prmod_ioctl()
H A Dif_bond.c85 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 Dnecp.h1563 struct ether_addr *local_ether_addr,
H A Dnecp_client.c11396 … *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 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.c217 struct ether_addr src_eaddr = { 0 }; in do_bpf_write()
223 struct ether_addr dst_eaddr = { 0 }; in do_bpf_write()
H A Dbpf_write_batch.c222 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 Dskt_netifdirect.c188 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 Dskywalk_test_common.h329 extern int skt_add_arp_entry(struct in_addr host, struct ether_addr *eaddr);
H A Dskywalk_test_utils.h168 struct ether_addr mac_addr;
H A Dskywalk_test_common.c2805 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 Dskt_xfer.c2685 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 Dip_compat.h73 struct ether_addr {
713 struct ether_addr {
/xnu-11417.121.6/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()