Searched refs:ifaddr_t (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h1300 reference to an ifaddr_t, be sure to bump the reference count
1306 errno_t ifnet_get_address_list(ifnet_t interface, ifaddr_t **addresses);
1315 reference to an ifaddr_t, be sure to bump the reference count
1323 errno_t ifnet_get_address_list_family(ifnet_t interface, ifaddr_t **addresses, sa_family_t family);
1332 void ifnet_free_address_list(ifaddr_t *addresses);
1539 /* ifaddr_t accessors */
1549 errno_t ifaddr_reference(ifaddr_t ifaddr);
1558 errno_t ifaddr_release(ifaddr_t ifaddr);
1568 errno_t ifaddr_address(ifaddr_t ifaddr, struct sockaddr *out_addr, u_int32_t addr_size);
1576 sa_family_t ifaddr_address_family(ifaddr_t ifadd
[all...]
H A Dkpi_interface.c749 ifaddr_t **addresses)
758 ifaddr_t **addresses,
793 MALLOC(*addresses, ifaddr_t*, sizeof(ifaddr_t) * (cmax + 1), M_TEMP, M_NOWAIT);
812 (*addresses)[count] = (ifaddr_t)addr;
831 ifaddr_t *addresses)
1167 /* ifaddr_t accessors */
1172 ifaddr_t ifa)
1181 ifaddr_t ifa)
1190 ifaddr_t if
[all...]
H A Dether_inet_pr_module.c310 ifaddr_t ifa = data;
369 ifaddr_t *addresses;
H A Ddlil.c1842 ifaddr_t source_hw = NULL;
1843 ifaddr_t source_ip = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.h112 function will setup the ifaddr_t for use with the IP ARP
117 be an ifaddr_t. If this is an IP address, inet_arp_init_ifaddr
134 void inet_arp_init_ifaddr(ifnet_t interface, ifaddr_t ipaddr);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkernel_types.h66 typedef struct __ifaddr* ifaddr_t; typedef in typeref:struct:__ifaddr
91 typedef struct ifaddr* ifaddr_t; typedef in typeref:struct:ifaddr
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8504 ifaddr_t address,
8556 ifaddr_t *addresses = NULL;

Completed in 110 milliseconds