/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksdpsubr.c | 52 SO_KEEPALIVE|SO_DONTROUTE|SO_BROADCAST|SO_USELOOPBACK| in sosdp_so_inherit()
|
H A D | socksdp.c | 671 case SO_KEEPALIVE: in sosdp_getsockopt() 714 case SO_KEEPALIVE: in sosdp_getsockopt() 838 case SO_KEEPALIVE: in sosdp_setsockopt() 892 case SO_KEEPALIVE: in sosdp_setsockopt()
|
H A D | socksctpsubr.c | 498 SO_KEEPALIVE|SO_DONTROUTE|SO_BROADCAST|SO_USELOOPBACK| in sosctp_so_inherit()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | setsockopt.c | 73 case SO_KEEPALIVE: in setsockopt()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 36 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mconnect.c | 157 (void) setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&on,
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socket.h | 123 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 143 err = smb_setopt_int(fd, SOL_SOCKET, SO_KEEPALIVE, 1); in smb_setopts()
|
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | netpr.c | 428 if ((setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, in main()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 60 { SO_KEEPALIVE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 }, 575 case SO_KEEPALIVE: in tcp_opt_set()
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | options.c | 354 if (dry_run == 0 && setsockopt(request->fd, SOL_SOCKET, SO_KEEPALIVE,
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 489 case SO_KEEPALIVE: in __rpc_tli_set_options()
|
H A D | svc_vc.c | 961 opt->name = SO_KEEPALIVE; in do_accept() 964 *p_optval = SO_KEEPALIVE; in do_accept()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 178 SO_ACCEPTCONN|SO_KEEPALIVE);
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 734 (setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, in vs_eng_connect()
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 888 if (setsockopt(connfd, SOL_SOCKET, SO_KEEPALIVE,
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 626 { SOL_SOCKET, SO_KEEPALIVE, "SO_KEEPALIVE," }, in show_sockopts()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 605 case SO_KEEPALIVE: in conn_opt_get() 606 *i1 = connp->conn_keepalive ? SO_KEEPALIVE : 0; in conn_opt_get() 1084 case SO_KEEPALIVE: in conn_opt_set_socket()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 433 setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&on, in ssh_connect()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1293 SO_KEEPALIVE|SO_DONTROUTE|SO_BROADCAST|SO_USELOOPBACK| in socket_init_common() 1756 case SO_KEEPALIVE: in socket_getopt_common()
|
H A D | socktpi.c | 1894 nso->so_options = so->so_options & (SO_DEBUG|SO_REUSEADDR|SO_KEEPALIVE| in sotpi_accept() 5120 case SO_KEEPALIVE: in sotpi_getsockopt() 5209 case SO_KEEPALIVE: in sotpi_getsockopt() 5504 case SO_KEEPALIVE: in sotpi_setsockopt() 5592 case SO_KEEPALIVE: in sotpi_setsockopt()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 1877 val2 = val & ~(SO_DEBUG|SO_ACCEPTCONN|SO_REUSEADDR|SO_KEEPALIVE| in sol_optname() 1888 if (val & SO_KEEPALIVE) in sol_optname()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 360 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (char *)&on, in main()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 1519 setsockopt(sock_in, SOL_SOCKET, SO_KEEPALIVE, &on, in main()
|
/titanic_50/usr/src/cmd/krb5/slave/ |
H A D | kpropd.c | 569 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (caddr_t) &on,
|