Home
last modified time | relevance | path

Searched refs:can_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
HDpcap-common.c1335 if (caplen < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id) || in swap_linux_sll_header()
1336 length < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id)) { in swap_linux_sll_header()
1340 chdr->can_id = SWAPLONG(chdr->can_id); in swap_linux_sll_header()
/freebsd-11-stable/contrib/libpcap/pcap/
HDcan_socketcan.h49 uint32_t can_id; member