Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:CMSG_FIRSTHDR
(Results
1 - 16
of
16
) sorted by relevance
/third_party/rust/crates/linux-raw-sys/src/
H
A
D
lib.rs
105
pub unsafe fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
socket.h
358
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
socket.h
349
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
socket.h
358
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
socket.h
360
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
socket.h
364
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
socket.h
358
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
158
#define
CMSG_FIRSTHDR
(mhdr) \
macro
/third_party/musl/include/sys/
H
A
D
socket.h
363
#define
CMSG_FIRSTHDR
(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
macro
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
545
pub fn
CMSG_FIRSTHDR
(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1057
pub fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1471
pub fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1520
pub fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
2517
pub fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3255
pub fn
CMSG_FIRSTHDR
(mhdr: *const msghdr) -> *mut cmsghdr {
in CMSG_FIRSTHDR()
functions
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
2606
pub fn
CMSG_FIRSTHDR
(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
in CMSG_FIRSTHDR()
functions
Completed in 53 milliseconds