Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/ !
H A Dnet.py1704 def GetPcbInfo(pcbi, proto): argument
1722 …tring += "lastport " + str(int(pcbi.ipi_lastport)) + " lastlow " + str(int(pcbi.ipi_lastlow)) + " …
1723 out_string += "active pcb count is " + str(int(pcbi.ipi_count)) + "\n"
1724 hashsize = pcbi.ipi_hashmask + 1
1726 out_string += str(pcbi.ipi_hashbase) + " has the following inpcb(s):\n"
1733 head = cast(pcbi.ipi_listhead, 'inpcbhead *')
1744 hashbase = pcbi.ipi_hashbase
1777 out_string += "port hash base is " + hex(pcbi.ipi_porthashbase) + "\n"
1786 hashbase = pcbi.ipi_porthashbase