Searched refs:getether (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/libexec/bootpd/ |
| H A D | getether.c | 42 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 D | getether.h | 4 extern int getether(char *ifname, char *eaptr);
|
| H A D | trygetea.c | 45 if ((i = getether(argv[1], (char*)ea)) < 0) {
|
| H A D | Changes | 118 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 D | Announce | 25 More systems support getether (Ultrix, OSF, NetBSD) 43 Added SVR4/Streams support to getif and getether
|
| H A D | Makefile.UNIX | 156 OBJ_TEST= bootptest.o print-bootp.o getif.o getether.o \ 172 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
|
| H A D | README | 115 getether.c For bootptest (not used yet) 116 getether.h header for above
|
| /freebsd-13.1/libexec/bootpd/tools/bootptest/ |
| H A D | Makefile | 6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
|
| H A D | bootptest.c | 323 if (getether(ifr->ifr_name, (char*)eaddr)) {
|