Home
last modified time | relevance | path

Searched refs:SIOCSIFLOG (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dsockio.h262 #define SIOCSIFLOG _IOWR('i', 155, struct ifreq) macro
/xnu-8019.80.24/bsd/net/
H A Dif.c3031 case SIOCSIFLOG: /* struct ifreq */ in ifioctl()
3772 case SIOCSIFLOG: in ifioctl_ifreq()
5888 case SIOCSIFLOG: in ifioctl_cassert()
H A Ddlil.c10936 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()
10938 if (cmd == SIOCSIFLOG) { in ifnet_getset_log()