Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sllp

134 sll_print(netdissect_options *ndo, register const struct sll_header *sllp, u_int length)
138 ND_PRINT((ndo, "%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))));
145 if (EXTRACT_16BITS(&sllp->sll_halen) == 6)
146 ND_PRINT((ndo, "%s ", etheraddr_string(ndo, sllp->sll_addr)));
149 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
199 register const struct sll_header *sllp;
213 sllp = (const struct sll_header *)p;
216 sll_print(ndo, sllp, length);
225 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
262 sll_print(ndo, sllp, length + SLL_HDR_LEN);
301 sll_print(ndo, sllp, length + SLL_HDR_LEN);