Home
last modified time | relevance | path

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

/inet/
A Dinet6_option.c49 get_opt_end (const uint8_t **result, const uint8_t *startp, in get_opt_end() argument
52 if (startp >= endp) in get_opt_end()
56 if (*startp == IP6OPT_PAD1) in get_opt_end()
59 *result = startp + 1; in get_opt_end()
64 if (startp + 2 > endp in get_opt_end()
66 || startp + startp[1] + 2 > endp) in get_opt_end()
69 *result = startp + startp[1] + 2; in get_opt_end()

Completed in 3 milliseconds