Searched refs:hosts_ctl (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | yp_access.c | 99 int hosts_ctl(char *, char *, char *, char *); 273 status_tcpwrap = hosts_ctl("ypserv", STRING_UNKNOWN,
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_ctl.c | 24 int hosts_ctl(char *daemon, char *name, char *addr, char *user) in hosts_ctl() function
|
H A D | tcpd.h | 84 int hosts_ctl(char *, char *, char *, char *); /* wrapper around request_init() */
|
/freebsd/lib/libwrap/ |
H A D | Makefile | 14 MLINKS= hosts_access.3 hosts_ctl.3 \
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_console_io.c | 170 hosts_ctl((char *)OSM_DAEMON_NAME, p_oct->client_hn, p_oct->client_ip, in is_authorized()
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 4078 extern int hosts_ctl(); 4116 if (!hosts_ctl("sendmail", host, addr, STRING_UNKNOWN))
|