Home
last modified time | relevance | path

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

/glibc-2.36/inet/
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()
/glibc-2.36/ChangeLog.old/
DChangeLog.16497 * inet/inet6_option.c (inet6_option_find): Check *tptrp for NULL,
498 not tptrp [Coverity CID 73].
500 * inet/inet6_option.c (inet6_option_next): Check *tptrp for NULL,
501 not tptrp [Coverity CID 74].