Go to the documentation of this file.
10 #ifndef _ASM_SOCKIOS_H
11 #define _ASM_SOCKIOS_H
13 #include <asm/ioctl.h>
16 #define FIOGETOWN _IOR('f', 123, int)
17 #define FIOSETOWN _IOW('f', 124, int)
19 #define SIOCATMARK _IOR('s', 7, int)
20 #define SIOCSPGRP _IOW('s', 8, pid_t)
21 #define SIOCGPGRP _IOR('s', 9, pid_t)
23 #define SIOCGSTAMP 0x8906
24 #define SIOCGSTAMPNS 0x8907