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

  /src/lib/libc/net/
rthdr.c 300 struct ip6_rthdr0 *rth0; local in function:inet6_rth_init
313 rth0 = (struct ip6_rthdr0 *)(void *)rth;
314 rth0->ip6r0_len = segments * 2;
315 rth0->ip6r0_type = IPV6_RTHDR_TYPE_0;
316 rth0->ip6r0_segleft = 0;
317 rth0->ip6r0_reserved = 0;
330 struct ip6_rthdr0 *rth0; local in function:inet6_rth_add
339 rth0 = (struct ip6_rthdr0 *)(void *)rth;
340 nextaddr = (struct in6_addr *)(void *)(rth0 + 1)
341 + rth0->ip6r0_segleft
    [all...]

Completed in 11 milliseconds