Searched refs:endp (Results 1 – 1 of 1) sorted by relevance
50 const uint8_t *endp) in get_opt_end() argument52 if (startp >= endp) in get_opt_end()64 if (startp + 2 > endp in get_opt_end()66 || startp + startp[1] + 2 > endp) in get_opt_end()254 const uint8_t *endp = CMSG_DATA (cmsg) + (ip6e->ip6e_len + 1) * 8; in inet6_option_next() local268 if (get_opt_end (&result, *tptrp, endp) != 0) in inet6_option_next()276 return get_opt_end (&result, result, endp); in inet6_option_next()310 const uint8_t *endp = CMSG_DATA (cmsg) + (ip6e->ip6e_len + 1) * 8; in inet6_option_find() local324 if (get_opt_end (&next, *tptrp, endp) != 0) in inet6_option_find()335 if (get_opt_end (&next, result, endp) != 0) in inet6_option_find()
Completed in 3 milliseconds