Home
last modified time | relevance | path

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

/inet/
A Dinet6_option.c235 inet6_option_next (const struct cmsghdr *cmsg, uint8_t **tptrp) in inet6_option_next() argument
257 if (*tptrp == NULL) in inet6_option_next()
264 if (*tptrp < (const uint8_t *) (ip6e + 1)) in inet6_option_next()
268 if (get_opt_end (&result, *tptrp, endp) != 0) in inet6_option_next()
273 *tptrp = (uint8_t *) result; in inet6_option_next()
291 inet6_option_find (const struct cmsghdr *cmsg, uint8_t **tptrp, int type) in inet6_option_find() argument
313 if (*tptrp == NULL) in inet6_option_find()
320 if (*tptrp < (const uint8_t *) (ip6e + 1)) in inet6_option_find()
324 if (get_opt_end (&next, *tptrp, endp) != 0) in inet6_option_find()
341 *tptrp = (uint8_t *) result; in inet6_option_find()

Completed in 5 milliseconds