HomeSort by relevance Sort by last modified time
    Searched refs:msghdr (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/bionic/
__cmsg_nxthdr.cpp 31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) {
  /external/avahi/avahi-autoipd/
iface-linux.c 187 struct msghdr msghdr; local
197 memset(&msghdr, 0, sizeof(msghdr));
198 msghdr.msg_name = (void*) NULL;
199 msghdr.msg_namelen = 0;
200 msghdr.msg_iov = &iov;
201 msghdr.msg_iovlen = 1;
202 msghdr.msg_control = cred_msg;
203 msghdr.msg_controllen = sizeof(cred_msg)
    [all...]
  /system/core/libnetutils/
packet.c 98 struct msghdr msghdr; local
147 msghdr.msg_name = &destaddr;
148 msghdr.msg_namelen = sizeof(destaddr);
149 msghdr.msg_iov = iov;
150 msghdr.msg_iovlen = sizeof(iov) / sizeof(struct iovec);
151 msghdr.msg_flags = 0;
152 msghdr.msg_control = 0;
153 msghdr.msg_controllen = 0;
154 return sendmsg(s, &msghdr, 0)
    [all...]
  /external/avahi/avahi-daemon/
sd-daemon.c 337 struct msghdr msghdr;
372 memset(&msghdr, 0, sizeof(msghdr));
373 msghdr.msg_name = &sockaddr;
374 msghdr.msg_namelen = offsetof(struct sockaddr_un, sun_path) + strlen(e);
376 if (msghdr.msg_namelen > sizeof(struct sockaddr_un))
377 msghdr.msg_namelen = sizeof(struct sockaddr_un);
379 msghdr.msg_iov = &iovec;
380 msghdr.msg_iovlen = 1
    [all...]
  /external/dbus/dbus/
sd-daemon.c 332 struct msghdr msghdr;
367 memset(&msghdr, 0, sizeof(msghdr));
368 msghdr.msg_name = &sockaddr;
369 msghdr.msg_namelen = sizeof(sa_family_t) + strlen(e);
371 if (msghdr.msg_namelen > sizeof(struct sockaddr_un))
372 msghdr.msg_namelen = sizeof(struct sockaddr_un);
374 msghdr.msg_iov = &iovec;
375 msghdr.msg_iovlen = 1
    [all...]
  /development/ndk/platforms/android-3/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
socket.h 84 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
85 __socketcall int recvmsg(int, struct msghdr *, unsigned int);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
75 __socketcall int recvmsg(int, struct msghdr *, unsigned int);

Completed in 3012 milliseconds

1 2 3 4 5 6 7 8