HomeSort by: relevance | last modified time | path
    Searched defs:canpcbtable (Results 1 - 2 of 2) 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.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 *);

Completed in 23 milliseconds