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

  /src/external/bsd/libpcap/dist/pcap/
can_socketcan.h 80 #define CANXL_XLF 0x80 /* mark to distinguish CAN XL from CAN/CAN FD frames */
  /src/external/bsd/libpcap/dist/
pcap-linux.c 4124 * CANXL_XLF, which is in the flags field
4137 * crap, and clear the CANXL_XLF bit in
4142 * the CANXL_XLF bit isn't set in the
4146 canhdr->payload_length &= ~CANXL_XLF;
4155 * and clear the CANXL_XLF bit in the
4159 canhdr->payload_length &= ~CANXL_XLF;
4188 * Make sure the CANXL_XLF bit is set in
4193 canhdr->payload_length |= CANXL_XLF;
4201 if (canhdr->payload_length & CANXL_XLF) {

Completed in 27 milliseconds