ip6o 388 netinet/ip_ipip.c struct ip6_hdr *ip6, *ip6o; ip6o 515 netinet/ip_ipip.c ip6o = mtod(m, struct ip6_hdr *); ip6o 516 netinet/ip_ipip.c ip6o->ip6_flow = 0; ip6o 517 netinet/ip_ipip.c ip6o->ip6_vfc &= ~IPV6_VERSION_MASK; ip6o 518 netinet/ip_ipip.c ip6o->ip6_vfc |= IPV6_VERSION; ip6o 519 netinet/ip_ipip.c ip6o->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6o)); ip6o 520 netinet/ip_ipip.c ip6o->ip6_hlim = ip_defttl; ip6o 521 netinet/ip_ipip.c in6_embedscope(&ip6o->ip6_src, &tdb->tdb_src.sin6, NULL, NULL); ip6o 522 netinet/ip_ipip.c in6_embedscope(&ip6o->ip6_dst, &tdb->tdb_dst.sin6, NULL, NULL); ip6o 532 netinet/ip_ipip.c ip6o->ip6_nxt = IPPROTO_IPIP; ip6o 545 netinet/ip_ipip.c ip6o->ip6_nxt = IPPROTO_IPV6; ip6o 555 netinet/ip_ipip.c ip6o->ip6_flow |= htonl((u_int32_t) otos << 20);