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

/freebsd-current/contrib/tcp_wrappers/
H A Dinetcf.c165 int wrap_status = WR_MAYBE; local
201 wrap_status = WR_YES;
247 wrap_status = WR_MAYBE;
249 wrap_status = WR_NOT;
252 wrap_status = WR_MAYBE;
254 wrap_status = WR_NOT;
257 wrap_status = WR_MAYBE;
264 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
267 inet_set(tcpd_proc_name, wrap_status);

Completed in 55 milliseconds