Searched refs:typep (Results 1 – 2 of 2) sorted by relevance
140 inet6_option_append (struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() argument148 int len = typep[0] == IP6OPT_PAD1 ? 1 : typep[1] + 2; in inet6_option_append()157 memcpy (ptr, typep, len); in inet6_option_append()
186 inet6_opt_next (void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() argument210 *typep = opt->ip6o_type; in inet6_opt_next()
Completed in 4 milliseconds