Searched refs:opt (Results 1 – 1 of 1) sorted by relevance
120 opt->ip6o_type = type; in inet6_opt_append()121 opt->ip6o_len = len; in inet6_opt_append()123 *databufp = opt + 1; in inet6_opt_append()198 if (opt->ip6o_type == IP6OPT_PAD1) in inet6_opt_next()210 *typep = opt->ip6o_type; in inet6_opt_next()211 *lenp = opt->ip6o_len; in inet6_opt_next()212 *databufp = opt + 1; in inet6_opt_next()240 if (opt->ip6o_type == IP6OPT_PAD1) in inet6_opt_find()251 else if (opt->ip6o_type != type) in inet6_opt_find()260 *lenp = opt->ip6o_len; in inet6_opt_find()[all …]
Completed in 3 milliseconds