HomeSort by relevance Sort by last modified time
    Searched refs:CMSG_SPACE (Results 51 - 73 of 73) sorted by null

1 23

  /bionic/libc/include/sys/
socket.h 104 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 122 char msgbuf[CMSG_SPACE(1)];
  /external/kernel-headers/original/linux/
socket.h 103 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket.h 269 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 89 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 269 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 89 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 269 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 89 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /system/core/libion/
ion_test.c 110 char buf[CMSG_SPACE(sizeof(int))];
  /external/openssl/crypto/bio/
bss_dgram.c 1200 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) + CMSG_SPACE(sizeof(struct sctp_prinfo))];
1204 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
1254 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo));
1256 cmsg = (struct cmsghdr *)&cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo))];
1264 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_prinfo));
1280 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
    [all...]
  /external/dnsmasq/src/
dhcp.c 120 char control[CMSG_SPACE(sizeof(struct in_pktinfo))];
122 char control[CMSG_SPACE(sizeof(unsigned int))];
124 char control[CMSG_SPACE(sizeof(struct sockaddr_dl))];
  /external/dbus/dbus/
dbus-sysdeps-unix.c 289 m.msg_controllen = CMSG_SPACE(*n_fds * sizeof(int));
437 m.msg_controllen = CMSG_SPACE(n_fds * sizeof(int));
    [all...]
  /dalvik/vm/jdwp/
JdwpAdb.cpp 142 char buffer[CMSG_SPACE(sizeof(int))];
  /external/ping6/
ping6.c 597 rthlen = CMSG_SPACE(inet6_rth_space(IPV6_RTHDR_TYPE_0,
846 ip6optlen += CMSG_SPACE(sizeof(struct in6_pktinfo));
849 ip6optlen += CMSG_SPACE(sizeof(int));
853 ip6optlen += CMSG_SPACE(0);
    [all...]
  /external/dhcpcd/
ipv6rs.c 142 len = CMSG_SPACE(sizeof(struct in6_pktinfo)) + CMSG_SPACE(sizeof(int));
  /external/ipsec-tools/src/racoon/
sockmisc.c 594 m.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));
654 m.msg_controllen = CMSG_SPACE(sizeof(struct in_pktinfo));
  /system/core/libcutils/
mq.c 479 char control[CMSG_SPACE(sizeof(int))];
730 char control[CMSG_SPACE(sizeof(int))];
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 687 #undef CMSG_SPACE
688 #define CMSG_SPACE(l) ((sizeof(struct cmsghdr)) + (l))
696 char cbuf[CMSG_SPACE(sizeof(dnssd_sock_t))];
734 CMSG_LEN(sizeof(dnssd_sock_t)), (long)CMSG_SPACE(sizeof(dnssd_sock_t)),
    [all...]
uds_daemon.c     [all...]
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 594 char msgbuf[CMSG_SPACE(countFds)];
  /external/libppp/src/
bundle.c     [all...]
  /external/qemu/
qemu-char.c     [all...]

Completed in 610 milliseconds

1 23