Searched defs:sendmsg (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c293 char *sendmsg; /* pointer to the message to send */ local
316 sendmsg = malloc(sndbuf_size);
317 if (sendmsg == NULL) {
333 sntbyte_size = send(sock_fd, sendmsg, sndbuf_size, 0);
361 free(sendmsg);
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3174 LSS_INLINE _syscall3(int, sendmsg, int, s,
3639 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, function
3671 LSS_INLINE _syscall3(ssize_t, sendmsg, int, s, const struct kernel_msghdr*,
3700 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, function

Completed in 540 milliseconds