Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for IfInfomsg (0.12 sec)

  1. src/net/interface_linux.go

    	}
    	var ift []Interface
    loop:
    	for _, m := range msgs {
    		switch m.Header.Type {
    		case syscall.NLMSG_DONE:
    			break loop
    		case syscall.RTM_NEWLINK:
    			ifim := (*syscall.IfInfomsg)(unsafe.Pointer(&m.Data[0]))
    			if ifindex == 0 || ifindex == int(ifim.Index) {
    				attrs, err := syscall.ParseNetlinkRouteAttr(&m)
    				if err != nil {
    					return nil, os.NewSyscallError("parsenetlinkrouteattr", err)
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 27 05:42:03 UTC 2022
    - 7K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_ppc64le.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_arm64.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_loong64.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_mips64le.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_arm.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_mips.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_mipsle.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  9. src/syscall/types_linux.go

    )
    
    type NlMsghdr C.struct_nlmsghdr
    
    type NlMsgerr C.struct_nlmsgerr
    
    type RtGenmsg C.struct_rtgenmsg
    
    type NlAttr C.struct_nlattr
    
    type RtAttr C.struct_rtattr
    
    type IfInfomsg C.struct_ifinfomsg
    
    type IfAddrmsg C.struct_ifaddrmsg
    
    type RtMsg C.struct_rtmsg
    
    type RtNexthop C.struct_rtnexthop
    
    // Linux socket filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  10. src/syscall/ztypes_linux_mips64.go

    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top