mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 20:56:34 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
14 lines
216 B
Go
14 lines
216 B
Go
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
|
|
// cgo -godefs defs_netbsd.go
|
|
|
|
package ipv4
|
|
|
|
const (
|
|
sizeofIPMreq = 0x8
|
|
)
|
|
|
|
type ipMreq struct {
|
|
Multiaddr [4]byte /* in_addr */
|
|
Interface [4]byte /* in_addr */
|
|
}
|