Home
last modified time | relevance | path

Searched refs:rounded_prefix_bytes (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6_rtr.c485 u_int32_t rounded_prefix_bytes = 0; in nd6_ra_input() local
544 rounded_prefix_bytes = rti_opt->nd_opt_rti_prefixlen >> 3; in nd6_ra_input()
546 rounded_prefix_bytes++; in nd6_ra_input()
548 memcpy(&rti_prefix.sin6_addr, rti_opt + 1, rounded_prefix_bytes); in nd6_ra_input()