Home
last modified time | relevance | path

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

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