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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h588 #define IN6P_RFC2292 0x2000000 /* used RFC2292 API on the socket */ macro
600 IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1945 in6p->inp_flags |= IN6P_RFC2292; \
1955 if (OPTBIT(IN6P_RFC2292)) {
1967 if (OPTBIT(IN6P_RFC2292)) {
1980 if (OPTBIT(IN6P_RFC2292)) {
1989 if (OPTBIT(IN6P_RFC2292)) {
1998 if (OPTBIT(IN6P_RFC2292)) {
2007 if (OPTBIT(IN6P_RFC2292)) {
2016 if (OPTBIT(IN6P_RFC2292)) {
2135 if (OPTBIT(IN6P_RFC2292)) {
H A Dip6_input.c1525 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))

Completed in 72 milliseconds