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

/freebsd-11-stable/lib/libc/net/
H A Dsockatmark.c34 int atmark; local
36 if (_ioctl(s, SIOCATMARK, &atmark) == -1)
38 return atmark;
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c519 int atmark, n, rcvd; local
564 if (ioctl(rem, SIOCATMARK, &atmark) < 0) {
568 if (atmark)
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockopt.c373 apr_status_t apr_socket_atmark(apr_socket_t *sock, int *atmark) argument
381 *atmark = (oobmark != 0);
/freebsd-11-stable/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-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c964 int atmark;
967 ioctl(net, SIOCATMARK, (char *)&atmark);
968 if (atmark) {
1003 * to clear the atmark to get out of
962 int atmark; local
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c1042 int atmark; local
1044 (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1045 if (atmark) {
/freebsd-11-stable/contrib/apr/include/
H A Dapr_network_io.h743 * @param atmark Is set to true if socket is at the OOB/urgent mark,
747 int *atmark);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1092 int atmark; local
1094 ioctl(net, SIOCATMARK, (char *)&atmark);
1095 if (atmark) {

Completed in 269 milliseconds