Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
HDprint-ip6opts.c51 if (GET_U_1(bp + i) == IP6OPT_PAD1) in ip6_sopt_print()
63 case IP6OPT_PAD1: in ip6_sopt_print()
101 if (GET_U_1(bp + i) == IP6OPT_PAD1) in ip6_opt_process()
113 case IP6OPT_PAD1: in ip6_opt_process()
HDip6.h128 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/dragonfly/lib/libc/net/
HDip6opt.c130 if (typep[0] == IP6OPT_PAD1) in inet6_option_append()
340 if (*opt == IP6OPT_PAD1) in ip6optlen()
361 p[0] = IP6OPT_PAD1; in inet6_insert_padopt()
435 *optp = IP6OPT_PAD1; in inet6_opt_append()
468 *padp = IP6OPT_PAD1; in inet6_opt_finish()
512 case IP6OPT_PAD1: in inet6_opt_next()
/dragonfly/sys/netinet6/
HDdest6.c92 if (*opt != IP6OPT_PAD1 && in dest6_input()
99 case IP6OPT_PAD1: in dest6_input()
HDip6_input.c893 case IP6OPT_PAD1: in ip6_process_hopopts()
/dragonfly/sys/netinet/
HDip6.h146 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/dragonfly/sys/net/pf/
HDpf_norm.c1199 if (opt.ip6o_type == IP6OPT_PAD1) { in pf_normalize_ip6()