Searched refs:getif (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/
H A Dgetif.h0 /* getif.h */
4 extern struct ifreq *getif(int, struct in_addr *);
H A DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A Dtrygetif.c2 * trygetif.c - test program for getif.c
26 #include "getif.h"
64 ifr = getif(s, dap);
H A Dgetif.c2 * getif.c : get an interface structure
29 #include "getif.h"
43 getif(s, addrp) function
H A Dbootpd.c89 #include "getif.h"
1091 ifr = getif(s, &dst);
1122 /* nmatch() - now in getif.c */
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A DMakefile6 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
H A Dbootpgw.c78 #include "getif.h"
564 ifr = getif(s, &recv_addr.sin_addr);
626 ifr = getif(s, &(bp->bp_yiaddr));
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dbootptest.c69 #include "getif.h"
321 ifr = getif(s, &sin_server.sin_addr);

Completed in 178 milliseconds