gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_IOR from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/sockio.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/sockio.h - 6.6KB - 129 lines
40: #define SIOCSHIWAT       _IOW('s',  0, int)          /* set high watermark */
41: #define SIOCGHIWAT       _IOR('s',  1, int)          /* get high watermark */
42: #define SIOCSLOWAT       _IOW('s',  2, int)          /* set low watermark */
43: #define SIOCGLOWAT       _IOR('s',  3, int)          /* get low watermark */
44: #define SIOCATMARK       _IOR('s',  7, int)          /* at oob mark? */
45: #define SIOCSPGRP        _IOW('s',  8, int)           /* set process group */
46: #define SIOCGPGRP        _IOR('s',  9, int)           /* get process group */
47: