diff options
Diffstat (limited to 'sys/linux/socket_amd64.const')
| -rw-r--r-- | sys/linux/socket_amd64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/socket_amd64.const b/sys/linux/socket_amd64.const index 9814b3cba..a845299fc 100644 --- a/sys/linux/socket_amd64.const +++ b/sys/linux/socket_amd64.const @@ -119,6 +119,7 @@ IFF_TUN = 1 IFF_TUN_EXCL = 32768 IFF_VNET_HDR = 16384 IFNAMSIZ = 16 +IFREQ_SIZE = 40 IPPROTO_ICMP = 1 IPV4_FLOW = 16 IPV4_USER_FLOW = 13 @@ -215,6 +216,8 @@ SIOCSIFTXQLEN = 35139 SIOCSMIIREG = 35145 SIOCSPGRP = 35074 SIOCWANDEV = 35146 +SOCKADDR_SIZE = 16 +SOCKADDR_STORAGE_SIZE = 128 SOCK_CLOEXEC = 524288 SOCK_DCCP = 6 SOCK_DGRAM = 2 |
