We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fecfc8 commit 079be0bCopy full SHA for 079be0b
gc/network.h
@@ -50,20 +50,6 @@
50
#define SO_TYPE 0x1008 /* get socket type */
51
52
53
-/*
54
- * Level number for (get/set)sockopt() to apply to socket itself.
55
- */
56
-#define SOL_SOCKET 0xffff /* options for socket level */
57
-
58
-#define AF_UNSPEC 0
59
-#define AF_INET 2
60
-#define PF_INET AF_INET
61
-#define PF_UNSPEC AF_UNSPEC
62
63
-#define IPPROTO_IP 0
64
-#define IPPROTO_TCP 6
65
-#define IPPROTO_UDP 17
66
67
/*
68
* Options for level IPPROTO_IP
69
*/
0 commit comments