Searched refs:inet_set (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/tcpdchk/ |
H A D | tcpdchk.c | 161 inet_set("portmap", WR_NOT); in main() 162 inet_set("rpcbind", WR_NOT); in main() 386 inet_set(pat, WR_YES); /* shut up next time */ in check_daemon() 390 inet_set(pat, WR_YES); in check_daemon()
|
H A D | inetcf.c | 216 inet_set(arg0, WR_YES); in inet_chk() 300 inet_set(tcpd_proc_name, wrap_status); in inet_chk() 305 void inet_set(char *name, int type) in inet_set() function
|
H A D | inetcf.h | 10 void inet_set(char *, int); /* remember internet service */
|
/netbsd-src/usr.sbin/tcpdmatch/ |
H A D | tcpdmatch.c | 144 inet_set("portmap", WR_NOT); in main() 145 inet_set("rpcbind", WR_NOT); in main()
|