Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsockio.h263 #define SIOCGIFLOG _IOWR('i', 156, struct ifreq) macro
/xnu-8019.80.24/bsd/net/
H A Dif.c2769 case SIOCGIFLOG: in ifioctl_restrict_intcoproc()
3032 case SIOCGIFLOG: /* struct ifreq */ in ifioctl()
3773 case SIOCGIFLOG: in ifioctl_ifreq()
5889 case SIOCGIFLOG: in ifioctl_cassert()
H A Ddlil.c10936 VERIFY(cmd == SIOCSIFLOG || cmd == SIOCGIFLOG); in ifnet_getset_log()