Home
last modified time | relevance | path

Searched refs:VTP (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/tests/
Dcdp-v.out12 VTP Management Domain (0x09), value length: 3 bytes: 'Lab'
31 VTP Management Domain (0x09), value length: 3 bytes: 'Lab'
50 VTP Management Domain (0x09), value length: 3 bytes: 'Lab'
Dlldp_cdp-ev.out12 VTP Management Domain (0x09), value length: 0 bytes: ''
31 VTP Management Domain (0x09), value length: 0 bytes: ''
138 VTP Management Domain (0x09), value length: 0 bytes: ''
157 VTP Management Domain (0x09), value length: 0 bytes: ''
/external/tcpdump/
DCHANGES176 VTP: Add a test on Mgmt Domain Name length
177 VTP: Add bounds checks and filter out non-printable characters
500 Add support for the cisco proprietary VTP protocol
/external/clang/lib/AST/
DASTContext.cpp2894 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local
2895 return QualType(VTP, 0); in getVectorType()
2925 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local
2926 return QualType(VTP, 0); in getExtVectorType()