Searched refs:ether_ntohost (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | cmakeconfig.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */ 30 /* Define to 1 if you have the declaration of `ether_ntohost' */ 33 /* Define to 1 if you have the `ether_ntohost' function. */ 216 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ 219 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */ 222 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */ 252 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */ 255 /* define if you have ether_ntohost() and it works */
|
| D | config.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */ 33 /* Define to 1 if you have the declaration of `ether_ntohost' */ 36 /* Define to 1 if you have the `ether_ntohost' function. */ 213 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ 216 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */ 219 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */ 251 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */ 254 /* define if you have ether_ntohost() and it works */
|
| D | configure.ac | 537 # Some might not have ether_ntohost(). 547 AC_CHECK_FUNCS(ether_ntohost, [ 548 AC_CACHE_CHECK(for buggy ether_ntohost, ac_cv_buggy_ether_ntohost, [ 563 ether_ntohost(name, (struct ether_addr *)ea); 572 [define if you have ether_ntohost() and it works]) 578 # OK, we have ether_ntohost(). Is it declared in <net/ethernet.h>? 581 # but it doesn't declare ether_ntohost(). 583 AC_CHECK_DECL(ether_ntohost, 586 [Define to 1 if net/ethernet.h declares `ether_ntohost']) 599 # or if we do but it doesn't declare ether_ntohost(). [all …]
|
| D | CMakeLists.txt | 588 # This requires the libraries we require, as ether_ntohost might be 593 # Some might not have ether_ntohost(). 605 check_function_exists(ether_ntohost HAVE_ETHER_NTOHOST) 608 # OK, we have ether_ntohost(). We don't check whether it's buggy, 610 # that, if it has ether_ntohost(), whatever bug is checked for in 619 # but it doesn't declare ether_ntohost(). 621 check_symbol_exists(ether_ntohost net/ethernet.h NET_ETHERNET_H_DECLARES_ETHER_NTOHOST) 636 # or if we do but it doesn't declare ether_ntohost(). 638 check_symbol_exists(ether_ntohost netinet/ether.h NETINET_ETHER_H_DECLARES_ETHER_NTOHOST) 654 # or if we do but it doesn't declare ether_ntohost(). [all …]
|
| D | addrtoname.c | 96 extern int ether_ntohost(char *, const struct ether_addr *); 611 if (ether_ntohost(buf2, &ea) == 0) { in etheraddr_string() 989 if (ether_ntohost(name, &ea) == 0) { in init_etherarray()
|
| D | configure | 6795 for ac_func in ether_ntohost 6829 ether_ntohost(name, (struct ether_addr *)ea);
|
| /netbsd/src/lib/libc/net/ |
| D | ethers.c | 39 __weak_alias(ether_ntohost,_ether_ntohost) in __weak_alias() 82 ether_ntohost(char *hostname, const struct ether_addr *e) in ether_ntohost() function
|
| D | Makefile.inc | 57 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
|
| /netbsd/src/sys/net/ |
| D | if_ether.h | 430 int ether_ntohost(char *, const struct ether_addr *);
|
| /netbsd/src/usr.sbin/isibootd/ |
| D | isibootd.c | 195 if (ether_ntohost(clientname, (struct ether_addr *)fp->src)) { in main()
|
| /netbsd/src/usr.bin/getent/ |
| D | getent.c | 230 if (ether_ntohost(hp, eap) != 0) { in ethers()
|
| /netbsd/src/usr.sbin/rarpd/ |
| D | rarpd.c | 585 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {
|
| /netbsd/src/usr.sbin/ndbootd/ |
| D | ndbootd.c | 572 … if (ether_ntohost(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) { in main()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 318 #define ether_ntohost _ether_ntohost macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 7613 ./usr/share/man/cat3/ether_ntohost.0 comp-c-catman .cat 16177 ./usr/share/man/html3/ether_ntohost.html comp-c-htmlman html 24679 ./usr/share/man/man3/ether_ntohost.3 comp-c-man .man
|