diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 13:40:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 15:00:09 +0000 |
| commit | c22c6600ea5172145e20d546d9856421eaee0527 (patch) | |
| tree | 594aa44ead8e823e0f82d4cbf814c429d35ba248 /sys/linux/socket.txt.const | |
| parent | 354ef1b79576274b4f240cee74dc43cecdbbd0db (diff) | |
pkg/compiler: add consts to all files that mention them
We already do this in most cases except for template structs (nlattr notably).
Add consts that are used in template structs to all files that use them.
This helps to avoid flakiness, and allows to replace descriptions files
with other descriptions files without regenerating all const files.
This also fixes check for presence of descriptions for sys/linux/auto.txt.json.
Diffstat (limited to 'sys/linux/socket.txt.const')
| -rw-r--r-- | sys/linux/socket.txt.const | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/linux/socket.txt.const b/sys/linux/socket.txt.const index 6a06c03db..45be577b1 100644 --- a/sys/linux/socket.txt.const +++ b/sys/linux/socket.txt.const @@ -158,8 +158,22 @@ IFREQ_SIZE = 40, 386:arm:32 IPPROTO_ICMP = 1 IPV4_FLOW = 16 IPV4_USER_FLOW = 13 +IPV6_2292DSTOPTS = 4 +IPV6_2292HOPLIMIT = 8 +IPV6_DONTFRAG = 62 IPV6_FLOW = 17 +IPV6_FLOWINFO = 11 +IPV6_HOPLIMIT = 52 +IPV6_HOPOPTS = 54 +IPV6_PKTINFO = 50 +IPV6_RTHDR = 57 +IPV6_RTHDRDSTOPTS = 55 +IPV6_TCLASS = 67 IPV6_USER_FLOW = 14 +IP_PKTINFO = 8 +IP_RETOPTS = 7 +IP_TOS = 1 +IP_TTL = 2 IP_USER_FLOW = 13 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 @@ -178,6 +192,8 @@ MSG_TRUNC = 32 MSG_WAITALL = 256 MSG_WAITFORONE = 65536 MSG_ZEROCOPY = 67108864 +SCM_CREDENTIALS = 2 +SCM_RIGHTS = 1 SCM_TXTIME = 61 SCTP_V4_FLOW = 3 SCTP_V6_FLOW = 7 |
