Home
last modified time | relevance | path

Searched refs:SOCK_STREAM (Results 76 – 100 of 183) sorted by relevance

12345678

/dragonfly/usr.bin/sockstat/
H A Dsockstat.c304 case SOCK_STREAM: in gather_unix()
599 gather_unix(SOCK_STREAM); in main()
/dragonfly/lib/libc/rpc/
H A Dsvc_generic.c252 case SOCK_STREAM: in svc_tli_create()
/dragonfly/lib/libsdp/
H A Dsession.c157 ss->s = socket(PF_LOCAL, SOCK_STREAM, 0); in sdp_open_local()
/dragonfly/lib/libutil/
H A Drealhostname.c136 hints.ai_socktype = SOCK_STREAM; in realhostname_sa()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c270 if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_STREAM)) { in main()
/dragonfly/usr.sbin/ppp/
H A Dexec.c111 type = physical_IsSync(p) ? SOCK_DGRAM : SOCK_STREAM; in exec_Create()
/dragonfly/sbin/udevd/
H A Dtest_udevd.c264 ret = conn_local_server(LISTEN_SOCKET_FILE, SOCK_STREAM, 0, &s); in udev_monitor_new()
763 ret = conn_local_server(LISTEN_SOCKET_FILE, SOCK_STREAM, 0, &s); in main()
/dragonfly/sys/vfs/fifofs/
H A Dfifo_vnops.c195 *errorp = socreate(AF_LOCAL, &rso, SOCK_STREAM, 0, td); in fifo_fip_create()
202 *errorp = socreate(AF_LOCAL, &wso, SOCK_STREAM, 0, td); in fifo_fip_create()
/dragonfly/lib/libdevattr/
H A Ddevattr.c100 ret = conn_local_server(LISTEN_SOCKET_FILE, SOCK_STREAM, 0, &s); in udev_new()
H A Ddevattr_monitor.c75 ret = conn_local_server(LISTEN_SOCKET_FILE, SOCK_STREAM, 0, &s); in udev_monitor_new()
/dragonfly/libexec/dma/
H A Ddns.c75 hints.ai_socktype = SOCK_STREAM; in add_host()
/dragonfly/bin/cat/
H A Dcat.c294 fd = socket(AF_UNIX, SOCK_STREAM, 0); in udom_open()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dagent.c171 res = fd = socket (PF_UNIX, SOCK_STREAM, 0); in gdb_connect_sync_socket()
/dragonfly/sys/netbt/
H A Dbt_proto.c113 .pr_type = SOCK_STREAM,
/dragonfly/sys/platform/pc64/x86_64/
H A Dautoconf.c371 nd->root_args.sotype = SOCK_STREAM; in pxe_setup_nfsdiskless()
/dragonfly/lib/libc/net/
H A Drcmd.c116 hints.ai_socktype = SOCK_STREAM; in rcmd_af()
343 s = _socket(ss.ss_family, SOCK_STREAM, 0); in rresvport_af()
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c296 funix = socket(AF_UNIX, SOCK_STREAM, 0); in main()
855 hints.ai_socktype = SOCK_STREAM; in socksetup()
/dragonfly/sbin/rconfig/
H A Dsubs.c170 if ((fd = socket(AF_INET, SOCK_STREAM, PF_UNSPEC)) < 0) { in tcp_transact()
H A Dserver.c83 if ((lfd = socket(AF_INET, SOCK_STREAM, PF_UNSPEC)) < 0) { in doServer()
/dragonfly/usr.sbin/pflogd/
H A Dprivsep.c76 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, socks) == -1) in priv_init()
/dragonfly/usr.sbin/nscd/
H A Dnscdcli.c187 client_socket = socket(PF_LOCAL, SOCK_STREAM, 0); in open_nscd_connection__()
/dragonfly/usr.bin/whois/
H A Dwhois.c226 hints.ai_socktype = SOCK_STREAM; in gethostinfo()
/dragonfly/contrib/tcp_wrappers/
H A Dtcpdmatch.c234 hints.ai_socktype = SOCK_STREAM;
/dragonfly/contrib/gdb-7/gdb/
H A Dser-tcp.c212 scb->fd = socket (PF_INET, SOCK_STREAM, 0); in net_open()
/dragonfly/libexec/ftpd/
H A Dftpd.c678 hints.ai_socktype = SOCK_STREAM; in inithosts()
750 hints.ai_socktype = SOCK_STREAM; in inithosts()
1804 s = socket(data_dest.su_family, SOCK_STREAM, 0); in getdatasock()
2810 pdata = socket(ctrl_addr.su_family, SOCK_STREAM, 0); in passive()
2921 pdata = socket(ctrl_addr.su_family, SOCK_STREAM, 0); in long_passive()
3343 hints.ai_socktype = SOCK_STREAM; in socksetup()

12345678