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

  /src/sys/netcan/
can_pcb.h 83 #define CANP_NO_LOOPBACK 0x0001 /* local loopback disabled */
can.c 331 if ((sender_canp->canp_flags & CANP_NO_LOOPBACK) != 0) {
867 optval = (canp->canp_flags & CANP_NO_LOOPBACK) ? 0 : 1;
896 canp->canp_flags &= ~CANP_NO_LOOPBACK;
898 canp->canp_flags |= CANP_NO_LOOPBACK;

Completed in 12 milliseconds