syscall.NetlinkMessage.Header (field)

9 uses

	syscall (current package)
		netlink_linux.go#L103: 			if m.Header.Seq != 1 || m.Header.Pid != lsanl.Pid {
		netlink_linux.go#L106: 			if m.Header.Type == NLMSG_DONE {
		netlink_linux.go#L109: 			if m.Header.Type == NLMSG_ERROR {
		netlink_linux.go#L119: 	Header NlMsghdr
		netlink_linux.go#L132: 		m := NetlinkMessage{Header: *h, Data: dbuf[:int(h.Len)-NLMSG_HDRLEN]}
		netlink_linux.go#L159: 	switch m.Header.Type {

	net
		interface_linux.go#L28: 		switch m.Header.Type {
		interface_linux.go#L151: 		switch m.Header.Type {