Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sllp

54 sll_print(register const struct sll_header *sllp, u_int length)
58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype)));
65 if (EXTRACT_16BITS(&sllp->sll_halen) == 6)
66 (void)printf("%s ", etheraddr_string(sllp->sll_addr));
69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
119 register const struct sll_header *sllp;
133 sllp = (const struct sll_header *)p;
136 sll_print(sllp, length);
145 ether_type = ntohs(sllp->sll_protocol);
181 sll_print(sllp, length + SLL_HDR_LEN);
194 sll_print(sllp, length + SLL_HDR_LEN);