diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-02-09 16:31:44 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-02-10 14:05:03 +0100 |
| commit | 52601ba68852d4498791306ac3d8540aaa7354a1 (patch) | |
| tree | a2c31c150c2b0a4716f07f2991cffa4a50be0906 /sys/socket_amd64.const | |
| parent | 36e6b03b1122ec72d518a6944f30cd7d910505a4 (diff) | |
sys: fix socket.txt include
Diffstat (limited to 'sys/socket_amd64.const')
| -rw-r--r-- | sys/socket_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/socket_amd64.const b/sys/socket_amd64.const index 65dd51450..0af36e1b4 100644 --- a/sys/socket_amd64.const +++ b/sys/socket_amd64.const @@ -9,6 +9,7 @@ AF_NETLINK = 16 AF_PACKET = 17 AF_UNIX = 1 AF_X25 = 9 +IPPROTO_ICMP = 1 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 MSG_CONFIRM = 2048 |
