Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dsockio_private.h177 #define SIOCGIFLOG _IOWR('i', 156, struct ifreq) macro
/xnu-11417.101.15/tests/
H A Dioc_str.h169 X(SIOCGIFLOG) \
/xnu-11417.101.15/bsd/net/
H A Dif.c3010 case SIOCGIFLOG: in ifioctl_restrict_intcoproc()
3134 case SIOCGIFLOG: in ifioctl_restrict_management()
3434 case SIOCGIFLOG: /* struct ifreq */ in ifioctl()
4276 case SIOCGIFLOG: in ifioctl_ifreq()
6715 case SIOCGIFLOG: in ifioctl_cassert()
H A Ddlil.c7038 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()