/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksdpsubr.c | 53 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosdp_so_inherit()
|
H A D | socksdp.c | 675 case SO_OOBINLINE: in sosdp_getsockopt() 718 case SO_OOBINLINE: in sosdp_getsockopt() 842 case SO_OOBINLINE: in sosdp_setsockopt() 896 case SO_OOBINLINE: in sosdp_setsockopt()
|
H A D | socksctpsubr.c | 499 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosctp_so_inherit()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 41 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 128 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 718 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 620 { SOL_SOCKET, SO_OOBINLINE, "SO_OOBINLINE," }, in show_sockopts()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 616 case SO_OOBINLINE: in conn_opt_get() 617 *i1 = connp->conn_oobinline ? SO_OOBINLINE : 0; in conn_opt_get() 1096 case SO_OOBINLINE: in conn_opt_set_socket()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 66 { SO_OOBINLINE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | tcp_socket.c | 876 opts |= SO_OOBINLINE; in tcp_fallback_noneager()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1896 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sotpi_accept() 3114 (so->so_options & SO_OOBINLINE))); in sotpi_recvmsg() 5123 case SO_OOBINLINE: in sotpi_getsockopt() 5211 case SO_OOBINLINE: in sotpi_getsockopt() 5505 case SO_OOBINLINE: in sotpi_setsockopt() 5592 case SO_OOBINLINE: in sotpi_setsockopt()
|
H A D | sockcommon_subr.c | 1294 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in socket_init_common() 1759 case SO_OOBINLINE: in socket_getopt_common()
|
H A D | sockstr.c | 1394 if (so->so_options & SO_OOBINLINE) { in so_oob_data() 2083 !(so->so_options & SO_OOBINLINE)) { in strsock_proto()
|
H A D | socksubr.c | 1681 if (!(so->so_options & SO_OOBINLINE) && in so_verify_oobstate()
|
H A D | sockcommon_sops.c | 764 case SO_OOBINLINE: in so_getsockopt()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 1878 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_RECVUCRED); in sol_optname() 1897 if (val & SO_OOBINLINE) in sol_optname()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 624 { SO_OOBINLINE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 347 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in hookup()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 2393 if (setsockopt(net, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in main()
|