Home
last modified time | relevance | path

Searched refs:SIOCIFDESTROY (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/tests/
H A Difnet_overflow.c26 ret = ioctl(fd, SIOCIFDESTROY, &ifr); in create_interfaces()
H A Dioc_str.h133 X(SIOCIFDESTROY) \
H A Dnet_test_lib.c426 err = ioctl(s, SIOCIFDESTROY, &ifr); in ifnet_destroy()
H A Dsioc-if-addr-bounds.c79 err = ioctl(s, SIOCIFDESTROY, &ifr); in ifnet_destroy()
/xnu-11417.140.69/bsd/sys/
H A Dsockio.h163 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/xnu-11417.140.69/bsd/net/
H A Dif.c3407 case SIOCIFDESTROY: /* struct ifreq */ in ifioctl()
3898 case SIOCIFDESTROY: in ifioctl_ifreq()
6683 case SIOCIFDESTROY: in ifioctl_cassert()
/xnu-11417.140.69/tests/skywalk/
H A Dskywalk_test_common.c1107 if (ioctl(s, SIOCIFDESTROY, &ifr) < 0) { in sktc_ifnet_destroy()