Home
last modified time | relevance | path

Searched refs:SOCK_STREAM (Results 126 – 150 of 183) sorted by relevance

12345678

/dragonfly/sys/netinet6/
H A Din6_proto.c148 .pr_type = SOCK_STREAM,
/dragonfly/lib/libc/resolv/
H A Dres_send.c666 statp->_vcsock = socket(nsap->sa_family, SOCK_STREAM, 0);
668 statp->_vcsock = _socket(nsap->sa_family, SOCK_STREAM, 0);
/dragonfly/lib/libftpio/
H A Dftpio.c752 hints.ai_socktype = SOCK_STREAM; in ftp_login_session()
819 if ((s = socket(ftp->addrtype, SOCK_STREAM, 0)) < 0) { in ftp_file_op()
/dragonfly/lib/libc/net/
H A Dnscachedcli.c203 client_socket = _socket(PF_LOCAL, SOCK_STREAM, 0); in __open_cached_connection()
/dragonfly/lib/libc/rpc/
H A Drpc_soc.c420 *sockp = _socket(AF_LOCAL, SOCK_STREAM, 0); in clntunix_create()
H A Drpcb_clnt.c460 sock = _socket(AF_LOCAL, SOCK_STREAM, 0); in local_rpcb()
689 sock = _socket(AF_LOCAL, SOCK_STREAM, 0); in __rpcbind_is_up()
/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_conn.c198 ret = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL); in conn_state()
/dragonfly/crypto/openssh/
H A Dssh-sk-client.c72 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) { in start_helper()
H A Dchannels.c3625 hints.ai_socktype = SOCK_STREAM; in channel_setup_fwd_listener_tcpip()
4536 sock = connect_to_helper(ssh, host, port, SOCK_STREAM, ctype, rname, in connect_to()
4650 sock = connect_to_helper(ssh, host, port, SOCK_STREAM, ctype, rname, in channel_connect_to_port()
4782 sock = connect_to_helper(ssh, c->path, c->host_port, SOCK_STREAM, NULL, in rdynamic_connect_finish()
4824 hints.ai_socktype = SOCK_STREAM; in x11_create_display_inet()
4911 sock = socket(AF_UNIX, SOCK_STREAM, 0); in connect_local_xsocket_path()
5043 hints.ai_socktype = SOCK_STREAM; in x11_connect_display()
H A Dssh.c268 hints.ai_socktype = SOCK_STREAM; in resolve_host()
311 hints.ai_socktype = SOCK_STREAM; in is_addr()
342 hints.ai_socktype = SOCK_STREAM; in resolve_addr()
H A Dauthfd.c100 if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) in ssh_get_authentication_socket_path()
H A Dauth.c709 hints.ai_socktype = SOCK_STREAM; in remote_hostname()
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c294 if (nmp->nm_sotype == SOCK_STREAM) { in nfs_connect()
610 if (sotype == SOCK_STREAM) { in nfs_receive()
1243 if (nmp->nm_sotype == SOCK_STREAM) { in nfs_request_auth()
2595 if (so->so_type == SOCK_STREAM) { in nfsrv_rcv()
H A Dnfs_vfsops.c195 if (sotype == SOCK_STREAM) in nfs_iosize()
793 if (nmp->nm_sotype == SOCK_STREAM) { in nfs_decode_args()
/dragonfly/contrib/dhcpcd/src/
H A Dcontrol.c392 if ((fd = xsocket(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0)) == -1) in make_sock()
/dragonfly/sbin/dump/
H A Dtape.c684 if (socketpair(AF_UNIX, SOCK_STREAM, 0, cmd) < 0 || in enslave()
/dragonfly/usr.sbin/sdpd/
H A Dserver.c123 unsock = socket(PF_LOCAL, SOCK_STREAM, 0); in server_init()
/dragonfly/tools/tools/net80211/w00t/redir/
H A Dredir.c434 if ((p->s = socket(s_in.sin_family, SOCK_STREAM, IPPROTO_TCP)) == -1) in connect_buddy()
/dragonfly/sys/netproto/smb/
H A Dsmb_trantcp.c150 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, td); in nb_connect_in()
/dragonfly/libexec/telnetd/
H A Dtelnetd.c321 hints.ai_socktype = SOCK_STREAM; in main()
/dragonfly/sbin/iscontrol/
H A Dfsm.c123 hints.ai_socktype = SOCK_STREAM; in tcpConnect()
/dragonfly/usr.sbin/nscd/
H A Dnscd.c167 retval->sockfd = socket(PF_LOCAL, SOCK_STREAM, 0); in init_runtime_env()
/dragonfly/contrib/tnftp/src/
H A Dmain.c454 hints.ai_socktype = SOCK_STREAM; in main()
/dragonfly/sbin/hammer2/
H A Dcmd_service.c158 if ((lfd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { in cmd_service()
/dragonfly/usr.sbin/rtadvctl/
H A Drtadvctl.c202 if ((s->si_fd = socket(PF_UNIX, SOCK_STREAM, 0)) == -1) in csock_client_open()

12345678