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

  /src/external/bsd/libpcap/dist/pcap/
can_socketcan.h 71 uint32_t priority_vcid; member in struct:__anon7263
  /src/external/bsd/libpcap/dist/
pcap-util.c 150 if (caplen < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, priority_vcid) + sizeof xl_hdrp->priority_vcid) ||
151 length < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, priority_vcid) + sizeof xl_hdrp->priority_vcid)) {
152 /* Not enough data to have the priority_vcid field */
155 xl_hdrp->priority_vcid = SWAPLONG(xl_hdrp->priority_vcid);
pcap-linux.c 4243 canxl_hdr->priority_vcid = SWAPLONG(canxl_hdr->priority_vcid);

Completed in 19 milliseconds