Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c745 #if defined(SO_OOBINLINE) in sys_telnet_init()
746 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) in sys_telnet_init()
796 #if !defined(SO_OOBINLINE) in process_rings()
836 #if !defined(SO_OOBINLINE) in process_rings()
/freebsd/cddl/lib/libdtrace/
H A Dsocket.d50 #pragma D binding "1.13" SO_OOBINLINE
51 inline int SO_OOBINLINE = 0x0100; /* leave received OOB data in line */ variable
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c824 #if defined(SO_OOBINLINE) in sys_telnet_init()
825 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
924 #if !defined(SO_OOBINLINE) in process_rings()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c936 #if defined(SO_OOBINLINE) && defined(HAVE_SETSOCKOPT) in my_telnet()
937 setsockopt(net, SOL_SOCKET, SO_OOBINLINE, in my_telnet()
1056 #ifndef SO_OOBINLINE in my_telnet()
/freebsd/sys/kern/
H A Duipc_debug.c115 if (so_options & SO_OOBINLINE) { in db_print_sooptions()
H A Duipc_socket.c778 SO_DONTROUTE | SO_LINGER | SO_OOBINLINE | SO_NOSIGPIPE);
3160 case SO_OOBINLINE:
3371 case SO_OOBINLINE:
/freebsd/sys/sys/
H A Dsocket.h136 #define SO_OOBINLINE 0x00000100 /* leave received OOB data in line */ macro
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c147 #if defined(SO_OOBINLINE) && defined(HAVE_SETSOCKOPT) in hookup()
151 if (setsockopt (s, SOL_SOCKET, SO_OOBINLINE, (char *) &on, sizeof (on)) in hookup()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c370 #if defined(SO_OOBINLINE) && defined(HAVE_SETSOCKOPT) in main()
371 if (setsockopt(0, SOL_SOCKET, SO_OOBINLINE, (void *)&on, in main()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1481 so->so_options & SO_OOBINLINE || in sdp_rcvoob()
1513 if (!(so->so_options & SO_OOBINLINE)) { in sdp_urg()
/freebsd/libexec/ftpd/
H A Dftpd.c565 #ifdef SO_OOBINLINE in main()
566 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, &on, sizeof(on)) < 0) in main()
/freebsd/contrib/tnftp/src/
H A Dftp.c278 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, in hookup()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c3441 case SO_OOBINLINE: in rsetsockopt()
3586 case SO_OOBINLINE: in rgetsockopt()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c542 return (SO_OOBINLINE); in linux_to_bsd_so_sockopt()
/freebsd/sys/netinet/
H A Dtcp_usrreq.c1374 so->so_options & SO_OOBINLINE || in tcp_usr_rcvoob()
H A Dtcp_input.c3150 !(so->so_options & SO_OOBINLINE)) { in tcp_do_segment()