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

/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dsockatmark.c31 int atmark; local
33 if (ioctl(s, SIOCATMARK, &atmark) == -1)
35 return atmark;
/macosx-10.10.1/apr-32/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.10.1/apr-32/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.10.1/apr-32/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.10.1/Heimdal-398.1.2/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.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c769 int atmark, n, rcvd; local
820 if (ioctl(rem, SIOCATMARK, &atmark) < 0) {
824 if (atmark)
/macosx-10.10.1/remote_cmds-47/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.10.1/apr-32/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.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c1092 int atmark; local
1094 ioctl(net, SIOCATMARK, (char *)&atmark);
1095 if (atmark) {
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c1116 int atmark; local
1118 (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1119 if (atmark) {

Completed in 219 milliseconds