Searched refs:canpcbtable (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/netcan/ |
H A D | can_pcb.h | 57 struct canpcbtable *canp_table; 68 struct canpcbtable { struct 96 void can_pcbinit(struct canpcbtable *, int, int); argument 97 int can_pcbnotify(struct canpcbtable *, u_int32_t, 99 void can_pcbnotifyall(struct canpcbtable *, u_int32_t, int, 101 void can_pcbpurgeif0(struct canpcbtable *, struct ifnet *); 102 void can_pcbpurgeif(struct canpcbtable *, struct ifnet *);
|
H A D | can_pcb.c | 66 can_pcbinit(struct canpcbtable *table, int bindhashsize, int connecthashsize) in can_pcbinit() 86 struct canpcbtable *table = v; in can_pcballoc() 292 can_pcbnotify(struct canpcbtable *table, u_int32_t faddr, u_int32_t laddr, 316 can_pcbnotifyall(struct canpcbtable *table, u_int32_t faddr, int errno, 333 can_pcbpurgeif0(struct canpcbtable *table, struct ifnet *ifp) 342 can_pcbpurgeif(struct canpcbtable *table, struct ifnet *ifp)
|
H A D | can.c | 62 struct canpcbtable cbtable;
|