Linux0.96c/net/socketcall.h

Compare this file to the similar file:
Show the results in this format:

#ifndef _SOCKETCALL_
#define _SOCKETCALL_

#define SYS_SOCKET 1
#define SYS_BIND 2
#define SYS_CONNECT 3
#define SYS_LISTEN 4
#define SYS_ACCEPT 5
#define SYS_GETSOCKNAME 6
#define SYS_GETPEERNAME 7
#define SYS_SOCKETPAIR 8

#endif _SOCKETCALL_