Searched refs:SLL_HDR_LEN (Results 1 – 4 of 4) sorted by relevance
123 if (caplen < SLL_HDR_LEN) { in sll_if_print()141 length -= SLL_HDR_LEN; in sll_if_print()142 caplen -= SLL_HDR_LEN; in sll_if_print()143 p += SLL_HDR_LEN; in sll_if_print()182 sll_print(sllp, length + SLL_HDR_LEN); in sll_if_print()198 return (SLL_HDR_LEN); in sll_if_print()224 sll_print(sllp, length + SLL_HDR_LEN); in sll_if_print()230 return (SLL_HDR_LEN); in sll_if_print()
82 #define SLL_HDR_LEN 16 /* total header length */ macro
1369 offset = SLL_HDR_LEN;1521 packet_len += SLL_HDR_LEN;3084 if (handle->snapshot < SLL_HDR_LEN + 1)3085 handle->snapshot = SLL_HDR_LEN + 1;3906 bp -= SLL_HDR_LEN;3935 pcaphdr.caplen += SLL_HDR_LEN;3936 pcaphdr.len += SLL_HDR_LEN;5343 if (p->k >= SLL_HDR_LEN) {5350 p->k -= SLL_HDR_LEN;