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

  /src/lib/libc/net/
rthdr.c 404 const struct ip6_rthdr0 *rh0; local in function:inet6_rth_segments
413 rh0 = (const struct ip6_rthdr0 *)bp;
419 if ((rh0->ip6r0_len % 2) != 0 ||
420 (addrs = (rh0->ip6r0_len / 2)) < rh0->ip6r0_segleft)
433 const struct ip6_rthdr0 *rh0; local in function:inet6_rth_getaddr
442 rh0 = (const struct ip6_rthdr0 *)bp;
448 if ((rh0->ip6r0_len % 2) != 0 ||
449 (addrs = (rh0->ip6r0_len / 2)) < rh0->ip6r0_segleft
    [all...]

Completed in 12 milliseconds