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

  /src/lib/libc/net/
rthdr.c 299 struct ip6_rthdr *rth; local in function:inet6_rth_init
304 rth = (struct ip6_rthdr *)bp;
313 rth0 = (struct ip6_rthdr0 *)(void *)rth;
329 struct ip6_rthdr *rth; local in function:inet6_rth_add
335 rth = (struct ip6_rthdr *)bp;
337 switch (rth->ip6r_type) {
339 rth0 = (struct ip6_rthdr0 *)(void *)rth;
  /src/sys/netinet6/
ip6_output.c 3147 struct ip6_rthdr *rth; local in function:ip6_setpktopt
3158 rth = (struct ip6_rthdr *)buf;
3159 rthlen = (rth->ip6r_len + 1) << 3;
3162 switch (rth->ip6r_type) {
3173 memcpy(opt->ip6po_rthdr, rth, rthlen);
icmp6.c 988 struct ip6_rthdr *rth; local in function:icmp6_notify_error
1014 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
1015 eoff, sizeof(*rth));
1016 if (rth == NULL) {
1021 eoff += (rth->ip6r_len + 1) << 3;
1022 nxt = rth->ip6r_nxt;

Completed in 16 milliseconds