/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | Acceptor.cpp | 63 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept() function in Acceptor 65 auto error = m_listener_socket_up->Accept(conn_socket); in Accept()
|
H A D | Acceptor.h | 32 Status Accept(const bool child_processes_inherit, Connection *&conn);
|
H A D | lldb-platform.cpp | 293 error = acceptor_up->Accept(children_inherit_accept_socket, conn); in main_platform()
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.socket | 6 Accept=yes key
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | UDPSocket.h | 30 Status Accept(Socket *&socket) override;
|
H A D | TCPSocket.h | 43 Status Accept(Socket *&conn_socket) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | DomainSocket.h | 21 Status Accept(Socket *&socket) override;
|
/freebsd/stand/efi/include/ |
H A D | efitcp.h | 211 EFI_TCP4_ACCEPT Accept; member 383 EFI_TCP6_ACCEPT Accept; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Socket.h | 72 virtual Status Accept(Socket *&socket) = 0;
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | UDPSocket.cpp | 50 Status UDPSocket::Accept(Socket *&socket) { in Accept() function in UDPSocket
|
H A D | TCPSocket.cpp | 257 Status TCPSocket::Accept(Socket *&conn_socket) { in Accept() function in TCPSocket
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | DomainSocket.cpp | 111 Status DomainSocket::Accept(Socket *&socket) { in Accept() 110 Status DomainSocket::Accept(Socket *&socket) { Accept() function in DomainSocket
|
H A D | ConnectionFileDescriptorPosix.cpp | 549 error = listening_socket->Accept(accepted_socket); in AcceptSocket()
|
/freebsd/lib/libc/isc/ |
H A D | eventlib_p.h | 171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1331 bool Accept = false; in selectCandidates() local 1341 Accept = All0; in selectCandidates() 1350 Accept = Has0; in selectCandidates() 1352 if (Accept) in selectCandidates()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | dnsblaccess.m4 | 89 R<$={Accept}>$* $: OKSOFAR
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_connect.pod | 43 Accept B<options> may be zero or B<BIO_SOCK_NONBLOCK>, and is applied
|
H A D | BIO_s_accept.pod | 52 Accept BIOs support BIO_puts() but not BIO_gets().
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | lib-ld.m4 | 77 # Accept absolute paths.
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 52 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 438 // lods aliases. Accept the destination being omitted because it's implicit 455 // stos aliases. Accept the source being omitted because it's implicit in 472 // scas aliases. Accept the destination being omitted because it's implicit 607 // ins aliases. Accept the mnemonic suffix being omitted because it's implicit 613 // outs aliases. Accept the mnemonic suffix being omitted because it's implicit
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | tsget.pod | 40 Accept: application/timestamp-reply
|
H A D | openssl-cmp.pod.in | 608 Accept missing or invalid protection of negative responses from the server. 1080 Accept missing or invalid protection of requests. 1084 Accept unprotected error messages from client. 1089 Accept RAVERIFED as proof of possession (POPO).
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 333 static void Accept(T); 340 template <typename T, typename = decltype(Accept<To>(Make<T>()))>
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 127 6) Authenticator simulator required patching for handling Access-Accept within
|