Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Dinet6_opt.c60 pad_opt->ip6o_type = IP6OPT_PADN; in add_padding()
87 if (type == IP6OPT_PAD1 || type == IP6OPT_PADN) in inet6_opt_append()
201 else if (opt->ip6o_type == IP6OPT_PADN) in inet6_opt_next()
Dinet6_option.c36 *p++ = IP6OPT_PADN; in add_pad()
/glibc-2.36/inet/netinet/
Dip6.h134 #define IP6OPT_PADN 1 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.147457 * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.