Home
last modified time | relevance | path

Searched refs:SIOCPROTOATTACH (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/tests/
H A Dioc_str.h104 X(SIOCPROTOATTACH) \
H A Dsioc-if-addr-bounds.c1141 error = ioctl(s, SIOCPROTOATTACH, &ifr); in test_proto_attach()
1146 error = ioctl(s, SIOCPROTOATTACH, &ifr); in test_proto_attach()
H A Dnet_test_lib.c412 err = ioctl(s, SIOCPROTOATTACH, &ifr); in ifnet_attach_ip()
/xnu-12377.81.4/bsd/sys/
H A Dsockio_private.h120 #define SIOCPROTOATTACH _IOWR('i', 80, struct ifreq) /* attach proto to interface */ macro
/xnu-12377.81.4/bsd/netinet/
H A Din.c1202 case SIOCPROTOATTACH: /* struct ifreq */ in in_control()
/xnu-12377.81.4/bsd/net/
H A Dif.c3670 case SIOCPROTOATTACH: /* struct ifreq */ in ifioctl()
6692 case SIOCPROTOATTACH: in ifioctl_cassert()