Searched refs:control_un (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_send_fd.c74 } control_un;
78 msg.msg_control = control_un.control;
82 msg.msg_controllen = sizeof(control_un.control); /* normal */
H A Dunix_recv_fd.c72 } control_un;
76 msg.msg_control = control_un.control;
80 msg.msg_controllen = sizeof(control_un.control); /* normal */
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-local.c213 } control_un; local
223 msg.msg_control = control_un.control;
224 msg.msg_controllen = sizeof( control_un.control );
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSUNP.c521 } control_un; local
525 msg.msg_control = control_un.control;
526 msg.msg_controllen = sizeof(control_un.control);

Completed in 148 milliseconds