Searched refs:pcbi (Results 1 – 1 of 1) sorted by relevance
1801 def GetPcbInfo(pcbi, proto): argument1819 …tring += "lastport " + str(int(pcbi.ipi_lastport)) + " lastlow " + str(int(pcbi.ipi_lastlow)) + " …1820 out_string += "active pcb count is " + str(int(pcbi.ipi_count)) + "\n"1821 hashsize = pcbi.ipi_hashmask + 11823 out_string += str(pcbi.ipi_hashbase) + " has the following inpcb(s):\n"1830 head = cast(pcbi.ipi_listhead, 'inpcbhead *')1841 hashbase = pcbi.ipi_hashbase1874 out_string += "port hash base is " + hex(pcbi.ipi_porthashbase) + "\n"1883 hashbase = pcbi.ipi_porthashbase