Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Dip6_input.c860 u_int16_t rtalert_val; in ip6_process_hopopts() local
890 memcpy((caddr_t)&rtalert_val, (caddr_t)(opt + 2), 2); in ip6_process_hopopts()
891 *rtalertp = ntohs(rtalert_val); in ip6_process_hopopts()