Searched refs:ArpIpAddressesTable (Results 1 – 4 of 4) sorted by relevance
60 mib.aData.ArpIpAddressesTable.FilteringEnable = 0; in mibDbgGetArpIpTable()63 mib.aData.ArpIpAddressesTable.addr[i] = 0; in mibDbgGetArpIpTable()76 (mib.aData.ArpIpAddressesTable.FilteringEnable)?"Enable":"Disable", in mibDbgGetArpIpTable()77 mib.aData.ArpIpAddressesTable.FilteringEnable)); in mibDbgGetArpIpTable()79 mib.aData.ArpIpAddressesTable.addr[0], in mibDbgGetArpIpTable()80 mib.aData.ArpIpAddressesTable.addr[1], in mibDbgGetArpIpTable()81 mib.aData.ArpIpAddressesTable.addr[2], in mibDbgGetArpIpTable()82 mib.aData.ArpIpAddressesTable.addr[3])); in mibDbgGetArpIpTable()
1655 IP_COPY (IpAddress, pMib->aData.ArpIpAddressesTable.addr); in TWD_WriteMib()1662 … (TI_BOOL)pMib->aData.ArpIpAddressesTable.FilteringEnable, in TWD_WriteMib()
2389 TMibArpIpAddressesTable ArpIpAddressesTable; /**< MIB ARP Address Table */ member
2241 pMibBuf->aData.ArpIpAddressesTable.FilteringEnable = Enable; in cmdBld_ReadMib()2245 IP_COPY (pMibBuf->aData.ArpIpAddressesTable.addr, IpAddress); in cmdBld_ReadMib()