Searched refs:inet_set (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | inetcf.c | 183 inet_set(arg0, WR_YES); in inet_chk() 267 inet_set(tcpd_proc_name, wrap_status); in inet_chk() 272 void inet_set(char *name, int type) in inet_set() function
|
H A D | tcpdchk.c | 147 inet_set("portmap", WR_NOT); in main() 148 inet_set("rpcbind", WR_NOT); in main() 363 inet_set(pat, WR_YES); /* shut up next time */ in check_daemon() 367 inet_set(pat, WR_YES); in check_daemon()
|
H A D | inetcf.h | 8 extern void inet_set(char *name, int type); /* remember internet service */
|
H A D | tcpdmatch.c | 148 inet_set("portmap", WR_NOT); 149 inet_set("rpcbind", WR_NOT);
|