Home
last modified time | relevance | path

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

/xnu-8796.101.5/tests/
H A Difnet_overflow.c26 ret = ioctl(fd, SIOCIFDESTROY, &ifr); in create_interfaces()
H A Dioc_str.h132 X(SIOCIFDESTROY) \
H A Dsioc-if-addr-bounds.c79 err = ioctl(s, SIOCIFDESTROY, &ifr); in ifnet_destroy()
H A Dnet_bridge.c3121 err = ioctl(s, SIOCIFDESTROY, &ifr); in ifnet_destroy()
/xnu-8796.101.5/bsd/sys/
H A Dsockio.h184 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/xnu-8796.101.5/bsd/net/
H A Dif.c3063 case SIOCIFDESTROY: /* struct ifreq */ in ifioctl()
3446 case SIOCIFDESTROY: in ifioctl_ifreq()
5951 case SIOCIFDESTROY: in ifioctl_cassert()