Searched refs:ip6o_type (Results 1 – 2 of 2) sorted by relevance
60 pad_opt->ip6o_type = IP6OPT_PADN; in add_padding()120 opt->ip6o_type = type; in inet6_opt_append()198 if (opt->ip6o_type == IP6OPT_PAD1) in inet6_opt_next()201 else if (opt->ip6o_type == IP6OPT_PADN) in inet6_opt_next()210 *typep = opt->ip6o_type; 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()
117 uint8_t ip6o_type; member