/dflybsd-src/crypto/openssh/ |
H A D | ssh-agent.c | 137 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 D | PROTOCOL | 320 TCP sockets but with a single path instead of a host and port.
|
H A D | config.h.in | 1745 /* Define if X11 doesn't support AF_UNIX sockets on that system */
|
/dflybsd-src/stand/lib/ |
H A D | netif.c | 46 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 D | net.h | 92 extern struct iodesc sockets[SOPEN_MAX];
|
/dflybsd-src/sbin/natd/ |
H A D | README | 9 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 D | HISTORY | 138 - If separate input & output sockets are being used
|
/dflybsd-src/sys/netgraph7/bluetooth/socket/ |
H A D | ng_btsocket.c | 216 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 D | Makefile.inc | 5 SRCS+= ipc.c lock.c lock_generic.c msg.c sem.c shm.c sockets.c
|
/dflybsd-src/usr.sbin/sysvipcd/ |
H A D | Makefile | 5 SRCS= sysvipcd.c perm.c shmd.c sockets.c sysvipc_hash.c lock.c utilsd.c
|
/dflybsd-src/games/hunt/ |
H A D | README | 26 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 D | README.protocol | 8 (In the original hunt, AF_UNIX sockets were used, but they are not
|
/dflybsd-src/sbin/natd/samples/ |
H A D | natd.cf.sample | 20 # Use sockets to avoid port clashes. Uses additional system resources, but
|
/dflybsd-src/lib/libalias/ |
H A D | HISTORY | 117 accumulation in alias_db.c corrected. The sockets
|
/dflybsd-src/contrib/tcp_wrappers/ |
H A D | CHANGES | 275 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 D | README | 56 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 D | README | 788 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 D | ChangeLog | 186 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 D | README.nat | 177 software does not have to allocate system sockets when it chooses a
|
H A D | ppp.8.m4 | 4903 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 D | USAGE | 383 Inetd supports AF_INET and AF_INET6 sockets, with IPsec policy
|
/dflybsd-src/contrib/libpcap/ |
H A D | CHANGES | 787 PF_PACKET sockets. 864 kernels, uses PF_PACKET sockets and supports kernel packet
|
/dflybsd-src/sys/config/ |
H A D | LINT64 | 359 # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' 380 options IPDIVERT #divert sockets
|
/dflybsd-src/crypto/libressl/ |
H A D | ChangeLog | 2233 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 D | configure.ac | 2000 # The ser-tcp.c module requires sockets.
|