HomeSort by relevance Sort by last modified time
    Searched refs:CMSG_FIRSTHDR (Results 151 - 175 of 180) sorted by null

1 2 3 4 5 67 8

  /external/ltp/testcases/network/lib6/
asapi_03.c 348 for (pcmsg = CMSG_FIRSTHDR(&msg); pcmsg != NULL;
  /external/ltp/utils/sctp/func_tests/
test_peeloff.c 138 cmsg = CMSG_FIRSTHDR(&outmessage);
test_tcp_style.c 415 cmsg = CMSG_FIRSTHDR(&outmessage);
test_sockopt.c 186 cmsg = CMSG_FIRSTHDR(&outmessage);
384 cmsg = CMSG_FIRSTHDR(&outmessage);
    [all...]
  /bionic/libc/include/sys/
socket.h 112 #define CMSG_FIRSTHDR(msg) \
  /external/iputils/
tracepath.c 149 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
tracepath6.c 172 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
ping.c 637 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
814 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) {
    [all...]
traceroute6.c 705 for (cmsg = CMSG_FIRSTHDR(&msg);
ping6.c 1299 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
    [all...]
ping_common.c 833 for (c = CMSG_FIRSTHDR(&msg); c; c = CMSG_NXTHDR(&msg, c)) {
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 433 def CMSG_FIRSTHDR(mhdr): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 433 def CMSG_FIRSTHDR(mhdr): return \
  /system/core/adb/
jdwp_service.cpp 289 cmsg = CMSG_FIRSTHDR(&msg);
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 903 struct cmsghdr *hdr = CMSG_FIRSTHDR(&msg);
    [all...]
  /external/dhcpcd-6.8.2/
ipv6nd.c 288 cm = CMSG_FIRSTHDR(&ctx->sndhdr);
    [all...]
if-linux.c 1269 for (cmsg = CMSG_FIRSTHDR(&msg);
    [all...]
dhcp6.c 1149 cm = CMSG_FIRSTHDR(&ctx->sndhdr);
    [all...]
  /external/iproute2/lib/
libnetlink.c 523 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg;
  /external/ipsec-tools/src/racoon/
sockmisc.c 436 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&m);
  /external/valgrind/include/vki/
vki-darwin.h 204 #define VKI_CMSG_FIRSTHDR(mhdr) CMSG_FIRSTHDR(mhdr)
vki-solaris.h 1082 #define VKI_CMSG_FIRSTHDR(mhdr) CMSG_FIRSTHDR(mhdr)
    [all...]
  /system/vold/
CommandListener.cpp 875 struct cmsghdr* const controlMessage = CMSG_FIRSTHDR(&message);
  /external/iproute2/doc/
api-ip6-flowlabels.tex 206 for (c=CMSG_FIRSTHDR(&msg); c; c = CMSG_NEXTHDR(&msg, c)) {
  /external/iproute2/tc/
tc_bpf.c     [all...]

Completed in 682 milliseconds

1 2 3 4 5 67 8