HomeSort by: relevance | last modified time | path
    Searched refs:IP6OPT_PAD1 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ip6opts.c 55 if (opttype == IP6OPT_PAD1)
66 case IP6OPT_PAD1:
95 if (opttype == IP6OPT_PAD1)
106 case IP6OPT_PAD1:
ip6.h 124 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */
  /src/sys/netinet6/
dest6.c 78 if (*opt != IP6OPT_PAD1 &&
85 case IP6OPT_PAD1:
ip6_input.c 914 case IP6OPT_PAD1:
  /src/lib/libc/net/
ip6opt.c 168 if (typep[0] == IP6OPT_PAD1)
400 if (*opt == IP6OPT_PAD1)
424 p[0] = IP6OPT_PAD1;
501 *optp = IP6OPT_PAD1;
535 *padp = IP6OPT_PAD1;
580 case IP6OPT_PAD1:
  /src/sys/netinet/
ip6.h 156 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */
  /src/sys/netipsec/
xform_ah.c 467 if (ptr[count] == IP6OPT_PAD1) {
  /src/sys/dist/pf/net/
pf_norm.c 1182 if (opt.ip6o_type == IP6OPT_PAD1) {

Completed in 21 milliseconds