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

/freebsd-13-stable/lib/libc/net/
H A Dsockatmark.c36 int atmark; local
38 if (_ioctl(s, SIOCATMARK, &atmark) == -1)
40 return atmark;
/freebsd-13-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-13-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-13-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-13-stable/contrib/telnet/telnetd/
H A Dtelnetd.c1042 int atmark; local
1044 (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1045 if (atmark) {
/freebsd-13-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-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1092 int atmark; local
1094 ioctl(net, SIOCATMARK, (char *)&atmark);
1095 if (atmark) {

Completed in 131 milliseconds