Home
last modified time | relevance | path

Searched refs:priority_vcid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-util.c150 …aplen < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, priority_vcid) + sizeof xl_hdrp->priority_vci… in swap_socketcan_header()
151 …ength < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, priority_vcid) + sizeof xl_hdrp->priority_vci… in swap_socketcan_header()
155 xl_hdrp->priority_vcid = SWAPLONG(xl_hdrp->priority_vcid); in swap_socketcan_header()
H A Dpcap-linux.c4100 canxl_hdr->priority_vcid = SWAPLONG(canxl_hdr->priority_vcid); in pcap_handle_packet_mmap()
/freebsd/contrib/libpcap/pcap/
H A Dcan_socketcan.h71 uint32_t priority_vcid; member