Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dip6_input.c1598 u_int16_t rtalert_val; in ip6_process_hopopts() local
1628 bcopy((caddr_t)(opt + 2), (caddr_t)&rtalert_val, 2); in ip6_process_hopopts()
1629 *rtalertp = ntohs(rtalert_val); in ip6_process_hopopts()