syscall.NetlinkMessage.Header (field)

9 uses

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

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