Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h86 extern volatile boolean_t wrap_enabled;
94 if ((wrap_enabled || local_only) && \
99 if ((wrap_enabled || local_only) && \
104 if ((wrap_enabled || local_only) && \
109 if (wrap_enabled) \
113 if (wrap_enabled) \
H A Drpcbind.c170 volatile boolean_t wrap_enabled = B_FALSE; variable
1120 wrap_enabled = get_smf_prop("enable_tcpwrappers", B_FALSE); in rpcb_check_init()
1125 if (wrap_enabled && !thr_running) { in rpcb_check_init()