Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDpcap-util.c162 …en < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, acceptance_field) + sizeof xl_hdrp->acceptance_f… in swap_socketcan_header()
163 …th < (u_int) (offsetof(pcap_can_socketcan_xl_hdr, acceptance_field) + sizeof xl_hdrp->acceptance_f… in swap_socketcan_header()
167 xl_hdrp->acceptance_field = SWAPLONG(xl_hdrp->acceptance_field); in swap_socketcan_header()
HDpcap-linux.c4118 canxl_hdr->acceptance_field = SWAPLONG(canxl_hdr->acceptance_field); in pcap_handle_packet_mmap()
/freebsd-14-stable/contrib/libpcap/pcap/
HDcan_socketcan.h75 uint32_t acceptance_field; member