Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/crypto/openssh/
H A Dssh-agent.c137 SocketEntry *sockets = NULL; variable
1803 e = &sockets[socknum]; in process_message()
1906 if (sockets[i].type == AUTH_UNUSED) { in new_socket()
1907 sockets[i].fd = fd; in new_socket()
1908 if ((sockets[i].input = sshbuf_new()) == NULL || in new_socket()
1909 (sockets[i].output = sshbuf_new()) == NULL || in new_socket()
1910 (sockets[i].request = sshbuf_new()) == NULL) in new_socket()
1912 sockets[i].type = type; in new_socket()
1917 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
1918 sizeof(sockets[0])); in new_socket()
[all …]
H A DPROTOCOL320 TCP sockets but with a single path instead of a host and port.
H A Dconfig.h.in1745 /* Define if X11 doesn't support AF_UNIX sockets on that system */
/dflybsd-src/stand/lib/
H A Dnetif.c46 struct iodesc sockets[SOPEN_MAX]; variable
266 return (&sockets[sock]); in socktodesc()
277 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++) in netif_open()
307 netif_detach(sockets[sock].io_netif); in netif_close()
308 sockets[sock].io_netif = NULL; in netif_close()
H A Dnet.h92 extern struct iodesc sockets[SOPEN_MAX];
/dflybsd-src/sbin/natd/
H A DREADME9 This is a simple daemon based on FreeBSD divert sockets
21 1) Get FreeBSD 2.2 - I think the divert sockets are
39 Archie Cobbs <archie@whistle.com> Divert sockets
H A DHISTORY138 - If separate input & output sockets are being used
/dflybsd-src/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket.c216 SYSCTL_NODE(_net_bluetooth_hci, OID_AUTO, sockets, CTLFLAG_RW,
218 SYSCTL_NODE(_net_bluetooth_l2cap, OID_AUTO, sockets, CTLFLAG_RW,
220 SYSCTL_NODE(_net_bluetooth_rfcomm, OID_AUTO, sockets, CTLFLAG_RW,
/dflybsd-src/lib/libc/sysvipc/
H A DMakefile.inc5 SRCS+= ipc.c lock.c lock_generic.c msg.c sem.c shm.c sockets.c
/dflybsd-src/usr.sbin/sysvipcd/
H A DMakefile5 SRCS= sysvipcd.c perm.c shmd.c sockets.c sysvipc_hash.c lock.c utilsd.c
/dflybsd-src/games/hunt/
H A DREADME26 hunt can be configured to use Unix-domain sockets, but that
28 4.2BSD Unix-domain sockets are buggy, running hunt on
29 4.2BSD with Unix-domain sockets will probably crash
H A DREADME.protocol8 (In the original hunt, AF_UNIX sockets were used, but they are not
/dflybsd-src/sbin/natd/samples/
H A Dnatd.cf.sample20 # Use sockets to avoid port clashes. Uses additional system resources, but
/dflybsd-src/lib/libalias/
H A DHISTORY117 accumulation in alias_db.c corrected. The sockets
/dflybsd-src/contrib/tcp_wrappers/
H A DCHANGES275 assume sockets when the ioctl(fd, I_FIND, "timod") call fails. File:
330 fgets() library function does not handle partial read()s from sockets.
H A DREADME56 It supports both 4.3BSD-style sockets and System V.4-style TLI. Praise
263 to the Berkeley socket programming interface. Like Berkeley sockets,
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME788 wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] [-a<action file>] \
949 - create /var/run/wpa_priv directory for UNIX domain sockets and control
1009 suitable mode to allow wpa_supplicant to create sockets
H A DChangeLog186 issues with monitor sockets running out of buffer space
1551 * changed ctrl_interface configuration for UNIX domain sockets:
1705 a directory with sockets that include MAC address for each device in
1711 using UNIX domain sockets; this avoids selecting an incorrect
/dflybsd-src/usr.sbin/ppp/
H A DREADME.nat177 software does not have to allocate system sockets when it chooses a
H A Dppp.8.m44903 bound sockets will remain valid.
5486 In a similar manner TCP sockets may be prefixed with the
5788 In multi-link mode, local domain sockets are created using the peer
/dflybsd-src/share/examples/IPv6/
H A DUSAGE383 Inetd supports AF_INET and AF_INET6 sockets, with IPsec policy
/dflybsd-src/contrib/libpcap/
H A DCHANGES787 PF_PACKET sockets.
864 kernels, uses PF_PACKET sockets and supports kernel packet
/dflybsd-src/sys/config/
H A DLINT64359 # IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
380 options IPDIVERT #divert sockets
/dflybsd-src/crypto/libressl/
H A DChangeLog2233 sockets. The caller is responsible for closing them in this case.
2501 * Improved libtls support for non-blocking sockets, added randomized
/dflybsd-src/contrib/gdb-7/gdb/
H A Dconfigure.ac2000 # The ser-tcp.c module requires sockets.

12