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

/freebsd-10-stable/contrib/tcpdump/
H A Dip6.h132 #define IP6OPT_PADN 0x01 /* 00 0 00001 */ macro
H A Dprint-ip6opts.c95 case IP6OPT_PADN:
162 case IP6OPT_PADN:
/freebsd-10-stable/lib/libc/net/
H A Dip6opt.c379 p[0] = IP6OPT_PADN;
458 *optp++ = IP6OPT_PADN;
489 *padp++ = IP6OPT_PADN;
535 case IP6OPT_PADN:
/freebsd-10-stable/sys/netinet6/
H A Ddest6.c104 case IP6OPT_PADN:
H A Dip6_input.c1138 case IP6OPT_PADN:
H A Dmld6.c263 .pad = { .ip6o_type = IP6OPT_PADN, 0 },
H A Dip6_output.c1157 optbuf[0] = IP6OPT_PADN;
/freebsd-10-stable/sys/netinet/
H A Dip6.h138 #define IP6OPT_PADN 0x01 /* 00 0 00001 */ macro

Completed in 145 milliseconds