type syscall.IfAddrmsg

3 uses

	syscall (current package)
		ztypes_linux_amd64.go#L461: type IfAddrmsg struct {

	net
		interface_linux.go#L155: 			ifam := (*syscall.IfAddrmsg)(unsafe.Pointer(&m.Data[0]))
		interface_linux.go#L178: func newAddr(ifam *syscall.IfAddrmsg, attrs []syscall.NetlinkRouteAttr) Addr {