Searched defs:accept (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/lib/libc/sys/
H A Daccept.c39 #pragma weak accept macro
41 accept(int s, struct sockaddr *addr, socklen_t *addrlen) function
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h60 #undef accept macro
62 #define accept(s,addr,addrlen) swrap_accept(s,addr,addrlen) macro
/freebsd-current/crypto/openssl/include/internal/
H A Dsockets.h61 # define accept(s,f,l) ((int)accept(s,f,l)) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp234 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, function in class:Option
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp106 Expected<std::unique_ptr<raw_socket_stream>> ListeningSocket::accept() { function in class:ListeningSocket
/freebsd-current/sys/ofed/include/rdma/
H A Diw_cm.h121 int (*accept)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs
/freebsd-current/tests/sys/netpfil/pf/
H A Dsctp.py120 def accept(self, vnet): member in class:SCTPServer
/freebsd-current/sys/contrib/xen/io/
H A Dpvcalls.h102 } accept; member in union:xen_pvcalls_request::__anon73
137 } accept; member in union:xen_pvcalls_response::__anon74
/freebsd-current/crypto/openssl/
H A De_os.h390 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua[all...]
/freebsd-current/contrib/tnftp/
H A Dtnftp.h477 #define accept Raccept macro
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp424 Error Section::accept(SectionVisitor &Visitor) const { function in class:Section
428 Error Section::accept(MutableSectionVisitor &Visitor) { function in class:Section
486 Error DecompressedSection::accept(SectionVisitor &Visitor) const { function in class:DecompressedSection
490 Error DecompressedSection::accept(MutableSectionVisitor &Visitor) { function in class:DecompressedSection
494 Error OwnedDataSection::accept(SectionVisitor &Visitor) const { function in class:OwnedDataSection
498 Error OwnedDataSection::accept(MutableSectionVisitor &Visitor) { function in class:OwnedDataSection
564 Error CompressedSection::accept(SectionVisitor &Visitor) const { function in class:CompressedSection
568 Error CompressedSection::accept(MutableSectionVisitor &Visitor) { function in class:CompressedSection
589 Error StringTableSection::accept(SectionVisitor &Visitor) const { function in class:StringTableSection
593 Error StringTableSection::accept(MutableSectionVisito function in class:StringTableSection
623 Error SectionIndexSection::accept(SectionVisitor &Visitor) const { function in class:SectionIndexSection
627 Error SectionIndexSection::accept(MutableSectionVisitor &Visitor) { function in class:SectionIndexSection
[all...]
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c64 int (*accept)(int socket, struct sockaddr *addr, socklen_t *addrlen); member in struct:socket_calls
586 int accept(int socket, struct sockaddr *addr, socklen_t *addrlen) function
/freebsd-current/lib/libc/isc/
H A Deventlib_p.h173 struct { evAccept *this; } accept; member in union:evEvent_p::__anon144
/freebsd-current/tests/sys/kern/
H A Dunix_seqpacket_test.c593 ATF_TC_WITHOUT_HEAD(accept); variable
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dawk.h278 int accept; member in struct:fa
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1223 static const char *accept[] = { local
/freebsd-current/lib/libc/include/
H A Dun-namespace.h32 #undef accept macro
H A Dnamespace.h51 #define accept _accept macro
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp234 FilterRule(bool accept, size_t attribute_index, llvm::StringRef operation) argument
279 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, argument
306 RegexFilterRule(bool accept, size_t attribute_index, argument
331 CreateOperation(bool accept, size_t attribute_index, const std::string &op_arg, Status &error) argument
351 ExactMatchFilterRule(bool accept, size_t attribute_index, const std::string &match_text) argument
671 bool accept; local
[all...]
/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c829 bool accept; local
/freebsd-current/sys/dev/irdma/
H A Dirdma_cm.c3518 struct irdma_kmem_info accept; local
/freebsd-current/sys/cam/ctl/
H A Dctl_ioctl.h737 struct ctl_iscsi_accept_params accept; member in union:ctl_iscsi_data
/freebsd-current/stand/ficl/
H A Dwords.c3152 static void accept(FICL_VM *pVM) function
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c7039 struct ecore_filter_accept_flags accept; local

Completed in 221 milliseconds

12