Searched refs:IN6P_RFC2292 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c1461 in6p->inp_flags |= IN6P_RFC2292; \
1472 if (OPTBIT(IN6P_RFC2292)) {
1484 if (OPTBIT(IN6P_RFC2292)) {
1498 if (OPTBIT(IN6P_RFC2292)) {
1507 if (OPTBIT(IN6P_RFC2292)) {
1516 if (OPTBIT(IN6P_RFC2292)) {
1525 if (OPTBIT(IN6P_RFC2292)) {
1534 if (OPTBIT(IN6P_RFC2292)) {
1575 if (OPTBIT(IN6P_RFC2292)) {
1675 if (OPTBIT(IN6P_RFC2292)) {
[all...]
H A Dip6_input.c1319 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
/freebsd-10-stable/sys/netinet/
H A Din_pcb.h582 #define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */ macro
589 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
H A Din_pcb.c2414 if (inp_flags & IN6P_RFC2292) {

Completed in 78 milliseconds