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

  /src/external/bsd/libpcap/dist/pcap/
can_socketcan.h 76 } pcap_can_socketcan_xl_hdr; typedef in typeref:struct:__anon7263
  /src/external/bsd/libpcap/dist/
pcap-util.c 124 pcap_can_socketcan_xl_hdr *xl_hdrp;
149 xl_hdrp = (pcap_can_socketcan_xl_hdr *)buf;
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)) {
156 if (caplen < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, payload_length) + sizeof xl_hdrp->payload_length) ||
157 length < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, payload_length) + sizeof xl_hdrp->payload_length)) {
162 if (caplen < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, acceptance_field) + sizeof xl_hdrp->acceptance_field) ||
163 length < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, acceptance_field) + sizeof xl_hdrp->acceptance_field)) {
pcap-linux.c 4232 pcap_can_socketcan_xl_hdr *canxl_hdr = (pcap_can_socketcan_xl_hdr *)bp;

Completed in 81 milliseconds