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

  /src/sys/netinet6/
in6_l2tp.c 100 struct ip6_hdr ip6hdr; /* capsule IP header, host byte ordered */ local in function:in6_l2tp_output
133 memset(&ip6hdr, 0, sizeof(ip6hdr));
134 ip6hdr.ip6_src = sin6_src->sin6_addr;
135 ip6hdr.ip6_dst = sin6_dst->sin6_addr;
137 ip6hdr.ip6_vfc = 0x60;
138 ip6hdr.ip6_nxt = IPPROTO_L2TP;
139 ip6hdr.ip6_hlim = ip6_l2tp_hlim;
141 ip6hdr.ip6_plen = 0;
143 ip6hdr.ip6_plen += sizeof(uint32_t)
    [all...]
  /src/sys/net/
if_mpls.c 635 struct ip6_hdr *ip6hdr; local in function:mpls_unlabel_inet6
648 ip6hdr = mtod(m, struct ip6_hdr *);
651 ip6hdr->ip6_hlim = ms.shim.ttl + 1;
  /src/usr.sbin/npf/npftest/libnpftest/
npf_mbuf_subr.c 239 struct ip6_hdr *ip6hdr = mtod(m, struct ip6_hdr *); local in function:mbuf_return_hdrs6
241 *ip6 = ip6hdr;
242 return (void *)(ip6hdr + 1);

Completed in 13 milliseconds