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

/freebsd-12-stable/lib/libc/net/
H A Dip6opt.c233 * processed, the return value of the function is 0 and *tptrp points to
236 * to be processed, the return value is -1 and *tptrp is NULL. If an
237 * error occurs, the return value is -1 and *tptrp is not NULL.
241 inet6_option_next(const struct cmsghdr *cmsg, u_int8_t **tptrp) argument
266 if (*tptrp == NULL)
267 *tptrp = (u_int8_t *)(ip6e + 1);
269 if ((optlen = ip6optlen(*tptrp, lim)) == 0)
272 *tptrp = *tptrp + optlen;
274 if (*tptrp >
297 inet6_option_find(const struct cmsghdr *cmsg, u_int8_t **tptrp, int type) argument
[all...]

Completed in 48 milliseconds