Symbol: socktype
crypto/openssh/channels.c
4653
connect_to_helper(struct ssh *ssh, const char *name, int port, int socktype,
crypto/openssh/channels.c
4681
ai->ai_socktype = socktype;
crypto/openssh/channels.c
4690
hints.ai_socktype = socktype;
lib/libc/rpc/clnt_bcast.c
117
__rpc_getbroadifs(int af, int proto, int socktype, broadlist_t *list)
lib/libc/rpc/clnt_bcast.c
135
hints.ai_socktype = socktype;
lib/libc/rpc/rpc_generic.c
753
__rpc_socktype2seman(int socktype)
lib/libc/rpc/rpc_generic.c
755
switch (socktype) {
lib/libdevattr/devattr.c
243
conn_local_server(const char *sockfile, int socktype, int nonblock __unused,
lib/libdevattr/devattr.c
250
if ((s = socket(AF_UNIX, socktype, 0)) < 0)
lib/libdevattr/devattr.h
161
int conn_local_server(const char *sockfile, int socktype, int nonblock,
sbin/devd/devd.cc
124
int socktype;
sbin/devd/devd.cc
829
create_socket(const char *name, int socktype)
sbin/devd/devd.cc
834
if ((fd = socket(PF_LOCAL, socktype, 0)) < 0)
sbin/devd/devd.cc
870
if (i->socktype == SOCK_SEQPACKET)
sbin/devd/devd.cc
917
new_client(int fd, int socktype)
sbin/devd/devd.cc
928
s.socktype = socktype;
sbin/udevd/test_udevd.c
27
int conn_local_server(const char *sockfile, int socktype, int nonblock,
sbin/udevd/test_udevd.c
676
conn_local_server(const char *sockfile, int socktype, int nonblock,
sbin/udevd/test_udevd.c
683
if ((s = socket(AF_UNIX, socktype, 0)) < 0)
sbin/udevd/udevd.h
93
int init_local_server(const char *sockfile, int socktype, int nonblock);
sbin/udevd/udevd_socket.c
130
init_local_server(const char *sockfile, int socktype, int nonblock)
sbin/udevd/udevd_socket.c
136
if ((s = socket(AF_UNIX, socktype, 0)) < 0)
sbin/udevd/udevd_socket.c
162
if (socktype == SOCK_STREAM && listen(s, LOCAL_BACKLOG) < 0) {
usr.bin/netstat/unix.c
125
(long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc,
usr.bin/netstat/unix.c
58
static const char *const socktype[] =
usr.bin/netstat/unix.c
71
sprintf(mibvar, "net.local.%s.pcblist", socktype[type]);
usr.sbin/ypserv/yp_main.c
244
struct socktype *st;
usr.sbin/ypserv/yp_main.c
90
static struct socktype stlist[] = {