Lines Matching defs:dp
291 const struct ip6_hbh *dp = (struct ip6_hbh *)bp;
294 TCHECK(dp->ip6h_len);
295 hbhlen = (int)((dp->ip6h_len + 1) << 3);
296 TCHECK2(*dp, hbhlen);
299 ip6_opt_print((const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp));
311 const struct ip6_dest *dp = (struct ip6_dest *)bp;
314 TCHECK(dp->ip6d_len);
315 dstoptlen = (int)((dp->ip6d_len + 1) << 3);
316 TCHECK2(*dp, dstoptlen);
319 ip6_opt_print((const u_char *)dp + sizeof(*dp),
320 dstoptlen - sizeof(*dp));