Home
last modified time | relevance | path

Searched refs:Protocols (Results 1 – 25 of 43) sorted by relevance

12

/minix/external/bsd/tcpdump/dist/tests/
H A Dlacp-ev.out1 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
11 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
21 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
31 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
41 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
51 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
61 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
71 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
81 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
91 00:13:c4:12:0f:0d > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt…
[all …]
H A Disis_3-v.out5 Protocols supported TLV #129, length: 1
23 Protocols supported TLV #129, length: 1
41 Protocols supported TLV #129, length: 1
59 Protocols supported TLV #129, length: 1
77 Protocols supported TLV #129, length: 1
97 Protocols supported TLV #129, length: 1
117 Protocols supported TLV #129, length: 1
139 Protocols supported TLV #129, length: 1
167 Protocols supported TLV #129, length: 1
185 Protocols supported TLV #129, length: 1
[all …]
H A Disis_2-v.out5 Protocols supported TLV #129, length: 1
23 Protocols supported TLV #129, length: 1
41 Protocols supported TLV #129, length: 1
59 Protocols supported TLV #129, length: 1
77 Protocols supported TLV #129, length: 1
95 Protocols supported TLV #129, length: 1
115 Protocols supported TLV #129, length: 1
135 Protocols supported TLV #129, length: 1
157 Protocols supported TLV #129, length: 1
175 Protocols supported TLV #129, length: 1
[all …]
H A Disis_4-v.out9 Protocols supported TLV #129, length: 1
29 Protocols supported TLV #129, length: 1
49 Protocols supported TLV #129, length: 1
69 Protocols supported TLV #129, length: 1
89 Protocols supported TLV #129, length: 1
109 Protocols supported TLV #129, length: 1
129 Protocols supported TLV #129, length: 1
149 Protocols supported TLV #129, length: 1
167 Protocols supported TLV #129, length: 1
184 Protocols supported TLV #129, length: 1
[all …]
H A Disis_1-v.out14 Protocols supported TLV #129, length: 1
34 Protocols supported TLV #129, length: 1
54 Protocols supported TLV #129, length: 1
74 Protocols supported TLV #129, length: 1
103 Protocols supported TLV #129, length: 1
123 Protocols supported TLV #129, length: 1
145 Protocols supported TLV #129, length: 1
166 Protocols supported TLV #129, length: 1
186 Protocols supported TLV #129, length: 1
215 Protocols supported TLV #129, length: 1
[all …]
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ddh2048.pem10 These are the 2048 bit DH parameters from "Assigned Number for SKIP Protocols"
H A Ddh512.pem6 These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
H A Ddh1024.pem7 These are the 1024 bit DH parameters from "Assigned Number for SKIP Protocols"
H A Ddh4096.pem15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1014 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() local
1015 if (!Protocols.empty()) { in VisitObjCInterfaceDecl()
1016 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCInterfaceDecl()
1017 E = Protocols.end(); I != E; ++I) in VisitObjCInterfaceDecl()
1018 Out << (I == Protocols.begin() ? '<' : ',') << **I; in VisitObjCInterfaceDecl()
1052 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl() local
1053 if (!Protocols.empty()) { in VisitObjCProtocolDecl()
1055 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCProtocolDecl()
1056 E = Protocols.end(); I != E; ++I) in VisitObjCProtocolDecl()
1057 Out << (I == Protocols.begin() ? '<' : ',') << **I; in VisitObjCProtocolDecl()
H A DASTContext.cpp1843 Protocols.insert(P->getCanonicalDecl()); in CollectInheritedProtocols()
1844 CollectInheritedProtocols(P, Protocols); in CollectInheritedProtocols()
1850 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
3512 if (Protocols[0]->getCanonicalDecl() != Protocols[0]) in areSortedAndUniqued()
3516 if (!CmpProtocolNames(Protocols[i-1], Protocols[i]) || in areSortedAndUniqued()
3517 Protocols[i]->getCanonicalDecl() != Protocols[i]) in areSortedAndUniqued()
3527 std::sort(Protocols, Protocols+NumProtocols, CmpProtocolNames); in SortAndUniqueProtocols()
3531 Protocols[I] = Protocols[I]->getCanonicalDecl(); in SortAndUniqueProtocols()
3535 NumProtocols = ProtocolsEnd-Protocols; in SortAndUniqueProtocols()
6771 if (!Protocols.empty()) in areCommonBaseCompatible()
[all …]
H A DASTImporter.cpp1782 SmallVector<ObjCProtocolDecl *, 4> Protocols; in VisitObjCObjectType() local
1788 Protocols.push_back(Protocol); in VisitObjCObjectType()
3344 SmallVector<ObjCProtocolDecl *, 4> Protocols; in VisitObjCCategoryDecl() local
3356 Protocols.push_back(ToProto); in VisitObjCCategoryDecl()
3361 ToCategory->setProtocolList(Protocols.data(), Protocols.size(), in VisitObjCCategoryDecl()
3398 SmallVector<ObjCProtocolDecl *, 4> Protocols; in ImportDefinition() local
3410 Protocols.push_back(ToProto); in ImportDefinition()
3415 To->setProtocolList(Protocols.data(), Protocols.size(), in ImportDefinition()
3557 SmallVector<ObjCProtocolDecl *, 4> Protocols; in ImportDefinition() local
3570 Protocols.push_back(ToProto); in ImportDefinition()
[all …]
H A DType.cpp473 ObjCProtocolDecl * const *Protocols, in ObjCObjectType() argument
482 memcpy(getProtocolStorage(), Protocols, in ObjCObjectType()
2078 ObjCProtocolDecl * const *Protocols, in Profile() argument
2082 ID.AddPointer(Protocols[i]); in Profile()
H A DDeclObjC.cpp581 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod() local
583 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in lookupMethod()
584 E = Protocols.end(); I != E; ++I) in lookupMethod()
/minix/external/bsd/fetch/dist/libfetch/
H A Dhttp.errors7 101 OK Switching Protocols
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp426 llvm::Constant *Protocols,
1571 llvm::Constant *Protocols, in GenerateClassStructure() argument
1683 Protocols.size()); in GenerateProtocolList()
1690 for (const std::string *iter = Protocols.begin(), *endIter = Protocols.end(); in GenerateProtocolList()
1761 SmallVector<std::string, 16> Protocols; in GenerateProtocol() local
1763 Protocols.push_back(PI->getNameAsString()); in GenerateProtocol()
2025 SmallVector<std::string, 16> Protocols; in GenerateCategory() local
2030 Protocols.push_back((*I)->getNameAsString()); in GenerateCategory()
2045 GenerateProtocolList(Protocols), PtrTy)); in GenerateCategory()
2254 SmallVector<std::string, 16> Protocols; in GenerateClass() local
[all …]
H A DCGObjCMac.cpp1121 llvm::Constant *Protocols,
2541 if (Protocols.count(PD->getIdentifier())) in GenerateProtocol()
2565 llvm::GlobalVariable *Entry = Protocols[PD->getIdentifier()]; in GetOrEmitProtocol()
2641 Protocols[PD->getIdentifier()] = Entry; in GetOrEmitProtocol()
2649 llvm::GlobalVariable *&Entry = Protocols[PD->getIdentifier()]; in GetOrEmitProtocolRef()
3016 llvm::Constant *Protocols = in GenerateClass() local
3053 Values[ 0] = EmitMetaClass(ID, Protocols, ClassMethods); in GenerateClass()
3075 Values[ 9] = Protocols; in GenerateClass()
3138 Values[ 9] = Protocols; in EmitMetaClass()
4918 I = Protocols.begin(), e = Protocols.end(); I != e; ++I) { in FinishModule()
[all …]
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dstandards.txt144 Protocols. C. Adams, S. Farrell. March 1999. (Format: TXT=158178
163 2559 Internet X.509 Public Key Infrastructure Operational Protocols -
167 2585 Internet X.509 Public Key Infrastructure Operational Protocols:
213 Certification Server Protocols. C. Adams, P. Sylvester, M. Zolotarev,
/minix/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2245.txt164 Protocols which fail to require an explicit anonymous login are more
182 Protocols which offer restricted data access should not allow
H A Drfc4505.txt238 Protocols that fail to require an explicit anonymous login are more
248 Protocols that offer restricted data access should not allow
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4839 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() local
4864 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() local
4866 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods()
4867 E = Protocols.end(); in AddObjCMethods()
6072 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() local
6074 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods()
6075 E = Protocols.end(); in FindImplementableMethods()
6095 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() local
6098 E = Protocols.end(); in FindImplementableMethods()
6118 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() local
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp837 SmallVector<ObjCProtocolDecl *, 16> Protocols; in VisitObjCInterfaceDecl() local
838 Protocols.reserve(NumProtocols); in VisitObjCInterfaceDecl()
840 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCInterfaceDecl()
845 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl()
850 Protocols.clear(); in VisitObjCInterfaceDecl()
851 Protocols.reserve(NumProtocols); in VisitObjCInterfaceDecl()
853 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCInterfaceDecl()
854 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()
/minix/external/bsd/mdocml/dist/
H A Dlib.in104 LINE("librumpclient", "Clientside Stubs for rump Kernel Remote Protocols (librumpclient, \\-lrumpcl…
/minix/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7111 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData() argument
7114 if (Protocols.empty()) return; in RewriteObjCProtocolListMetaData()
7116 for (unsigned i = 0; i != Protocols.size(); i++) in RewriteObjCProtocolListMetaData()
7117 RewriteObjCProtocolMetaData(Protocols[i], Result); in RewriteObjCProtocolListMetaData()
7133 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
7140 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
7144 Result += Protocols[0]->getNameAsString(); in RewriteObjCProtocolListMetaData()
7147 for (unsigned i = 1; i != Protocols.size(); i++) { in RewriteObjCProtocolListMetaData()
7149 Result += Protocols[i]->getNameAsString(); in RewriteObjCProtocolListMetaData()
7228 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in RewriteObjCClassMetaData()
[all …]
H A DRewriteObjC.cpp5266 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData() argument
5269 if (Protocols.empty()) return; in RewriteObjCProtocolListMetaData()
5271 for (unsigned i = 0; i != Protocols.size(); i++) in RewriteObjCProtocolListMetaData()
5272 RewriteObjCProtocolMetaData(Protocols[i], prefix, ClassName, Result); in RewriteObjCProtocolListMetaData()
5285 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5292 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5296 Result += Protocols[0]->getNameAsString(); in RewriteObjCProtocolListMetaData()
5299 for (unsigned i = 1; i != Protocols.size(); i++) { in RewriteObjCProtocolListMetaData()
5301 Result += Protocols[i]->getNameAsString(); in RewriteObjCProtocolListMetaData()

12