Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A DMakefile.UNIX142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
151 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR)
155 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
166 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
188 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
191 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
192 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
195 getif.o : getif.h report.h
H A Dgetif.h3 extern struct ifreq *getif(int, struct in_addr *);
H A DMakefile12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A Dtrygetif.c62 ifr = getif(s, dap);
H A Dgetif.c41 getif(int s, struct in_addr *addrp) in getif() function
H A DREADME116 getif.c Get network interface info.
117 getif.h header for above
H A DAnnounce42 Added SVR4/Streams support to getif and getether
H A DChanges163 Add SVR4/Streams support to getif() and getether()
164 Fix getif bug (matched when it should not)
H A Dbootpd.c1081 ifr = getif(s, &dst); in sendreply()
/freebsd/libexec/bootpd/bootpgw/
H A DMakefile5 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
H A Dbootpgw.c553 ifr = getif(s, &recv_addr.sin_addr); in handle_request()
614 ifr = getif(s, &(bp->bp_yiaddr)); in handle_reply()
/freebsd/libexec/bootpd/tools/bootptest/
H A DMakefile5 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dbootptest.c314 ifr = getif(s, &sin_server.sin_addr); in main()