Home
last modified time | relevance | path

Searched refs:CMSG_FIRSTHDR (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/usr.sbin/pflogd/
H A Dprivsep_fdpass.c64 cmsg = CMSG_FIRSTHDR(&msg); in send_fd()
110 cmsg = CMSG_FIRSTHDR(&msg); in receive_fd()
/dragonfly/test/testcases/io/sendfd_1/
H A Dsendfd_1.c51 cmsg = CMSG_FIRSTHDR(&msg); in sendfd()
90 cmsg = CMSG_FIRSTHDR(&msg); in recvfd()
/dragonfly/test/socket/recvmsg/cloexec/
H A Drecvmsg_cloexec.c87 cmsg = CMSG_FIRSTHDR(&msg); in sendfd()
126 cmsg = CMSG_FIRSTHDR(&msg); in recvfd()
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c156 cmsg = CMSG_FIRSTHDR(&msg); in send_fd()
220 cmsg = CMSG_FIRSTHDR(&msg); in receive_fd()
319 cmp = CMSG_FIRSTHDR(&msg); in receive_msg_with_cred()
/dragonfly/crypto/openssh/
H A Dmonitor_fdpass.c76 cmsg = CMSG_FIRSTHDR(&msg); in mm_send_fd()
166 cmsg = CMSG_FIRSTHDR(&msg); in mm_receive_fd()
H A Ddefines.h622 #ifndef CMSG_FIRSTHDR
623 #define CMSG_FIRSTHDR(mhdr) \ macro
/dragonfly/test/udp/tos/
H A Dudp_tos.c94 cm = CMSG_FIRSTHDR(&msg); in main()
128 cm = CMSG_FIRSTHDR(&msg); in main()
/dragonfly/test/unix/passdesc/
H A Dpassdesc.c41 cm = CMSG_FIRSTHDR(&msg); in test_send_desc()
83 cm = CMSG_FIRSTHDR(&msg); in test_recv_desc()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_linux.c466 hdr = CMSG_FIRSTHDR(&msg); in linux_af_alg_skcipher_oper()
568 hdr = CMSG_FIRSTHDR(&msg); in rc4_skip()
641 hdr = CMSG_FIRSTHDR(&msg); in des_encrypt()
702 hdr = CMSG_FIRSTHDR(&msg); in aes_128_cbc_oper()
811 hdr = CMSG_FIRSTHDR(&msg); in aes_unwrap()
907 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_init()
947 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_oper()
/dragonfly/usr.sbin/rtsold/
H A Drtsol.c194 cm = CMSG_FIRSTHDR(&sndmhdr); in sendpacket()
253 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&rcvmhdr); in rtsol_input()
H A Dprobe.c163 cm = CMSG_FIRSTHDR(&sndmhdr); in sendprobe()
/dragonfly/test/unix/loopdesc/
H A Dloopdesc.c33 cm = CMSG_FIRSTHDR(&msg); in test_sendto_self()
/dragonfly/test/udp/sendsrcaddr/
H A Dudp_sendsrcaddr.c41 cm = CMSG_FIRSTHDR(&msg); in test_sendsrcaddr()
/dragonfly/contrib/mdocml/
H A Dmandocd.c97 if ((cmsg = CMSG_FIRSTHDR(&msg)) == NULL) { in read_fds()
/dragonfly/sys/sys/
H A Dsocket.h505 #define CMSG_FIRSTHDR(mhdr) \ macro
/dragonfly/sbin/ping6/
H A Dping6.c1577 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in pr_exthdrs()
1886 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in get_hoplim()
1905 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in get_rcvpktinfo()
1926 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in get_pathmtu()
/dragonfly/usr.sbin/rrenumd/
H A Drrenumd.c320 cm = CMSG_FIRSTHDR(&sndmhdr); in rrenum_output()
/dragonfly/usr.sbin/sdpd/
H A Dserver.c470 if ((cmsg = CMSG_FIRSTHDR(&msg)) != NULL in server_process_request()
/dragonfly/usr.sbin/rtadvd/
H A Drtadvd.c746 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&rcvmhdr); in rtadvd_input()
1733 cm = CMSG_FIRSTHDR(&sndmhdr); in ra_output()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c732 for (cmsg = CMSG_FIRSTHDR(&msg); in dexec_logerr_thread()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c1013 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in packet_ok()
/dragonfly/contrib/dhcpcd/src/
H A Dif.c907 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(msg); in if_findifpfromcmsg()
H A Dipv6nd.c366 cm = CMSG_FIRSTHDR(&msg); in ipv6nd_sendrsprobe()
456 cm = CMSG_FIRSTHDR(&msg); in ipv6nd_sendadvertisement()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1413 cmsg = CMSG_FIRSTHDR(&mh); in fdpass()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c1026 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&m); in riprecv()

12