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

/freebsd-10.1-release/lib/libc/net/
H A Dsockatmark.c31 int atmark; local
33 if (ioctl(s, SIOCATMARK, &atmark) == -1)
35 return atmark;
/freebsd-10.1-release/usr.sbin/faithd/
H A Dtcp.c199 int atmark, error, maxfd; local
238 error = ioctl(s_rcv, SIOCATMARK, &atmark);
239 if (error != -1 && atmark == 1) {
H A Dftp.c445 int error, atmark, n; local
448 error = ioctl(src, SIOCATMARK, &atmark);
449 if (error != -1 && atmark == 1) {
482 int error, atmark, n; local
490 error = ioctl(src, SIOCATMARK, &atmark);
491 if (error != -1 && atmark == 1) {
711 int error, atmark, n; local
723 error = ioctl(src, SIOCATMARK, &atmark);
724 if (error != -1 && atmark == 1) {
/freebsd-10.1-release/usr.bin/rlogin/
H A Drlogin.c519 int atmark, n, rcvd; local
564 if (ioctl(rem, SIOCATMARK, &atmark) < 0) {
568 if (atmark)
/freebsd-10.1-release/contrib/apr/network_io/unix/
H A Dsockopt.c359 apr_status_t apr_socket_atmark(apr_socket_t *sock, int *atmark) argument
367 *atmark = (oobmark != 0);
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dsys_bsd.c1032 int atmark;
1035 ioctl(net, SIOCATMARK, (char *)&atmark);
1036 if (atmark) {
1071 * to clear the atmark to get out of
1030 int atmark; local
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dtelnetd.c1027 int atmark; local
1029 (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1030 if (atmark) {
/freebsd-10.1-release/crypto/heimdal/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
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_network_io.h676 * @param atmark Is set to true if socket is at the OOB/urgent mark,
680 int *atmark);
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1092 int atmark; local
1094 ioctl(net, SIOCATMARK, (char *)&atmark);
1095 if (atmark) {

Completed in 152 milliseconds