|
|
1.1 root 1: #ifndef _SOCKETCALL_
2: #define _SOCKETCALL_
3:
4: #define SYS_SOCKET 1
5: #define SYS_BIND 2
6: #define SYS_CONNECT 3
7: #define SYS_LISTEN 4
8: #define SYS_ACCEPT 5
9: #define SYS_GETSOCKNAME 6
10: #define SYS_GETPEERNAME 7
11: #define SYS_SOCKETPAIR 8
12:
13: #endif _SOCKETCALL_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.