Searched refs:SO_OOBINLINE (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 745 #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 D | socket.d | 50 #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 D | sys_bsd.c | 824 #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 D | telnetd.c | 936 #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 D | uipc_debug.c | 115 if (so_options & SO_OOBINLINE) { in db_print_sooptions()
|
H A D | uipc_socket.c | 1171 SO_DONTROUTE | SO_LINGER | SO_OOBINLINE | SO_NOSIGPIPE); 3815 case SO_OOBINLINE: 4082 case SO_OOBINLINE:
|
/freebsd/sys/sys/ |
H A D | socket.h | 137 #define SO_OOBINLINE 0x00000100 /* leave received OOB data in line */ macro
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 147 #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 D | ftpd.c | 370 #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 D | sdp_main.c | 1481 so->so_options & SO_OOBINLINE || in sdp_rcvoob() 1513 if (!(so->so_options & SO_OOBINLINE)) { in sdp_urg()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 565 #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 D | ftp.c | 278 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, in hookup()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 3441 case SO_OOBINLINE: in rsetsockopt() 3586 case SO_OOBINLINE: in rgetsockopt()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 542 return (SO_OOBINLINE); in linux_to_bsd_so_sockopt()
|
/freebsd/sys/netinet/ |
H A D | tcp_usrreq.c | 1374 so->so_options & SO_OOBINLINE || in tcp_usr_rcvoob()
|
H A D | tcp_input.c | 3206 !(so->so_options & SO_OOBINLINE)) { in tcp_do_segment()
|