Lines Matching refs:hdrp
1690 struct sll_header *hdrp; local
1848 hdrp = (struct sll_header *)bp;
1849 hdrp->sll_pkttype = map_packet_type_to_sll_type(from.sll_pkttype);
1850 hdrp->sll_hatype = htons(from.sll_hatype);
1851 hdrp->sll_halen = htons(from.sll_halen);
1852 memcpy(hdrp->sll_addr, from.sll_addr,
1856 hdrp->sll_protocol = from.sll_protocol;
4665 struct sll_header *hdrp; local
4694 hdrp = (struct sll_header *)bp;
4695 hdrp->sll_pkttype = map_packet_type_to_sll_type(
4697 hdrp->sll_hatype = htons(sll->sll_hatype);
4698 hdrp->sll_halen = htons(sll->sll_halen);
4699 memcpy(hdrp->sll_addr, sll->sll_addr, SLL_ADDRLEN);
4700 hdrp->sll_protocol = sll->sll_protocol;