Searched refs:ifa_ifwithaddr (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h674 struct ifaddr *ifa_ifwithaddr(const struct sockaddr *);
H A Dif.c577 ifa_ifwithaddr( function
658 return (ifa_ifwithaddr(addr));
H A Dkpi_interface.c1269 return ifa_ifwithaddr(address);
H A Droute.c846 if ((ifa = ifa_ifwithaddr(gateway))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c392 * for ifa_ifwithaddr. Clear the port and the ifname.
398 if (!(ifa = ifa_ifwithaddr((struct sockaddr *) sin))) {
H A Dip_input.c1698 ifa_ifwithaddr((struct sockaddr *)&ipaddr);
1806 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0) {
1874 if ((ia = (struct in_ifaddr*)ifa_ifwithaddr((SA)&ipaddr)) == 0)
H A Draw_ip.c730 (ifa = ifa_ifwithaddr((struct sockaddr *)addr)) == 0)) {
H A Din_pcb.c399 if ((ifa = ifa_ifwithaddr((struct sockaddr *)sin)) == 0) {
H A Dip_mroute.c705 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
H A Dip_output.c3093 ifa = ifa_ifwithaddr(&src);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Draw_ip6.c644 (ia = ifa_ifwithaddr((struct sockaddr *)addr)) == 0)
H A Din6_pcb.c218 /* this must be cleared for ifa_ifwithaddr() */
236 if ((ia = ifa_ifwithaddr((struct sockaddr *)sin6)) == 0) {
H A Dicmp6.c1211 if ((ia6 = (struct in6_ifaddr *)ifa_ifwithaddr((struct sockaddr *)&sin6)) != NULL) {
H A Dip6_output.c2493 ia6 = (struct in6_ifaddr *)ifa_ifwithaddr(sin6tosa(&sin6));

Completed in 155 milliseconds