Searched refs:GroupAddressTable (Results 1 – 4 of 4) sorted by relevance
93 mib.aData.GroupAddressTable.bFilteringEnable = 0; in mibDbgGetGroupAddressTable()94 mib.aData.GroupAddressTable.nNumberOfAddresses = 0; in mibDbgGetGroupAddressTable()99 mib.aData.GroupAddressTable.aGroupTable[i][j] = 0; in mibDbgGetGroupAddressTable()113 (mib.aData.GroupAddressTable.bFilteringEnable)?"Enable":"Disable", in mibDbgGetGroupAddressTable()114 mib.aData.GroupAddressTable.bFilteringEnable)); in mibDbgGetGroupAddressTable()116 mib.aData.GroupAddressTable.nNumberOfAddresses)); in mibDbgGetGroupAddressTable()121 mib.aData.GroupAddressTable.aGroupTable[i][0], in mibDbgGetGroupAddressTable()122 mib.aData.GroupAddressTable.aGroupTable[i][1], in mibDbgGetGroupAddressTable()123 mib.aData.GroupAddressTable.aGroupTable[i][2], in mibDbgGetGroupAddressTable()124 mib.aData.GroupAddressTable.aGroupTable[i][3], in mibDbgGetGroupAddressTable()[all …]
2210 … &pMibBuf->aData.GroupAddressTable.bFilteringEnable, in cmdBld_ReadMib()2211 … &pMibBuf->aData.GroupAddressTable.nNumberOfAddresses, in cmdBld_ReadMib()2212 pMibBuf->aData.GroupAddressTable.aGroupTable); in cmdBld_ReadMib()2214 pMibBuf->Length = sizeof(pMibBuf->aData.GroupAddressTable.bFilteringEnable) + in cmdBld_ReadMib()2215 sizeof(pMibBuf->aData.GroupAddressTable.nNumberOfAddresses) + in cmdBld_ReadMib()2216 … pMibBuf->aData.GroupAddressTable.nNumberOfAddresses * sizeof(TMacAddr); in cmdBld_ReadMib()
1639 if (NULL == pMib->aData.GroupAddressTable.aGroupTable) in TWD_WriteMib()1646 pMib->aData.GroupAddressTable.nNumberOfAddresses, in TWD_WriteMib()1647 pMib->aData.GroupAddressTable.aGroupTable, in TWD_WriteMib()1648 pMib->aData.GroupAddressTable.bFilteringEnable); in TWD_WriteMib()
2384 TMibGroupAdressTable GroupAddressTable; /**< MIB Group Address Table */ member