Lines Matching defs:dp
176 const struct ip6_hbh *dp = (struct ip6_hbh *)bp;
179 ND_TCHECK(dp->ip6h_len);
180 hbhlen = (int)((dp->ip6h_len + 1) << 3);
181 ND_TCHECK2(*dp, hbhlen);
184 ip6_opt_print(ndo, (const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp));
196 const struct ip6_dest *dp = (struct ip6_dest *)bp;
199 ND_TCHECK(dp->ip6d_len);
200 dstoptlen = (int)((dp->ip6d_len + 1) << 3);
201 ND_TCHECK2(*dp, dstoptlen);
204 ip6_opt_print(ndo, (const u_char *)dp + sizeof(*dp),
205 dstoptlen - sizeof(*dp));