mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 17:33:19 +01:00
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 */
|
|
}
|