Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Cmsghdr (0.12 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64), type Msghdr struct
    pkg syscall (netbsd-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (netbsd-arm64), type Msghdr struct, Control *uint8
    pkg syscall (netbsd-arm64), type Msghdr struct, Flags int32
    pkg syscall (netbsd-arm64), type Msghdr struct, Iov *Iovec
    pkg syscall (netbsd-arm64), type Msghdr struct, Iovlen int32
    pkg syscall (netbsd-arm64), type Msghdr struct, Namelen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), type Msghdr struct
    pkg syscall (darwin-arm64), type Msghdr struct, Control *uint8
    pkg syscall (darwin-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (darwin-arm64), type Msghdr struct, Flags int32
    pkg syscall (darwin-arm64), type Msghdr struct, Iov *Iovec
    pkg syscall (darwin-arm64), type Msghdr struct, Iovlen int32
    pkg syscall (darwin-arm64), type Msghdr struct, Name *uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. 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