Home
last modified time | relevance | path

Searched refs:IP6OPT_PAD1 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/inet/
Dinet6_opt.c55 extbuf[offset] = IP6OPT_PAD1; in add_padding()
87 if (type == IP6OPT_PAD1 || type == IP6OPT_PADN) in inet6_opt_append()
198 if (opt->ip6o_type == IP6OPT_PAD1) in inet6_opt_next()
240 if (opt->ip6o_type == IP6OPT_PAD1) in inet6_opt_find()
244 if (type == IP6OPT_PAD1) in inet6_opt_find()
Dinet6_option.c32 *p++ = IP6OPT_PAD1; in add_pad()
56 if (*startp == IP6OPT_PAD1) in get_opt_end()
148 int len = typep[0] == IP6OPT_PAD1 ? 1 : typep[1] + 2; in inet6_option_append()
/glibc-2.36/inet/netinet/
Dip6.h133 #define IP6OPT_PAD1 0 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.147457 * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.