Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsockio.h263 #define SIOCGIFLOG _IOWR('i', 156, struct ifreq) macro
/xnu-8020.101.4/bsd/net/
H A Dif.c2766 case SIOCGIFLOG: in ifioctl_restrict_intcoproc()
3029 case SIOCGIFLOG: /* struct ifreq */ in ifioctl()
3770 case SIOCGIFLOG: in ifioctl_ifreq()
5894 case SIOCGIFLOG: in ifioctl_cassert()
H A Ddlil.c11007 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()