Searched refs:SLL_HDR_LEN (Results 1 – 3 of 3) sorted by relevance
77 #define SLL_HDR_LEN 16 /* total header length */ macro203 if (caplen < SLL_HDR_LEN) { in sll_if_print()221 length -= SLL_HDR_LEN; in sll_if_print()222 caplen -= SLL_HDR_LEN; in sll_if_print()223 p += SLL_HDR_LEN; in sll_if_print()262 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()278 return (SLL_HDR_LEN); in sll_if_print()301 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()307 return (SLL_HDR_LEN); in sll_if_print()
80 #define SLL_HDR_LEN 16 /* total header length */ macro
1576 offset = SLL_HDR_LEN;1707 packet_len += SLL_HDR_LEN;3445 if (handle->snapshot < SLL_HDR_LEN + 1)3446 handle->snapshot = SLL_HDR_LEN + 1;4507 bp -= SLL_HDR_LEN;4559 pcaphdr.caplen += SLL_HDR_LEN;4560 pcaphdr.len += SLL_HDR_LEN;6431 if (p->k >= SLL_HDR_LEN) {6438 p->k -= SLL_HDR_LEN;