Home
last modified time | relevance | path

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

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