Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 47) sorted by relevance

12

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_linux.c473 ret = sendmsg(skcipher->t, &msg, 0); in linux_af_alg_skcipher_oper()
575 ret = sendmsg(skcipher->t, &msg, 0); in rc4_skip()
648 ret = sendmsg(skcipher->t, &msg, 0); in des_encrypt()
717 ret = sendmsg(skcipher->t, &msg, 0); in aes_128_cbc_oper()
826 ret = sendmsg(skcipher->t, &msg, 0); in aes_unwrap()
915 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_init()
954 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_oper()
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c169 if ((n = sendmsg(sock, &msg, 0)) == -1) { in send_fd()
273 if ((n = sendmsg(sock, &msg, 0)) == -1) { in send_msg_with_cred()
/dragonfly/contrib/wpa_supplicant/src/l2_packet/
H A Dl2_packet_privsep.c46 if (sendmsg(l2->fd, &msg, 0) < 0) { in wpa_priv_cmd()
84 if (sendmsg(l2->fd, &msg, 0) < 0) { in l2_packet_send()
/dragonfly/test/unix/loopdesc/
H A Dloopdesc.c39 n = sendmsg(to_s, &msg, 0); in test_sendto_self()
/dragonfly/usr.sbin/pflogd/
H A Dprivsep_fdpass.c78 if ((n = sendmsg(sock, &msg, 0)) == -1) in send_fd()
/dragonfly/test/testcases/io/sendfd_1/
H A Dsendfd_1.c57 if((n=sendmsg(s, &msg, 0)) != iov.iov_len) in sendfd()
/dragonfly/lib/libc_rtld/
H A DMakefile28 recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
/dragonfly/tools/tools/net80211/w00t/redir/
H A Dbuddy.c96 if (sendmsg(dude, &mh, 0) != (4 + len)) in handle_data()
/dragonfly/test/socket/recvmsg/cloexec/
H A Drecvmsg_cloexec.c93 if ((n=sendmsg(s, &msg, 0)) != (int)iov.iov_len) in sendfd()
/dragonfly/test/debug/
H A Dfdpassing.c100 if (sendmsg(s, &msg, 0) < 0) { in sendfd()
/dragonfly/gnu/lib/gcc47/libobjc/
H A DMakefile53 sendmsg.c \
/dragonfly/crypto/openssh/
H A Dmonitor_fdpass.c90 while ((n = sendmsg(sock, &msg, 0)) == -1 && in mm_send_fd()
/dragonfly/test/udp/tos/
H A Dudp_tos.c101 if (sendmsg(s, &msg, MSG_SYNC) < 0) in main()
/dragonfly/usr.sbin/rtsold/
H A Dprobe.c187 if (sendmsg(probesock, &sndmhdr, 0)) in sendprobe()
H A Drtsol.c218 i = sendmsg(rssock, &sndmhdr, 0); in sendpacket()
/dragonfly/usr.bin/finger/
H A Dnet.c147 if (sendmsg(s, &msg, 0) < 0) { in do_protocol()
/dragonfly/test/unix/passdesc/
H A Dpassdesc.c47 n = sendmsg(s, &msg, 0); in test_send_desc()
/dragonfly/test/udp/sendsrcaddr/
H A Dudp_sendsrcaddr.c47 return sendmsg(s, &msg, MSG_SYNC); in test_sendsrcaddr()
/dragonfly/usr.sbin/mld6query/
H A Dmld6query.c132 if (sendmsg(s, &m, 0) < 0) in main()
/dragonfly/lib/libc/include/
H A Dnamespace.h227 #define sendmsg _sendmsg macro
H A Dun-namespace.h208 #undef sendmsg
/dragonfly/lib/libthread_xu/
H A Dpthread.map344 sendmsg;
/dragonfly/usr.sbin/nscd/
H A Dnscdcli.c162 result = (sendmsg(connection->sockfd, &cred_hdr, 0) == -1) ? -1 in send_credentials()
/dragonfly/contrib/tnftp/
H A Dtnftp.h505 #define sendmsg Rsendmsg macro
/dragonfly/sys/netgraph/
H A DNOTES63 using sendmsg() and recvmsg().

12