Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-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()
H A Dip6.h128 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd/lib/libc/net/
H A Dip6opt.c141 if (typep[0] == IP6OPT_PAD1) in inet6_option_append()
351 if (*opt == IP6OPT_PAD1) in ip6optlen()
372 p[0] = IP6OPT_PAD1; in inet6_insert_padopt()
446 *optp = IP6OPT_PAD1; in inet6_opt_append()
480 *padp = IP6OPT_PAD1; in inet6_opt_finish()
525 case IP6OPT_PAD1: in inet6_opt_next()
/freebsd/sys/netinet6/
H A Ddest6.c100 if (*opt != IP6OPT_PAD1 && in dest6_input()
107 case IP6OPT_PAD1: in dest6_input()
H A Dip6_input.c1010 case IP6OPT_PAD1: in ip6_process_hopopts()
/freebsd/sys/netinet/
H A Dip6.h138 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd/sys/netipsec/
H A Dxform_ah.c474 if (ptr[count] == IP6OPT_PAD1) { in ah_massage_headers()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1322 if (opt.ip6o_type == IP6OPT_PAD1) { in pf_normalize_ip6()