Searched refs:IP6OPT_PAD1 (Results 1 – 4 of 4) sorted by relevance
55 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()
32 *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()
133 #define IP6OPT_PAD1 0 macro
7457 * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.