Home
last modified time | relevance | path

Searched refs:sll_header (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/libpcap/
HDpcap-util.c192 struct sll_header *shdr = (struct sll_header *)buf; in swap_linux_sll_socketcan_header()
194 if (caplen < (u_int) sizeof(struct sll_header) || in swap_linux_sll_socketcan_header()
195 length < (u_int) sizeof(struct sll_header)) { in swap_linux_sll_socketcan_header()
204 caplen - (u_int) sizeof(struct sll_header), in swap_linux_sll_socketcan_header()
205 length - (u_int) sizeof(struct sll_header), in swap_linux_sll_socketcan_header()
206 buf + sizeof(struct sll_header)); in swap_linux_sll_socketcan_header()
HDpcap-linux.c3918 struct sll_header *hdrp; in pcap_handle_packet_mmap()
3947 hdrp = (struct sll_header *)bp; in pcap_handle_packet_mmap()
3954 snaplen += sizeof(struct sll_header); in pcap_handle_packet_mmap()
/freebsd-14-stable/contrib/tcpdump/
HDprint-sll.c87 struct sll_header { struct
156 sll_print(netdissect_options *ndo, const struct sll_header *sllp, u_int length) in sll_print()
223 const struct sll_header *sllp; in sll_if_print()
232 sllp = (const struct sll_header *)p; in sll_if_print()
/freebsd-14-stable/contrib/libpcap/pcap/
HDsll.h85 struct sll_header { struct