HomeSort by: relevance | last modified time | path
    Searched refs:LIBWRAP (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.sbin/rtadvd/
Makefile 17 LIBWRAP= ${NETBSDSRCDIR}/lib/libwrap
19 .PATH.c: ${LIBWRAP}
20 CPPFLAGS+= -I${LIBWRAP}
  /src/usr.sbin/tcpdchk/
Makefile 3 WARNS?= 1 # XXX: many issues in lib/libwrap to address first
11 DPADD= ${LIBWRAP} ${LIBBLOCKLIST}
13 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
15 .include "${NETBSDSRCDIR}/lib/libwrap/Makefile.cflags"
  /src/usr.sbin/inetd/
Makefile 19 # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
22 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL}
inetd.c 215 #ifdef LIBWRAP
235 #ifdef LIBWRAP
342 #ifdef LIBWRAP
357 #ifdef LIBWRAP
447 /* XXX here do the libwrap check-before-accept*/
523 #ifdef LIBWRAP
530 #ifdef LIBWRAP
567 #endif /* LIBWRAP */
1399 #ifdef LIBWRAP
  /src/usr.sbin/lpr/lpd/
Makefile 12 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST}
lpd.c 102 #ifdef LIBWRAP
115 #ifdef LIBWRAP
603 #ifdef LIBWRAP
658 #ifdef LIBWRAP
684 #ifdef LIBWRAP
  /src/usr.sbin/tcpdmatch/
Makefile 4 WARNS?= 1 # XXX: many issues in lib/libwrap to address first
13 CPPFLAGS+= -I${TCPDCHK} -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
15 DPADD= ${LIBWRAP} ${LIBBLOCKLIST}
17 .include "${NETBSDSRCDIR}/lib/libwrap/Makefile.cflags"
  /src/usr.sbin/ypserv/ypserv/
ypserv.h 68 #ifdef LIBWRAP
Makefile 16 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL}
ypserv.c 59 #ifdef LIBWRAP
68 #endif /* LIBWRAP */
77 #ifdef LIBWRAP
133 #ifdef LIBWRAP
141 #ifdef LIBWRAP
246 #ifdef LIBWRAP
307 #ifdef LIBWRAP
323 #ifdef LIBWRAP
440 #ifdef LIBWRAP
ypserv_proc.c 45 #ifdef LIBWRAP
58 #ifdef LIBWRAP
  /src/usr.sbin/rpcbind/
security.c 46 #ifdef LIBWRAP
79 #ifdef LIBWRAP
123 #ifdef LIBWRAP
124 if (libwrap && addr->sa_family != AF_LOCAL) {
295 #ifdef LIBWRAP
Makefile 31 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL}
rpcbind.h 69 #ifdef LIBWRAP
70 extern int libwrap;
rpcbind.c 105 #ifdef LIBWRAP
106 int libwrap = 0; variable in typeref:typename:int
884 #ifdef LIBWRAP
921 #ifdef LIBWRAP
923 libwrap = 1;
  /src/usr.sbin/syslogd/
Makefile 29 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST}
syslogd.h 123 #ifdef LIBWRAP
tls.c 1346 #ifdef LIBWRAP
1384 #ifdef LIBWRAP
syslogd.c 90 #ifdef LIBWRAP
832 #ifdef LIBWRAP
844 #ifdef LIBWRAP
  /src/tests/fs/nfs/nfsservice/
Makefile 49 DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL}
  /src/share/mk/
bsd.hostprog.mk 72 LIBWRAP?= /usr/lib/libwrap.a

Completed in 27 milliseconds