Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dnetmap.h553 #undef _IO // ws2def.h
555 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ macro
560 #define _IOWR(_c, _n, _s) _IO(_c, _n)
564 #define NETMAP_POLL _IO('i', 162)
567 #define NETMAP_SETSOCKOPT _IO('i', 140)
568 #define NETMAP_GETSOCKOPT _IO('i', 141)
596 #define NIOCTXSYNC _IO('i', 148) /* sync tx queues */
597 #define NIOCRXSYNC _IO('i', 149) /* sync rx queues */