HomeSort by: relevance | last modified time | path
    Searched refs:canpcbtable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netcan/
can_pcb.h 57 struct canpcbtable *canp_table;
68 struct canpcbtable { struct
96 void can_pcbinit(struct canpcbtable *, int, int);
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 *);
can_pcb.c 66 can_pcbinit(struct canpcbtable *table, int bindhashsize, int connecthashsize)
86 struct canpcbtable *table = v;
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)
can.c 62 struct canpcbtable cbtable;

Completed in 13 milliseconds