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

  /src/sys/netcan/
can_pcb.h 84 #define CANP_RECEIVE_OWN 0x0002 /* receive own message */
can.c 363 (canp->canp_flags & CANP_RECEIVE_OWN) == 0) {
871 optval = (canp->canp_flags & CANP_RECEIVE_OWN) ? 1 : 0;
906 canp->canp_flags |= CANP_RECEIVE_OWN;
908 canp->canp_flags &= ~CANP_RECEIVE_OWN;

Completed in 99 milliseconds