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
refs:cmsghdr
(Results
1 - 12
of
12
) sorted by relevance
/base/startup/init/ueventd/
H
A
D
ueventd_socket.c
87
struct
cmsghdr
*
cmsghdr
= CMSG_FIRSTHDR(&msghdr);
in ReadUeventMessage()
local
88
if (
cmsghdr
== NULL ||
cmsghdr
->cmsg_type != SCM_CREDENTIALS) {
in ReadUeventMessage()
/base/startup/init/interfaces/innerkits/fd_holder/
H
A
D
fd_holder_internal.h
50
struct
cmsghdr
cmsghdr
; \
H
A
D
fd_holder_internal.c
46
struct
cmsghdr
*cmsg = NULL;
in BuildControlMessage()
86
struct
cmsghdr
*cmsg = NULL;
in GetFdsFromMsg()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H
A
D
faultloggerd_socket.cpp
173
struct
cmsghdr
*cmsg = CMSG_FIRSTHDR(&msgh);
in RecvMsgFromSocket()
179
len = cmsg->cmsg_len - sizeof(struct
cmsghdr
);
in RecvMsgFromSocket()
204
struct
cmsghdr
align;
in RecvMsgCredFromSocket()
226
struct
cmsghdr
*cmsg = CMSG_FIRSTHDR(&msgh);
in RecvMsgCredFromSocket()
290
struct
cmsghdr
*cmsgh = CMSG_FIRSTHDR(&msgh);
in SendMsgCtlToSocket()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H
A
D
dgram_socket_server.cpp
59
struct
cmsghdr
*cmsg = CMSG_FIRSTHDR(&msgh);
in RecvPacket()
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_socket.c
104
struct
cmsghdr
*controlMsg = NULL;
in RecvFileDescriptor()
/base/tee/tee_client/services/teecd/src/
H
A
D
tee_ca_daemon.c
90
struct
cmsghdr
*controlMsg = CMSG_FIRSTHDR(&hmsg);
in SendFileDescriptor()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
event_server.cpp
135
struct
cmsghdr
* cmsg = CMSG_FIRSTHDR(&msgh);
in ReadPidFromMsgh()
/base/startup/appspawn/interfaces/innerkits/client/
H
A
D
appspawn_client.c
189
struct
cmsghdr
*cmsg = CMSG_FIRSTHDR(&msg);
in WriteMessage()
/base/startup/init/test/systest/
H
A
D
loopclient_systest.c
261
struct
cmsghdr
*cmsg = CMSG_FIRSTHDR(&msg);
in WriteMessage()
/base/startup/appspawn/test/unittest/
H
A
D
app_spawn_test_helper.cpp
268
struct
cmsghdr
*cmsg = nullptr;
in HandleRecvMessage()
/base/startup/appspawn/standard/
H
A
D
appspawn_service.c
328
struct
cmsghdr
*cmsg = NULL;
in HandleRecvMessage()
Completed in 10 milliseconds