Home
last modified time | relevance | path

Searched refs:_PR_IP_SADDRSEL (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_jail.c88 #define _PR_IP_SADDRSEL PR_IP4_SADDRSEL|PR_IP6_SADDRSEL macro
90 #define _PR_IP_SADDRSEL PR_IP4_SADDRSEL macro
94 #define _PR_IP_SADDRSEL PR_IP6_SADDRSEL macro
96 #define _PR_IP_SADDRSEL 0 macro
113 .pr_flags = PR_HOST|PR_VNET|_PR_IP_SADDRSEL,
115 .pr_flags = PR_HOST|_PR_IP_SADDRSEL,
1296 pr->pr_flags |= _PR_IP_SADDRSEL; in kern_jail_set()