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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c988 int rthlen; local
1040 rthlen = (rth->ip6r_len + 1) << 3;
1054 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen,
1060 eoff, rthlen);
1071 eoff += rthlen;
H A Dip6_output.c3422 int rthlen; local
3433 rthlen = (rth->ip6r_len + 1) << 3;
3434 if (len != rthlen)
3452 opt->ip6po_rthdr = _MALLOC(rthlen, M_IP6OPT, M_NOWAIT);
3455 bcopy(rth, opt->ip6po_rthdr, rthlen);

Completed in 20 milliseconds