1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-08 18:56:14 +02:00
gitea/vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go
6543 8ea1d32bea
[Vendor] update certmagic (#15590)
* update github.com/caddyserver/certmagic v0.12.0 -> v0.13.0

* migrate
2021-04-22 22:42:33 +02:00

18 lines
277 B
Go
Vendored

// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_aix.go
// Added for go1.11 compatibility
//go:build aix
// +build aix
package ipv4
const (
sizeofIPMreq = 0x8
)
type ipMreq struct {
Multiaddr [4]byte /* in_addr */
Interface [4]byte /* in_addr */
}