Home
last modified time | relevance | path

Searched refs:SIOCGIFLOG (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/tests/
H A Dioc_str.h169 X(SIOCGIFLOG) \
/xnu-12377.81.4/bsd/sys/
H A Dsockio_private.h183 #define SIOCGIFLOG _IOWR('i', 156, struct ifreq) macro
/xnu-12377.81.4/bsd/net/
H A Dif.c2985 case SIOCGIFLOG: in ifioctl_restrict_intcoproc()
3111 case SIOCGIFLOG: in ifioctl_restrict_management()
3413 case SIOCGIFLOG: /* struct ifreq */ in ifioctl()
4259 case SIOCGIFLOG: in ifioctl_ifreq()
6753 case SIOCGIFLOG: in ifioctl_cassert()
H A Ddlil.c6955 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()