Home
last modified time | relevance | path

Searched defs:canpcbtable (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netcan/
H A Dcan_pcb.h68 struct canpcbtable { struct
69 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