Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsockio.h262 #define SIOCSIFLOG _IOWR('i', 155, struct ifreq) macro
/xnu-8020.101.4/bsd/net/
H A Dif.c3028 case SIOCSIFLOG: /* struct ifreq */ in ifioctl()
3769 case SIOCSIFLOG: in ifioctl_ifreq()
5893 case SIOCSIFLOG: in ifioctl_cassert()
H A Ddlil.c11007 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()
11009 if (cmd == SIOCSIFLOG) { in ifnet_getset_log()