Searched refs:sll_header (Results 1 – 4 of 4) sorted by relevance
81 struct sll_header { struct135 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()
1194 struct sll_header *shdr = (struct sll_header *)buf; in swap_linux_sll_header()1198 if (caplen < (u_int) sizeof(struct sll_header) || in swap_linux_sll_header()1199 length < (u_int) sizeof(struct sll_header)) { in swap_linux_sll_header()1211 chdr = (pcap_can_socketcan_hdr *)(buf + sizeof(struct sll_header)); in swap_linux_sll_header()1212 if (caplen < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id) || in swap_linux_sll_header()1213 length < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id)) { in swap_linux_sll_header()
1690 struct sll_header *hdrp;1848 hdrp = (struct sll_header *)bp;4665 struct sll_header *hdrp;4694 hdrp = (struct sll_header *)bp;
83 struct sll_header { struct