Changeset View
Changeset View
Standalone View
Standalone View
sys/jail_28515.h
| Show First 20 Lines • Show All 215 Lines • ▼ Show 20 Lines | |||||
| #define PR_IP6_USER 0x00000008 /* Restrict IPv6 addresses */ | #define PR_IP6_USER 0x00000008 /* Restrict IPv6 addresses */ | ||||
| #define PR_VNET 0x00000010 /* Virtual network stack */ | #define PR_VNET 0x00000010 /* Virtual network stack */ | ||||
| #define PR_IP4_SADDRSEL 0x00000080 /* Do IPv4 src addr sel. or use the */ | #define PR_IP4_SADDRSEL 0x00000080 /* Do IPv4 src addr sel. or use the */ | ||||
| /* primary jail address. */ | /* primary jail address. */ | ||||
| #define PR_IP6_SADDRSEL 0x00000100 /* Do IPv6 src addr sel. or use the */ | #define PR_IP6_SADDRSEL 0x00000100 /* Do IPv6 src addr sel. or use the */ | ||||
| /* primary jail address. */ | /* primary jail address. */ | ||||
| /* Internal flag bits */ | /* Internal flag bits */ | ||||
| #define PR_REMOVE 0x01000000 /* In process of being removed */ | |||||
| #define PR_IP4 0x02000000 /* IPv4 restricted or disabled */ | #define PR_IP4 0x02000000 /* IPv4 restricted or disabled */ | ||||
| /* by this jail or an ancestor */ | /* by this jail or an ancestor */ | ||||
| #define PR_IP6 0x04000000 /* IPv6 restricted or disabled */ | #define PR_IP6 0x04000000 /* IPv6 restricted or disabled */ | ||||
| /* by this jail or an ancestor */ | /* by this jail or an ancestor */ | ||||
| #define PR_COMPLETE_PROC 0x08000000 /* prison_complete called from */ | #define PR_COMPLETE_PROC 0x08000000 /* prison_complete called from */ | ||||
| /* prison_proc_free, releases uref */ | /* prison_proc_free, releases uref */ | ||||
| /* | /* | ||||
| ▲ Show 20 Lines • Show All 238 Lines • Show Last 20 Lines | |||||