Home
last modified time | relevance | path

Searched refs:socktype (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/netstat/
H A Dunix.c58 static const char *const socktype[] = variable
71 sprintf(mibvar, "net.local.%s.pcblist", socktype[type]); in unixpr()
125 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
/dragonfly/sbin/udevd/
H A Dudevd_socket.c130 init_local_server(const char *sockfile, int socktype, int nonblock) in init_local_server() argument
136 if ((s = socket(AF_UNIX, socktype, 0)) < 0) in init_local_server()
162 if (socktype == SOCK_STREAM && listen(s, LOCAL_BACKLOG) < 0) { in init_local_server()
H A Dtest_udevd.c27 int conn_local_server(const char *sockfile, int socktype, int nonblock,
676 conn_local_server(const char *sockfile, int socktype, int nonblock, in conn_local_server() argument
683 if ((s = socket(AF_UNIX, socktype, 0)) < 0) in conn_local_server()
H A Dudevd.h93 int init_local_server(const char *sockfile, int socktype, int nonblock);
/dragonfly/usr.sbin/ypserv/
H A Dyp_main.c86 struct socktype { struct
90 static struct socktype stlist[] = { argument
244 struct socktype *st; in main()
/dragonfly/sbin/devd/
H A Ddevd.cc124 int socktype; member
829 create_socket(const char *name, int socktype) in create_socket() argument
834 if ((fd = socket(PF_LOCAL, socktype, 0)) < 0) in create_socket()
870 if (i->socktype == SOCK_SEQPACKET) in notify_clients()
917 new_client(int fd, int socktype) in new_client() argument
928 s.socktype = socktype; in new_client()
/dragonfly/lib/libdevattr/
H A Ddevattr.c243 conn_local_server(const char *sockfile, int socktype, int nonblock __unused, in conn_local_server() argument
250 if ((s = socket(AF_UNIX, socktype, 0)) < 0) in conn_local_server()
H A Ddevattr.h161 int conn_local_server(const char *sockfile, int socktype, int nonblock,
/dragonfly/lib/libc/rpc/
H A Dclnt_bcast.c117 __rpc_getbroadifs(int af, int proto, int socktype, broadlist_t *list) in __rpc_getbroadifs() argument
135 hints.ai_socktype = socktype; in __rpc_getbroadifs()
H A Drpc_generic.c753 __rpc_socktype2seman(int socktype) in __rpc_socktype2seman() argument
755 switch (socktype) { in __rpc_socktype2seman()
/dragonfly/crypto/openssh/
H A Dchannels.c4462 connect_to_helper(struct ssh *ssh, const char *name, int port, int socktype, in connect_to_helper() argument
4490 ai->ai_socktype = socktype; in connect_to_helper()
4499 hints.ai_socktype = socktype; in connect_to_helper()