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

/freebsd-10.2-release/sys/netinet6/
H A Ddest6.c94 if (*opt != IP6OPT_PAD1 &&
101 case IP6OPT_PAD1:
H A Dip6_input.c1135 case IP6OPT_PAD1:
/freebsd-10.2-release/lib/libc/net/
H A Dip6opt.c144 if (typep[0] == IP6OPT_PAD1)
355 if (*opt == IP6OPT_PAD1)
376 p[0] = IP6OPT_PAD1;
453 *optp = IP6OPT_PAD1;
487 *padp = IP6OPT_PAD1;
532 case IP6OPT_PAD1:
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-ip6opts.c80 if (bp[i] == IP6OPT_PAD1)
92 case IP6OPT_PAD1:
147 if (bp[i] == IP6OPT_PAD1)
159 case IP6OPT_PAD1:
H A Dip6.h131 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd-10.2-release/sys/netinet/
H A Dip6.h137 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ macro
/freebsd-10.2-release/sys/netipsec/
H A Dxform_ah.c486 if (ptr[count] == IP6OPT_PAD1) {
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_norm.c1499 if (opt.ip6o_type == IP6OPT_PAD1) {

Completed in 104 milliseconds