Searched defs:canpcbtable (Results 1 – 1 of 1) sorted by relevance
68 struct canpcbtable { struct69 struct canpcbqueue canpt_queue;70 struct canpcbhead *canpt_bindhashtbl;71 struct canpcbhead *canpt_connecthashtbl;72 u_long canpt_bindhash;96 void can_pcbinit(struct canpcbtable *, int, int); argument