-
Notifications
You must be signed in to change notification settings - Fork 9
/
iptraps.h
58 lines (49 loc) · 1.52 KB
/
iptraps.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* (c) UQLX - see COPYRIGHT
* - unrestricted use -
*/
#define IP_LISTEN 0x50
#define IP_SEND 0x51
#define IP_SENDTO 0x52
#define IP_RECV 0x53
#define IP_RECVFM 0x54
#define IP_GETOPT 0x55
#define IP_SETOPT 0x56
#define IP_SHUTDWN 0x57
#define IP_BIND 0x58
#define IP_CONNECT 0x59
#define IP_FCNTL 0x5a
#define IP_GETHOSTNAME 0x5b
#define IP_GETSOCKNAME 0x5c
#define IP_GETPEERNAME 0x5d
#define IP_GETHOSTBYNAME 0x5e
#define IP_GETHOSTBYADDR 0x5f
#define IP_SETHOSTENT 0x60
#define IP_ENDHOSTENT 0x61
#define IP_H_ERRNO 0x62
#define IP_GETSERVENT 0x63
#define IP_GETSERVBYNAME 0x64
#define IP_GETSERVBYPORT 0x65
#define IP_SETSERVENT 0x66
#define IP_ENDSERVENT 0x67
#define IP_GETNETENT 0x68
#define IP_GETNETBYNAME 0x69
#define IP_GETNETBYADDR 0x6a
#define IP_SETNETENT 0x6b
#define IP_ENDNETENT 0x6c
#define IP_GETPROTOENT 0x6d
#define IP_GETPROTOBYNAME 0x6e
#define IP_GETPROTOBYNUMBER 0x6f
#define IP_SETPROTOENT 0x70
#define IP_ENDPROTOENT 0x71
#define IP_INET_ATON 0x72
#define IP_INET_ADDR 0x73
#define IP_INET_NETWORK 0x74
#define IP_INET_NTOA 0x75
#define IP_INET_MAKEADDR 0x76
#define IP_INET_LNAOF 0x77
#define IP_INET_NETOF 0x78
#define IP_IOCTL 0x79
#define IP_GETDOMAIN 0x7a
#define IP_H_STRERROR 0x7b
#define IP_ERRNO 0x7c