HomeSort by: relevance | last modified time | path
    Searched refs:ip6_dest (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet6/
dest6.c 60 struct ip6_dest *dstopts;
64 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
69 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
73 dstoptlen -= sizeof(struct ip6_dest);
74 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
ip6_var.h 109 struct ip6_dest *ip6po_dest1; /* Destination options header(1st part) */
111 struct ip6_dest *ip6po_dest2; /* Destination options header(2nd part) */
ip6_output.c 3079 struct ip6_dest *dest, **newdest = NULL;
3095 if (len < sizeof(struct ip6_dest))
3097 dest = (struct ip6_dest *)buf;
ip6_input.c 163 __CTASSERT(sizeof(struct ip6_dest) == 2);
  /src/sys/netinet/
ip6.h 149 struct ip6_dest { struct
  /src/sbin/ping6/
ping6.c 2350 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3;
2351 nh = ((struct ip6_dest *)cp)->ip6d_nxt;

Completed in 17 milliseconds