Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Dnd6_rtr.c484 u_int32_t rounded_prefix_bytes = 0; in nd6_ra_input() local
543 rounded_prefix_bytes = rti_opt->nd_opt_rti_prefixlen >> 3; in nd6_ra_input()
545 rounded_prefix_bytes++; in nd6_ra_input()
547 memcpy(&rti_prefix.sin6_addr, rti_opt + 1, rounded_prefix_bytes); in nd6_ra_input()