Lines Matching refs:pip6
237 const struct ip6_hdr *pip6 = (const struct ip6_hdr *)packet; in FilterCheck() local
239 ncpaddr_setip6(&srcaddr, &pip6->ip6_src); in FilterCheck()
240 ncpaddr_setip6(&dstaddr, &pip6->ip6_dst); in FilterCheck()
241 datalen = ntohs(pip6->ip6_plen); in FilterCheck()
242 payload = packet + sizeof *pip6; in FilterCheck()
243 cproto = pip6->ip6_nxt; in FilterCheck()
585 const struct ip6_hdr *pip6 = (const struct ip6_hdr *)packet; in PacketCheck() local
587 ncpaddr_setip6(&srcaddr, &pip6->ip6_src); in PacketCheck()
588 ncpaddr_setip6(&dstaddr, &pip6->ip6_dst); in PacketCheck()
589 datalen = ntohs(pip6->ip6_plen); in PacketCheck()
590 payload = packet + sizeof *pip6; in PacketCheck()
591 cproto = pip6->ip6_nxt; in PacketCheck()