Searched refs:rth (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dcommands.c2869 struct ip6_rthdr *rth;
2912 if ((rth = inet6_rth_init((void *)*cpp, sizeof(buf),
2990 if (inet6_rth_add((void *)rth, &sin6->sin6_addr) == -1)
3012 rth->ip6r_len = rth->ip6r_segleft * 2;
3013 *lenp = (rth->ip6r_len + 1) << 3;
2860 struct ip6_rthdr *rth; local

Completed in 53 milliseconds