OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmsghdr
(Results
26 - 50
of
52
) sorted by null
1
2
3
/system/core/libcutils/
zygote.c
58
struct
cmsghdr
*cmsg;
mq.c
478
struct
cmsghdr
cm;
482
struct
cmsghdr
*cmptr;
729
struct
cmsghdr
cm;
732
struct
cmsghdr
*cmptr;
[
all
...]
/external/dnsmasq/src/
dhcp.c
110
struct
cmsghdr
*cmptr;
118
struct
cmsghdr
align; /* this ensures alignment */
174
if (msg.msg_controllen >= sizeof(struct
cmsghdr
))
184
if (msg.msg_controllen >= sizeof(struct
cmsghdr
))
191
if (msg.msg_controllen >= sizeof(struct
cmsghdr
))
forward.c
36
struct
cmsghdr
align; /* this ensures alignment */
60
struct
cmsghdr
*cmptr;
574
struct
cmsghdr
*cmptr;
576
struct
cmsghdr
align; /* this ensures alignment */
634
if (msg.msg_controllen < sizeof(struct
cmsghdr
))
tftp.c
59
struct
cmsghdr
align; /* this ensures alignment */
94
struct
cmsghdr
*cmptr;
/external/kernel-headers/original/linux/
ipv6.h
71
* routing header type 0 (used in
cmsghdr
struct)
/external/strace/
NEWS
36
* Print struct
cmsghdr
details in sendmsg.
strace.spec
114
- print struct
cmsghdr
contents for sendmsg (#131689)
net.c
1085
struct
cmsghdr
*cmsg = len < sizeof(struct
cmsghdr
) ?
[
all
...]
/dalvik/vm/jdwp/
JdwpAdb.cpp
137
struct
cmsghdr
* cmsg;
141
struct
cmsghdr
cm;
/system/core/adb/
jdwp_service.c
319
struct
cmsghdr
* cmsg;
323
char buffer[sizeof(struct
cmsghdr
) + sizeof(int)];
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
186
for (struct
cmsghdr
*hdr = CMSG_FIRSTHDR(&msg); hdr;
/external/iproute2/doc/
api-ip6-flowlabels.tex
194
struct
cmsghdr
*c;
/external/ping/
ping.c
580
struct
cmsghdr
*c;
957
struct
cmsghdr
cm;
959
} cmsg = { {sizeof(struct
cmsghdr
) + sizeof(struct in_pktinfo), SOL_IP, IP_PKTINFO},
973
struct
cmsghdr
*cmsg;
[
all
...]
/external/dbus/dbus/
dbus-sysdeps-unix.c
317
struct
cmsghdr
*cm;
413
struct
cmsghdr
*cm;
[
all
...]
/external/bluetooth/bluez/audio/
unix.c
140
*
cmsghdr
" set to SCM_RIGHTS and the data being an integer value equal to the
145
struct
cmsghdr
*cmsg;
[
all
...]
/external/ipsec-tools/src/racoon/
privsep.c
[
all
...]
/external/bluetooth/hcidump/src/
hcidump.c
151
struct
cmsghdr
*cmsg;
/external/valgrind/main/include/vki/
vki-darwin.h
191
#define vki_cmsghdr
cmsghdr
/external/qemu/
qemu-char.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so
libpulse.so.0
libpulse.so.0.4
libpulse.so.0.4.1
libc-2.7.so
Completed in 4712 milliseconds
1
2
3