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

1 2

  /bionic/libc/arch-arm/syscalls/
sendmsg.S 5 .type sendmsg, #function
6 .globl sendmsg
10 sendmsg: label
  /bionic/libc/arch-x86/syscalls/
sendmsg.S 5 .type sendmsg, @function
6 .globl sendmsg
9 sendmsg: label
  /bionic/libc/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 158 int sendmsg (int, const struct msghdr *, unsigned int);
173 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
socket.h 74 __socketcall int sendmsg(int, const struct msghdr *, unsigned int);
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /system/core/libcutils/
zygote.c 93 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
125 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
  /external/kernel-headers/original/linux/
net.h 158 int (*sendmsg) (struct kiocb *iocb, struct socket *sock, member in struct:proto_ops
264 SOCKCALL_WRAP(name, sendmsg, (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t len), \
287 .sendmsg = __lock_##name##_sendmsg, \
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_privsep.c 52 if (sendmsg(l2->fd, &msg, 0) < 0) {
53 perror("L2: sendmsg(cmd)");
90 if (sendmsg(l2->fd, &msg, 0) < 0) {
91 perror("L2: sendmsg(packet_send)");
  /bionic/libc/unistd/
socketcalls.c 235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags) function
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 458 if (sendmsg(iface->fd, &msg, 0) < 0) {
459 perror("sendmsg(l2 rx)");
832 if (sendmsg(iface->fd, &msg, 0) < 0) {
833 perror("sendmsg(wpas_socket)");
1047 if (sendmsg(iface->fd, &msg, 0) < 0)
1048 perror("sendmsg(wpas_socket)");
1092 if (sendmsg(iface->fd, &msg, 0) < 0)
1093 perror("sendmsg(wpas_socket)");
  /system/core/libnetutils/
packet.c 153 return sendmsg(s, &msghdr, 0);
  /external/iproute2/lib/
libnetlink.c 172 return sendmsg(rth->fd, &msg, 0);
304 status = sendmsg(rtnl->fd, &msg, 0);
  /external/iptables/libipq/
libipq.c 115 int status = sendmsg(h->fd, msg, flags);
  /external/wpa_supplicant/
driver_test.c 684 if (sendmsg(drv->test_socket, &msg, 0) < 0) {
685 perror("sendmsg(test_socket)");
828 if (sendmsg(drv->test_socket, &msg, 0) < 0)
829 perror("sendmsg(test_socket)");
848 if (sendmsg(drv->test_socket, &msg, 0) < 0) {
849 perror("sendmsg(test_socket)");

Completed in 463 milliseconds

1 2