Home
last modified time | relevance | path

Searched refs:socketControlMessageHeaderAndData (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsockcmsg_unix.go43 h, dbuf, err := socketControlMessageHeaderAndData(b[i:])
58 h, dbuf, err := socketControlMessageHeaderAndData(b)
68 func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) { func
/prebuilts/go/linux-x86/src/syscall/
Dsockcmsg_unix.go43 h, dbuf, err := socketControlMessageHeaderAndData(b[i:])
54 func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) { func