Lines Matching defs:ip6
44 * mobile-ip6 (uses RFC2473)
96 #include <netinet/ip6.h>
359 struct ip6_hdr *ip6;
367 KASSERT(m->m_len >= sizeof(*ip6));
369 ip6 = mtod(m, struct ip6_hdr *);
376 pack.mine.sin6_addr = ip6->ip6_dst;
377 pack.yours.sin6_addr = ip6->ip6_src;
379 pack.mine.sin6_addr = ip6->ip6_src;
380 pack.yours.sin6_addr = ip6->ip6_dst;
711 struct ip6_hdr *ip6;
737 ip6 = ip6cp->ip6c_ip6;
741 if (ip6 && cmd == PRC_MSGSIZE) {
768 ip6 = NULL;