Searched refs:sockets (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/tools/regression/tmpfs/
H A Dt_sockets37 # Verifies that sockets can be created using socket/bind.
44 ${Src_Dir}/h_tools sockets a
48 echo "${Src_Dir}/h_tools sockets dir/a" | kqueue_monitor 1 dir || die
H A Dt_readdir54 ${Src_Dir}/h_tools sockets sock || die
/freebsd-9.3-release/crypto/openssh/
H A Dssh-agent.c104 SocketEntry *sockets = NULL; variable
825 if (sockets[i].type == AUTH_UNUSED) {
826 sockets[i].fd = fd;
827 buffer_init(&sockets[i].input);
828 buffer_init(&sockets[i].output);
829 buffer_init(&sockets[i].request);
830 sockets[i].type = type;
835 sockets = xrealloc(sockets, new_alloc, sizeof(sockets[
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dnetif.c50 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc
288 return (&sockets[sock]);
300 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
331 netif_detach(sockets[sock].io_netif);
332 sockets[sock].io_netif = (struct netif *)0;
H A Dnet.h89 extern struct iodesc sockets[SOPEN_MAX];
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c66 * Bluetooth raw HCI sockets
85 * Bluetooth raw L2CAP sockets
104 * Bluetooth SEQPACKET L2CAP sockets
125 * Bluetooth STREAM RFCOMM sockets
146 * Bluetooth SEQPACKET SCO sockets
236 SYSCTL_NODE(_net_bluetooth_hci, OID_AUTO, sockets, CTLFLAG_RW,
237 0, "Bluetooth HCI sockets family");
238 SYSCTL_NODE(_net_bluetooth_l2cap, OID_AUTO, sockets, CTLFLAG_RW,
239 0, "Bluetooth L2CAP sockets family");
240 SYSCTL_NODE(_net_bluetooth_rfcomm, OID_AUTO, sockets, CTLFLAG_R
[all...]
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c612 int *sockets; local
634 sockets = malloc (n * sizeof(*sockets));
635 if (sockets == NULL)
644 sockets[i] = socket (sa->sa_family, SOCK_DGRAM, 0);
645 if (sockets[i] < 0)
647 if (bind (sockets[i], sa, sa_size) < 0) {
658 maxfd = max (maxfd, sockets[i]);
661 FD_SET(sockets[i], &real_fdset);
664 krb5_errx (context, 1, "No sockets!");
[all...]
/freebsd-9.3-release/tools/regression/aio/aiotest/
H A Daiotest.c490 int sockets[2]; local
492 if (socketpair(PF_UNIX, SOCK_STREAM, 0, sockets) < 0)
496 arg.asa_sockets[0] = sockets[0];
497 arg.asa_sockets[1] = sockets[1];
498 aio_context_init(&ac, "aio_unix_socketpair_test", sockets[0],
499 sockets[1], UNIX_SOCKETPAIR_LEN, UNIX_SOCKETPAIR_TIMEOUT,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h145 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; member in struct:evhttp
H A Dhttp.c3395 TAILQ_FOREACH(bound, &http->sockets, next)
3432 TAILQ_INSERT_TAIL(&http->sockets, bound, next);
3453 TAILQ_REMOVE(&http->sockets, bound, next);
3479 TAILQ_INIT(&http->sockets);
3531 while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) {
3532 TAILQ_REMOVE(&http->sockets, bound, next);
3572 /* a vhost can only be a vhost once and should not have bound sockets */
3574 TAILQ_FIRST(&vhost->sockets) != NULL)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c38 unix domain sockets if the environment variable SOCKET_WRAPPER_DIR
242 static struct socket_info *sockets; variable in typeref:struct:socket_info
551 for (i = sockets; i; i = i->next) {
1265 SWRAP_DLIST_ADD(sockets, si);
1363 SWRAP_DLIST_ADD(sockets, child_si);
1815 SWRAP_DLIST_REMOVE(sockets, si);
1867 SWRAP_DLIST_ADD(sockets, si_newd);

Completed in 92 milliseconds