update golang libraries (#15258) (#15259)

This commit is contained in:
techknowlogick 2021-04-03 04:42:18 -04:00 committed by GitHub
parent 8ec7beb9f4
commit 33c4e246fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 4196 additions and 3174 deletions

View file

@ -4,23 +4,10 @@
package ipv4
const (
sysIP_OPTIONS = 0x1
sysIP_HDRINCL = 0x2
sysIP_TOS = 0x3
sysIP_TTL = 0x4
sysIP_RECVOPTS = 0x5
sysIP_RECVRETOPTS = 0x6
sysIP_RECVDSTADDR = 0x7
sysIP_RETOPTS = 0x8
sysIP_RECVIF = 0x1e
sysIP_RECVTTL = 0x1f
sysIP_MULTICAST_IF = 0x9
sysIP_MULTICAST_TTL = 0xa
sysIP_MULTICAST_LOOP = 0xb
sysIP_ADD_MEMBERSHIP = 0xc
sysIP_DROP_MEMBERSHIP = 0xd
sizeofIPMreq = 0x8
)