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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsockio.h179 #define SIOCPROTOATTACH _IOWR('i', 80, struct ifreq) /* attach proto to interface */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat.c675 case SIOCPROTOATTACH:
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c447 case SIOCPROTOATTACH:
620 case SIOCPROTOATTACH:
H A Din_dhcp.c894 error = ifioctl(context->so, SIOCPROTOATTACH, (caddr_t)&context->ifr,
897 printf("dhcp: SIOCPROTOATTACH failed: %d\n", error);
900 dprintf(("dhcp: SIOCPROTOATTACH done\n"));

Completed in 14 milliseconds