HomeSort by: relevance | last modified time | path
    Searched defs:ip6o (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
xform_ipip.c 331 struct ip6_hdr *ip6, *ip6o; local in function:ipip_output
452 ip6o = mtod(m, struct ip6_hdr *);
453 ip6o->ip6_flow = 0;
454 ip6o->ip6_vfc &= ~IPV6_VERSION_MASK;
455 ip6o->ip6_vfc |= IPV6_VERSION;
456 ip6o->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6o));
457 ip6o->ip6_hlim = ip_defttl;
458 ip6o->ip6_dst = saidx->dst.sin6.sin6_addr;
459 ip6o->ip6_src = saidx->src.sin6.sin6_addr
    [all...]
xform_ipip.c 331 struct ip6_hdr *ip6, *ip6o; local in function:ipip_output
452 ip6o = mtod(m, struct ip6_hdr *);
453 ip6o->ip6_flow = 0;
454 ip6o->ip6_vfc &= ~IPV6_VERSION_MASK;
455 ip6o->ip6_vfc |= IPV6_VERSION;
456 ip6o->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6o));
457 ip6o->ip6_hlim = ip_defttl;
458 ip6o->ip6_dst = saidx->dst.sin6.sin6_addr;
459 ip6o->ip6_src = saidx->src.sin6.sin6_addr
    [all...]

Completed in 62 milliseconds