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