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.c1271 struct sll_header *shdr = (struct sll_header *)buf; in swap_linux_sll_header()
1275 if (caplen < (u_int) sizeof(struct sll_header) || in swap_linux_sll_header()
1276 length < (u_int) sizeof(struct sll_header)) { in swap_linux_sll_header()
1288 chdr = (pcap_can_socketcan_hdr *)(buf + sizeof(struct sll_header)); in swap_linux_sll_header()
1289 if (caplen < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id) || in swap_linux_sll_header()
1290 length < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id)) { in swap_linux_sll_header()
Dpcap-linux.c1753 struct sll_header *hdrp;
1911 hdrp = (struct sll_header *)bp;
4935 struct sll_header *hdrp;
4964 hdrp = (struct sll_header *)bp;
4972 snaplen += sizeof(struct sll_header);
/external/libpcap/pcap/
Dsll.h85 struct sll_header { struct