HomeSort by relevance Sort by last modified time
    Searched full:sllp (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-sll.c 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; local
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)
    [all...]

Completed in 57 milliseconds