sockios.h 496 B

123456789101112131415161718192021
  1. #ifndef _ASM_IA64_SOCKIOS_H
  2. #define _ASM_IA64_SOCKIOS_H
  3. /*
  4. * Socket-level I/O control calls.
  5. *
  6. * Based on <asm-i386/sockios.h>.
  7. *
  8. * Modified 1998, 1999
  9. * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
  10. */
  11. #define FIOSETOWN 0x8901
  12. #define SIOCSPGRP 0x8902
  13. #define FIOGETOWN 0x8903
  14. #define SIOCGPGRP 0x8904
  15. #define SIOCATMARK 0x8905
  16. #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
  17. #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
  18. #endif /* _ASM_IA64_SOCKIOS_H */