Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/bootpd/
H A Dgetether.c40 getether(ifname, eap) in getether() function
73 getether(ifname, eap) in getether() function
120 getether(char *ifname, char *eap) in getether() function
184 getether(ifname, eap) in getether() function
337 getether(ifname, eap) in getether() function
367 getether(ifname, eap) in getether() function
H A Dgetether.h3 extern int getether(char *ifname, char *eaptr);
H A Dtrygetea.c43 if ((i = getether(argv[1], (char*)ea)) < 0) {
H A DChanges117 Make getether.c work on Linux.
123 Fix args to report in getether code for Ultrix.
146 Added Ultrix support to bootptest (getether)
150 Add getether support for NetBSD
154 Add stub to getether for machines not yet supported.
163 Add SVR4/Streams support to getif() and getether()
H A DAnnounce24 More systems support getether (Ultrix, OSF, NetBSD)
42 Added SVR4/Streams support to getif and getether
H A DMakefile.UNIX155 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \
171 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
H A DREADME114 getether.c For bootptest (not used yet)
115 getether.h header for above
/freebsd-14.2/libexec/bootpd/tools/bootptest/
H A DMakefile5 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
H A Dbootptest.c319 if (getether(ifr->ifr_name, (char*)eaddr)) { in main()