Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksdpsubr.c53 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosdp_so_inherit()
H A Dsocksdp.c675 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 Dsocksctpsubr.c499 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosctp_so_inherit()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h41 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dsocket.h128 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c718 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c620 { SOL_SOCKET, SO_OOBINLINE, "SO_OOBINLINE," }, in show_sockopts()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dconn_opt.c616 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 Dtcp_opt_data.c66 { SO_OOBINLINE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
H A Dtcp_socket.c876 opts |= SO_OOBINLINE; in tcp_fallback_noneager()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1896 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 Dsockcommon_subr.c1294 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in socket_init_common()
1759 case SO_OOBINLINE: in socket_getopt_common()
H A Dsockstr.c1394 if (so->so_options & SO_OOBINLINE) { in so_oob_data()
2083 !(so->so_options & SO_OOBINLINE)) { in strsock_proto()
H A Dsocksubr.c1681 if (!(so->so_options & SO_OOBINLINE) && in so_verify_oobstate()
H A Dsockcommon_sops.c764 case SO_OOBINLINE: in so_getsockopt()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1878 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 Dsctp_opt_data.c624 { 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 Dftp.c347 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in hookup()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2393 if (setsockopt(net, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in main()