Home
last modified time | relevance | path

Searched refs:getif (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/bootp/bootpd/
H A DMakefile.UNIX125 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
134 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR)
138 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
149 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
171 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
174 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
175 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
178 getif.o : getif.h report.h
H A DREADME114 getif.c Get network interface info.
115 getif.h header for above
H A DAnnounce42 Added SVR4/Streams support to getif and getether
H A DChanges115 Add SVR4/Streams support to getif() and getether()
116 Fix getif bug (matched when it should not)
H A Dbootpd.c1071 ifr = getif(s, &dst); in sendreply()
/netbsd-src/usr.sbin/bootp/common/
H A Dgetif.h5 extern struct ifreq *getif(int, struct in_addr *);
H A DMakefile6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
H A Dtrygetif.c57 ifr = getif(s, dap); in main()
H A Dgetif.c48 getif(int s, struct in_addr *addrp) in getif() function
/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c542 ifr = getif(s, &clnt_addr.sin_addr); in handle_request()
603 ifr = getif(s, &(bp->bp_yiaddr)); in handle_reply()
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dbootptest.c312 ifr = getif(s, &sin_server.sin_addr); in main()