Home
last modified time | relevance | path

Searched refs:getether (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/libexec/bootpd/
H A Dgetether.c42 getether(ifname, eap) in getether() function
75 getether(ifname, eap) in getether() function
122 getether(ifname, eap) in getether() function
188 getether(ifname, eap) in getether() function
341 getether(ifname, eap) in getether() function
371 getether(ifname, eap) in getether() function
H A Dgetether.h4 extern int getether(char *ifname, char *eaptr);
H A Dtrygetea.c45 if ((i = getether(argv[1], (char*)ea)) < 0) {
H A DChanges118 Make getether.c work on Linux.
124 Fix args to report in getether code for Ultrix.
147 Added Ultrix support to bootptest (getether)
151 Add getether support for NetBSD
155 Add stub to getether for machines not yet supported.
164 Add SVR4/Streams support to getif() and getether()
H A DAnnounce25 More systems support getether (Ultrix, OSF, NetBSD)
43 Added SVR4/Streams support to getif and getether
H A DMakefile.UNIX156 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
172 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
H A DREADME115 getether.c For bootptest (not used yet)
116 getether.h header for above
/freebsd-13.1/libexec/bootpd/tools/bootptest/
H A DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dbootptest.c323 if (getether(ifr->ifr_name, (char*)eaddr)) {