Home
last modified time | relevance | path

Searched refs:control_un (Results 1 – 25 of 52) sorted by relevance

123

/dports/net/libunp/unpv12e/unixdomain/
H A Dreadcred.c15 } control_un; in read_cred() local
18 msg.msg_control = control_un.control; in read_cred()
19 msg.msg_controllen = sizeof(control_un.control); in read_cred()
/dports/net/libunp/unpv12e/lib/
H A Dwrite_fd.c14 } control_un; in write_fd() local
17 msg.msg_control = control_un.control; in write_fd()
18 msg.msg_controllen = sizeof(control_un.control); in write_fd()
H A Dread_fd.c16 } control_un; in read_fd() local
19 msg.msg_control = control_un.control; in read_fd()
20 msg.msg_controllen = sizeof(control_un.control); in read_fd()
/dports/security/stunnel/stunnel-5.60/src/
H A Dlibwrap.c236 } control_un; in read_fd() local
239 msg.msg_control=control_un.control; in read_fd()
240 msg.msg_controllen=sizeof control_un.control; in read_fd()
290 } control_un; in write_fd() local
293 msg.msg_control=control_un.control; in write_fd()
294 msg.msg_controllen=sizeof control_un.control; in write_fd()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/
H A Dfdleak_cmsg.c92 } control_un; in client() local
93 struct msghdr msg = { NULL, 0, iov, 1, control_un.control, in client()
94 sizeof(control_un), 0 }; in client()
95 struct cmsghdr *cmsg = &control_un.cm; in client()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/
H A Dfdleak_cmsg.c92 } control_un; in client() local
93 struct msghdr msg = { NULL, 0, iov, 1, control_un.control, in client()
94 sizeof(control_un), 0 }; in client()
95 struct cmsghdr *cmsg = &control_un.cm; in client()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dpass_fd.c158 }control_un; in send_fd() local
161 msg.msg_control=control_un.control; in send_fd()
225 }control_un; in receive_fd() local
228 msg.msg_control=control_un.control; in receive_fd()
229 msg.msg_controllen=sizeof(control_un.control); in receive_fd()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dunix_send_fd.c74 } control_un; in unix_send_fd()
78 msg.msg_control = control_un.control; in unix_send_fd()
82 msg.msg_controllen = sizeof(control_un.control); /* normal */ in unix_send_fd()
H A Dunix_recv_fd.c72 } control_un; in unix_recv_fd() local
76 msg.msg_control = control_un.control; in unix_recv_fd()
80 msg.msg_controllen = sizeof(control_un.control); /* normal */ in unix_recv_fd()
/dports/net/libunp/unpv12e/advio/
H A Drecvfromflags.c23 } control_un; in recvfrom_flags() local
25 msg.msg_control = control_un.control; in recvfrom_flags()
26 msg.msg_controllen = sizeof(control_un.control); in recvfrom_flags()
/dports/comms/gnokii/gnokii-0.6.31/utils/
H A Dmgnokiidev.c85 } control_un; in gwrite() local
88 msg.msg_control = control_un.control; in gwrite()
89 msg.msg_controllen = sizeof(control_un.control); in gwrite()
/dports/net/ocserv/ocserv-1.1.3/src/common/
H A Dcommon.c479 } control_un; in send_socket_msg() local
527 hdr.msg_control = control_un.control; in send_socket_msg()
528 hdr.msg_controllen = sizeof(control_un.control); in send_socket_msg()
594 } control_un; in recv_msg_data() local
608 hdr.msg_control = control_un.control; in recv_msg_data()
609 hdr.msg_controllen = sizeof(control_un.control); in recv_msg_data()
680 } control_un; in recv_socket_msg() local
695 hdr.msg_control = control_un.control; in recv_socket_msg()
696 hdr.msg_controllen = sizeof(control_un.control); in recv_socket_msg()
/dports/devel/p5-PPerl/PPerl-0.25/
H A Dpass_fd.c101 } control_un; variable
112 msg.msg_control = control_un.control; in send_fd()
143 msg.msg_control = control_un.control; in recv_fd()
/dports/games/xtux/xtux/src/ggz/easysock/
H A Deasysock.c592 } control_un; in es_write_fd() local
595 msg.msg_control = control_un.control; in es_write_fd()
596 msg.msg_controllen = sizeof(control_un.control); in es_write_fd()
642 } control_un; in es_read_fd() local
645 msg.msg_control = control_un.control; in es_read_fd()
646 msg.msg_controllen = sizeof(control_un.control); in es_read_fd()
/dports/sysutils/pies/pies-1.5/tests/
H A Drecvfd.c90 } control_un; in read_fd() local
93 msg.msg_control = control_un.control; in read_fd()
94 msg.msg_controllen = sizeof (control_un.control); in read_fd()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSPosix/
H A DmDNSUNP.c60 } control_un; in recvfrom_flags() local
64 msg.msg_control = control_un.control; in recvfrom_flags()
65 msg.msg_controllen = sizeof(control_un.control); in recvfrom_flags()
/dports/benchmarks/pathchirp/pathchirp-2.4.1/Src/
H A Dchirps_rcv.c9 } control_un; variable
89 msg.msg_control=control_un.control; in receive_chirp_pkts()
90 msg.msg_controllen=sizeof(control_un.control); in receive_chirp_pkts()
/dports/comms/gnokii/gnokii-0.6.31/common/data/
H A Dvirtmodem.c256 } control_un; in gread() local
259 msg.msg_control = control_un.control; in gread()
260 msg.msg_controllen = sizeof(control_un.control); in gread()
/dports/ftp/tftp-hpa/tftp-hpa-5.2/tftpd/
H A Drecvfrom.c141 } control_un; in myrecvfrom() local
166 msg.msg_control = control_un.control; in myrecvfrom()
167 msg.msg_controllen = sizeof(control_un); in myrecvfrom()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsocket-server.c274 } control_un; in socket_server_send() local
280 ZEROMEMORY(&control_un, sizeof(control_un)); in socket_server_send()
282 msg.msg_control = control_un.control; in socket_server_send()
283 msg.msg_controllen = sizeof(control_un.control); in socket_server_send()
325 } control_un; in socket_server_recv() local
330 msg.msg_control = control_un.control; in socket_server_recv()
331 msg.msg_controllen = sizeof(control_un.control); in socket_server_recv()
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dos-local.c201 } control_un; in ldap_pvt_connect() local
211 msg.msg_control = control_un.control; in ldap_pvt_connect()
212 msg.msg_controllen = sizeof( control_un.control ); in ldap_pvt_connect()
/dports/net/openldap26-client/openldap-2.6.0/libraries/libldap/
H A Dos-local.c201 } control_un; in ldap_pvt_connect() local
211 msg.msg_control = control_un.control; in ldap_pvt_connect()
212 msg.msg_controllen = sizeof( control_un.control ); in ldap_pvt_connect()
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dos-local.c201 } control_un; in ldap_pvt_connect() local
211 msg.msg_control = control_un.control; in ldap_pvt_connect()
212 msg.msg_controllen = sizeof( control_un.control ); in ldap_pvt_connect()
/dports/net/openldap26-server/openldap-2.6.0/libraries/libldap/
H A Dos-local.c201 } control_un; in ldap_pvt_connect() local
211 msg.msg_control = control_un.control; in ldap_pvt_connect()
212 msg.msg_controllen = sizeof( control_un.control ); in ldap_pvt_connect()
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap/
H A Dos-local.c213 } control_un; in ldap_pvt_connect() local
223 msg.msg_control = control_un.control; in ldap_pvt_connect()
224 msg.msg_controllen = sizeof( control_un.control ); in ldap_pvt_connect()

123