Searched refs:SIOCAUTOADDR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsockio.h126 #define SIOCAUTOADDR _IOWR('i', 38, struct ifreq) /* autoconf address */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c819 error = ifioctl(context->so, SIOCAUTOADDR,
822 printf("dhcp: SIOCAUTOADDR failed: %d\n", error);
887 error = ifioctl(context->so, SIOCAUTOADDR, (caddr_t)&context->ifr, procp);
889 printf("dhcp: SIOCAUTOADDR failed: %d\n", error);
892 dprintf(("dhcp: SIOCAUTOADDR done\n"));
H A Din.c329 case SIOCAUTOADDR:
482 case SIOCAUTOADDR:

Completed in 33 milliseconds