Searched refs:atmark (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dsockatmark.c31 int atmark; local
33 if (ioctl(s, SIOCATMARK, &atmark) == -1)
35 return atmark;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/os2/
H A Dsockopt.c113 APR_DECLARE(apr_status_t) apr_socket_atmark(apr_socket_t *sock, int *atmark)
121 *atmark = (oobmark != 0);
/macosx-10.9.5/apr-30/apr/apr/network_io/os2/
H A Dsockopt.c113 APR_DECLARE(apr_status_t) apr_socket_atmark(apr_socket_t *sock, int *atmark)
121 *atmark = (oobmark != 0);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/win32/
H A Dsockopt.c266 APR_DECLARE(apr_status_t) apr_socket_atmark(apr_socket_t *sock, int *atmark)
273 *atmark = (oobmark != 0);
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockopt.c347 apr_status_t apr_socket_atmark(apr_socket_t *sock, int *atmark) argument
355 *atmark = (oobmark != 0);
/macosx-10.9.5/apr-30/apr/apr/network_io/win32/
H A Dsockopt.c266 APR_DECLARE(apr_status_t) apr_socket_atmark(apr_socket_t *sock, int *atmark)
273 *atmark = (oobmark != 0);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockopt.c347 apr_status_t apr_socket_atmark(apr_socket_t *sock, int *atmark) argument
355 *atmark = (oobmark != 0);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c874 int atmark;
877 ioctl(net, SIOCATMARK, (char *)&atmark);
878 if (atmark) {
913 * to clear the atmark to get out of
872 int atmark; local
/macosx-10.9.5/remote_cmds-41.90.1/rlogin.tproj/
H A Drlogin.c768 int atmark, n, rcvd; local
819 if (ioctl(rem, SIOCATMARK, &atmark) < 0) {
823 if (atmark)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c1040 int atmark;
1043 ioctl(net, SIOCATMARK, (char *)&atmark);
1044 if (atmark) {
1079 * to clear the atmark to get out of
1038 int atmark; local
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c1113 int atmark; local
1115 (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1116 if (atmark) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_network_io.h666 * @param atmark Is set to true if socket is at the OOB/urgent mark,
670 int *atmark);
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_network_io.h666 * @param atmark Is set to true if socket is at the OOB/urgent mark,
670 int *atmark);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.c1092 int atmark; local
1094 ioctl(net, SIOCATMARK, (char *)&atmark);
1095 if (atmark) {

Completed in 214 milliseconds