HomeSort by: relevance | last modified time | path
    Searched defs:can_output (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netcan/
can.c 85 static int can_output(struct mbuf *, struct canpcb *);
234 can_output(struct mbuf *m, struct canpcb *canp) function in typeref:typename:int
241 printf("can_output: no pcb\n");
648 error = can_output(m, canp);
can.c 85 static int can_output(struct mbuf *, struct canpcb *);
234 can_output(struct mbuf *m, struct canpcb *canp) function in typeref:typename:int
241 printf("can_output: no pcb\n");
648 error = can_output(m, canp);

Completed in 68 milliseconds