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

  /src/sys/netcan/
can_pcb.h 53 int canp_flags; member in struct:canpcb
82 /* flags in canp_flags: */
can.c 331 if ((sender_canp->canp_flags & CANP_NO_LOOPBACK) != 0) {
363 (canp->canp_flags & CANP_RECEIVE_OWN) == 0) {
867 optval = (canp->canp_flags & CANP_NO_LOOPBACK) ? 0 : 1;
871 optval = (canp->canp_flags & CANP_RECEIVE_OWN) ? 1 : 0;
896 canp->canp_flags &= ~CANP_NO_LOOPBACK;
898 canp->canp_flags |= CANP_NO_LOOPBACK;
906 canp->canp_flags |= CANP_RECEIVE_OWN;
908 canp->canp_flags &= ~CANP_RECEIVE_OWN;

Completed in 13 milliseconds