Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Dinet6_opt.c60 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()
/glibc-2.36/inet/netinet/
Dip6.h117 uint8_t ip6o_type; member