Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c81 struct sll_header { struct
135 sll_print(netdissect_options *ndo, register const struct sll_header *sllp, u_int length) in sll_print()
200 register const struct sll_header *sllp; in sll_if_print()
215 sllp = (const struct sll_header *)p; in sll_if_print()
/external/libpcap/
Dpcap-common.c1409 struct sll_header *shdr = (struct sll_header *)buf; in swap_linux_sll_header()
1413 if (caplen < (u_int) sizeof(struct sll_header) || in swap_linux_sll_header()
1414 length < (u_int) sizeof(struct sll_header)) { in swap_linux_sll_header()
1426 chdr = (pcap_can_socketcan_hdr *)(buf + sizeof(struct sll_header)); in swap_linux_sll_header()
1427 if (caplen < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id) || in swap_linux_sll_header()
1428 length < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id)) { in swap_linux_sll_header()
Dpcap-linux.c3842 struct sll_header *hdrp; in pcap_handle_packet_mmap()
3871 hdrp = (struct sll_header *)bp; in pcap_handle_packet_mmap()
3878 snaplen += sizeof(struct sll_header); in pcap_handle_packet_mmap()
/external/libpcap/pcap/
Dsll.h85 struct sll_header { struct