Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdpsubr.c53 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosdp_so_inherit()
H A Dsocksdp.c676 case SO_OOBINLINE: in sosdp_getsockopt()
719 case SO_OOBINLINE: in sosdp_getsockopt()
843 case SO_OOBINLINE: in sosdp_setsockopt()
897 case SO_OOBINLINE: in sosdp_setsockopt()
H A Dsocksctpsubr.c499 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sosctp_so_inherit()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h139 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h129 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c716 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1864 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in sotpi_accept()
2979 (so->so_options & SO_OOBINLINE))); in sotpi_recvmsg()
5065 case SO_OOBINLINE: in sotpi_getsockopt()
5153 case SO_OOBINLINE: in sotpi_getsockopt()
5447 case SO_OOBINLINE: in sotpi_setsockopt()
5534 case SO_OOBINLINE: in sotpi_setsockopt()
H A Dsockcommon_subr.c1297 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_LINGER); in socket_init_common()
1762 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.c1724 if (!(so->so_options & SO_OOBINLINE) && in so_verify_oobstate()
H A Dsockcommon_sops.c733 case SO_OOBINLINE: in so_getsockopt()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c641 case SO_OOBINLINE: in conn_opt_get()
642 *i1 = connp->conn_oobinline ? SO_OOBINLINE : 0; in conn_opt_get()
1124 case SO_OOBINLINE: in conn_opt_set_socket()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c71 { SO_OOBINLINE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
H A Dtcp_socket.c883 opts |= SO_OOBINLINE; in tcp_fallback_noneager()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1978 SO_OOBINLINE|SO_DGRAM_ERRIND|SO_RECVUCRED); in sol_optname()
1997 if (val & SO_OOBINLINE) in sol_optname()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c628 { SO_OOBINLINE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c344 if (setsockopt(s, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in hookup()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2393 if (setsockopt(net, SOL_SOCKET, SO_OOBINLINE, (char *)&on, in main()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2759 { SOL_SOCKET, SO_OOBINLINE, PR_SO_OOBINLINE }, in prfdinfosockopt()