Searched refs:SLL_HDR_LEN (Results 1 – 3 of 3) sorted by relevance
82 #define SLL_HDR_LEN 16 /* total header length */ macro208 if (caplen < SLL_HDR_LEN) { in sll_if_print()226 length -= SLL_HDR_LEN; in sll_if_print()227 caplen -= SLL_HDR_LEN; in sll_if_print()228 p += SLL_HDR_LEN; in sll_if_print()267 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()283 return (SLL_HDR_LEN); in sll_if_print()306 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()312 return (SLL_HDR_LEN); in sll_if_print()
82 #define SLL_HDR_LEN 16 /* total header length */ macro
1532 offset = SLL_HDR_LEN;1663 packet_len += SLL_HDR_LEN;3401 if (handle->snapshot < SLL_HDR_LEN + 1)3402 handle->snapshot = SLL_HDR_LEN + 1;4463 bp -= SLL_HDR_LEN;4515 pcaphdr.caplen += SLL_HDR_LEN;4516 pcaphdr.len += SLL_HDR_LEN;6384 if (p->k >= SLL_HDR_LEN) {6391 p->k -= SLL_HDR_LEN;