Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/
DMakefile.UNIX143 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
152 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR)
156 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
167 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
189 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
192 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
193 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
196 getif.o : getif.h report.h
Dgetif.h4 extern struct ifreq *getif(int, struct in_addr *);
DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
Dtrygetif.c64 ifr = getif(s, dap);
Dgetif.c43 getif(s, addrp) in getif() function
DREADME117 getif.c Get network interface info.
118 getif.h header for above
DAnnounce43 Added SVR4/Streams support to getif and getether
DChanges164 Add SVR4/Streams support to getif() and getether()
165 Fix getif bug (matched when it should not)
Dbootpd.c1089 ifr = getif(s, &dst);
/freebsd-12-stable/libexec/bootpd/bootpgw/
DMakefile6 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
Dbootpgw.c558 ifr = getif(s, &recv_addr.sin_addr); in handle_request()
619 ifr = getif(s, &(bp->bp_yiaddr)); in handle_reply()
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
Dbootptest.c318 ifr = getif(s, &sin_server.sin_addr);