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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ip6opts.c51 if (bp[i] == IP6OPT_PAD1)
63 case IP6OPT_PAD1:
97 if (bp[i] == IP6OPT_PAD1)
109 case IP6OPT_PAD1:
H A Dip6.h133 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd-13-stable/lib/libc/net/
H A Dip6opt.c144 if (typep[0] == IP6OPT_PAD1)
354 if (*opt == IP6OPT_PAD1)
375 p[0] = IP6OPT_PAD1;
449 *optp = IP6OPT_PAD1;
483 *padp = IP6OPT_PAD1;
528 case IP6OPT_PAD1:
/freebsd-13-stable/sys/netinet6/
H A Ddest6.c102 if (*opt != IP6OPT_PAD1 &&
109 case IP6OPT_PAD1:
H A Dip6_input.c1009 case IP6OPT_PAD1:
/freebsd-13-stable/sys/netinet/
H A Dip6.h139 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd-13-stable/sys/netipsec/
H A Dxform_ah.c471 if (ptr[count] == IP6OPT_PAD1) {
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_norm.c1258 if (opt.ip6o_type == IP6OPT_PAD1) {

Completed in 131 milliseconds