Searched refs:CDPMsgVoIPVLANQuery (Results 1 – 2 of 2) sorted by relevance
52 assert(cdpv2.haslayer(CDPMsgVoIPVLANQuery))55 assert(cdpv2[CDPMsgVoIPVLANQuery].type == 0x000f)56 assert(cdpv2[CDPMsgVoIPVLANQuery].len == 8)57 assert(cdpv2[CDPMsgVoIPVLANQuery].unknown1 == 0x20)58 assert(cdpv2[CDPMsgVoIPVLANQuery].vlan == 512)
255 class CDPMsgVoIPVLANQuery(CDPMsgGeneric): class