sockios.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.sockios.h 1.5 05/17/01 18:14:25 cort
  3.  */
  4. #ifndef _ASM_PPC_SOCKIOS_H
  5. #define _ASM_PPC_SOCKIOS_H
  6. #if 0 /* These are defined this way on Alpha - maybe later. */
  7. /* Socket-level I/O control calls. */
  8. #define FIOGETOWN _IOR('f', 123, int)
  9. #define FIOSETOWN  _IOW('f', 124, int)
  10. #define SIOCATMARK _IOR('s', 7, int)
  11. #define SIOCSPGRP _IOW('s', 8, pid_t)
  12. #define SIOCGPGRP _IOR('s', 9, pid_t)
  13. #define SIOCGSTAMP 0x8906 /* Get stamp - linux-specific */
  14. #endif
  15. #endif /* _ASM_PPC_SOCKIOS_H */