Home
last modified time | relevance | path

Searched refs:SO_OOBINLINE (Results 1 – 11 of 11) sorted by relevance

/original-bsd/sys/sys/
H A Dsocket.h37 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c941 #if defined(SO_OOBINLINE) in sys_telnet_init()
942 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
1051 #if !defined(SO_OOBINLINE)
/original-bsd/libexec/telnetd/
H A Dtelnetd.c1042 #if defined(SO_OOBINLINE)
1043 (void) setsockopt(net, SOL_SOCKET, SO_OOBINLINE,
1197 #if !defined(SO_OOBINLINE)
/original-bsd/sys/netinet/
H A Dtcp_usrreq.c260 so->so_options & SO_OOBINLINE ||
H A Dtcp_input.c1164 #ifdef SO_OOBINLINE
1165 && (so->so_options & SO_OOBINLINE) == 0
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c622 #if !defined(SO_OOBINLINE)
623 #define SO_OOBINLINE macro
2553 #if !defined(SO_OOBINLINE)
2789 #if defined(SO_OOBINLINE) && !defined(MSDOS) in telnet()
2790 SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1); in telnet()
/original-bsd/sys/netccitt/
H A Dpk_input.c563 if (so -> so_options & SO_OOBINLINE)
966 if (so -> so_options & SO_OOBINLINE)
H A Dpk_usrreq.c245 if (so -> so_options & SO_OOBINLINE) {
/original-bsd/sys/kern/
H A Duipc_socket.c833 case SO_OOBINLINE:
952 case SO_OOBINLINE:
/original-bsd/libexec/ftpd/
H A Dftpd.c258 #ifdef SO_OOBINLINE
259 if (setsockopt(0, SOL_SOCKET, SO_OOBINLINE, (char *)&on, sizeof(on)) < 0)
/original-bsd/usr.bin/ftp/
H A Dftp.c148 #ifdef SO_OOBINLINE
152 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, (char *)&on, sizeof(on))