Searched refs:sllp (Results 1 – 1 of 1) sorted by relevance
54 sll_print(register const struct sll_header *sllp, u_int length) in sll_print() argument58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))); in sll_print()65 if (EXTRACT_16BITS(&sllp->sll_halen) == 6) in sll_print()66 (void)printf("%s ", etheraddr_string(sllp->sll_addr)); in sll_print()69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()119 register const struct sll_header *sllp; in sll_if_print() local133 sllp = (const struct sll_header *)p; in sll_if_print()136 sll_print(sllp, length); in sll_if_print()145 ether_type = ntohs(sllp->sll_protocol); in sll_if_print()181 sll_print(sllp, length + SLL_HDR_LEN); in sll_if_print()[all …]