Lines Matching refs:_IOWR
433 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
454 #define SIOCGIFCONF _IOWR('i', 20, struct ifconf)
463 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq)
464 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq)
465 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq)
466 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq)
467 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq)
469 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq)
473 #define SIOCGIFNAME _IOWR('i', 50, struct ifreq)
474 #define SIOCGIFINDEX _IOWR('i', 51, struct ifreq)
476 #define SIOCGIFMTU _IOWR('i', 52, struct ifreq)
479 #define SIOCGIFHWADDR _IOWR('i', 54, struct ifreq)