Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cmsghdr (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	SizeofRtMsg        = 0xc
    	SizeofRtNexthop    = 0x8
    	SizeofNdUseroptmsg = 0x10
    	SizeofNdMsg        = 0xc
    )
    
    type NlMsghdr struct {
    	Len   uint32
    	Type  uint16
    	Flags uint16
    	Seq   uint32
    	Pid   uint32
    }
    
    type NlMsgerr struct {
    	Error int32
    	Msg   NlMsghdr
    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top