Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c165 int wrap_status = WR_MAYBE; in inet_chk()
247 wrap_status = WR_MAYBE; in inet_chk()
252 wrap_status = WR_MAYBE; in inet_chk()
257 wrap_status = WR_MAYBE; in inet_chk()
294 return (WR_MAYBE); in inet_get()
H A Dinetcf.h13 #define WR_MAYBE 2 /* may be wrapped */ macro