mirror of
https://gitee.com/gitea/gitea
synced 2025-12-03 06:40:30 +08:00
* Update bluemonday to v1.0.15 (#16379) * Fix TESTS
This commit is contained in:
11
vendor/golang.org/x/net/ipv4/zsys_darwin.go
generated
vendored
11
vendor/golang.org/x/net/ipv4/zsys_darwin.go
generated
vendored
@@ -4,16 +4,11 @@
|
||||
package ipv4
|
||||
|
||||
const (
|
||||
sysIP_RECVDSTADDR = 0x7
|
||||
sysIP_RECVIF = 0x14
|
||||
sysIP_RECVTTL = 0x18
|
||||
|
||||
sizeofSockaddrStorage = 0x80
|
||||
sizeofSockaddrInet = 0x10
|
||||
sizeofInetPktinfo = 0xc
|
||||
|
||||
sizeofIPMreq = 0x8
|
||||
sizeofIPMreqn = 0xc
|
||||
sizeofIPMreqSource = 0xc
|
||||
sizeofGroupReq = 0x84
|
||||
sizeofGroupSourceReq = 0x104
|
||||
@@ -46,12 +41,6 @@ type ipMreq struct {
|
||||
Interface [4]byte /* in_addr */
|
||||
}
|
||||
|
||||
type ipMreqn struct {
|
||||
Multiaddr [4]byte /* in_addr */
|
||||
Address [4]byte /* in_addr */
|
||||
Ifindex int32
|
||||
}
|
||||
|
||||
type ipMreqSource struct {
|
||||
Multiaddr [4]byte /* in_addr */
|
||||
Sourceaddr [4]byte /* in_addr */
|
||||
|
||||
Reference in New Issue
Block a user