Searched refs:SIOCAIFADDR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsockio.h110 #define SIOCAIFADDR _IOW('i', 26, struct ifaliasreq)/* add/chg IF alias */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c340 case SIOCAIFADDR:
365 && (cmd == SIOCAIFADDR)
372 else if (cmd == SIOCAIFADDR) {
675 case SIOCAIFADDR:
1017 return in_control(so, SIOCAIFADDR, (caddr_t)&ifra, ifp, p);
1160 * SIOCSIFADDR for first address, and SIOCAIFADDR for alias(es).
1165 cmd = (&ia->ia_ifa == ifa0) ? SIOCSIFADDR : SIOCAIFADDR;
1170 * If we've just sent down SIOCAIFADDR, send another ioctl down
1176 if (error == 0 && cmd == SIOCAIFADDR) {
H A Din_dhcp.c119 return (ifioctl(so, SIOCAIFADDR, (caddr_t)&ifra, current_proc()));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_inet_pr_module.c317 case SIOCAIFADDR:

Completed in 34 milliseconds