Lines Matching defs:hdrp
3878 struct sll2_header *hdrp;
3907 hdrp = (struct sll2_header *)bp;
3908 hdrp->sll2_protocol = sll->sll_protocol;
3909 hdrp->sll2_reserved_mbz = 0;
3910 hdrp->sll2_if_index = htonl(sll->sll_ifindex);
3911 hdrp->sll2_hatype = htons(sll->sll_hatype);
3912 hdrp->sll2_pkttype = sll->sll_pkttype;
3913 hdrp->sll2_halen = sll->sll_halen;
3914 memcpy(hdrp->sll2_addr, sll->sll_addr, SLL_ADDRLEN);
3918 struct sll_header *hdrp;
3947 hdrp = (struct sll_header *)bp;
3948 hdrp->sll_pkttype = htons(sll->sll_pkttype);
3949 hdrp->sll_hatype = htons(sll->sll_hatype);
3950 hdrp->sll_halen = htons(sll->sll_halen);
3951 memcpy(hdrp->sll_addr, sll->sll_addr, SLL_ADDRLEN);
3952 hdrp->sll_protocol = sll->sll_protocol;