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

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

Completed in 38 milliseconds