sockios.h 376 B

12345678910111213
  1. #ifndef __ASM_GENERIC_SOCKIOS_H
  2. #define __ASM_GENERIC_SOCKIOS_H
  3. /* Socket-level I/O control calls. */
  4. #define FIOSETOWN 0x8901
  5. #define SIOCSPGRP 0x8902
  6. #define FIOGETOWN 0x8903
  7. #define SIOCGPGRP 0x8904
  8. #define SIOCATMARK 0x8905
  9. #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
  10. #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
  11. #endif /* __ASM_GENERIC_SOCKIOS_H */