Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/net/
H A Dip6opt.c263 if (*tptrp == NULL) in inet6_option_next()
264 *tptrp = (u_int8_t *)(ip6e + 1); in inet6_option_next()
266 if ((optlen = ip6optlen(*tptrp, lim)) == 0) in inet6_option_next()
269 *tptrp = *tptrp + optlen; in inet6_option_next()
272 *tptrp = NULL; in inet6_option_next()
279 if (ip6optlen(*tptrp, lim) == 0) in inet6_option_next()
319 if (*tptrp == NULL) in inet6_option_find()
320 *tptrp = (u_int8_t *)(ip6e + 1); in inet6_option_find()
325 *tptrp = *tptrp + optlen; in inet6_option_find()
329 *tptrp = optp; in inet6_option_find()
[all …]