Searched refs:ether_hostton (Results 1 – 18 of 18) sorted by relevance
| /freebsd/lib/libc/tests/net/ |
| H A D | ether_test.c | 165 ATF_TC_WITHOUT_HEAD(ether_hostton); 166 ATF_TC_BODY(ether_hostton, tc) 186 ATF_TP_ADD_TC(tp, ether_hostton); in ATF_TP_ADD_TCS()
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | arp.c | 83 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether))) 85 if (!(ether_hostton(hp->h_name, ether)))
|
| /freebsd/contrib/libpcap/ |
| H A D | config.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_hostton' */ 45 /* Define to 1 if you have the declaration of `ether_hostton' */ 54 /* Define to 1 if you have the `ether_hostton' function. */ 271 /* Define to 1 if netinet/ether.h declares `ether_hostton' */ 274 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */ 277 /* Define to 1 if net/ethernet.h declares `ether_hostton' */ 339 /* Define to 1 if sys/ethernet.h declares `ether_hostton' */
|
| H A D | cmakeconfig.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_hostton' */ 42 /* Define to 1 if you have the declaration of `ether_hostton' */ 51 /* Define to 1 if you have the `ether_hostton' function. */ 274 /* Define to 1 if netinet/ether.h declares `ether_hostton' */ 277 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */ 280 /* Define to 1 if net/ethernet.h declares `ether_hostton' */ 340 /* Define to 1 if sys/ethernet.h declares `ether_hostton' */
|
| H A D | configure.ac | 277 # Do this before checking for ether_hostton(), as it's a 427 # Some might not have ether_hostton(). 437 AC_CHECK_FUNCS(ether_hostton) 440 # OK, we have ether_hostton(). Is it declared in <net/ethernet.h>? 443 # but it doesn't declare ether_hostton(). 445 AC_CHECK_DECL(ether_hostton, 448 [Define to 1 if net/ethernet.h declares `ether_hostton']) 461 # or if we do but it doesn't declare ether_hostton(). 468 AC_CHECK_DECL(ether_hostton, 471 [Define to 1 if netinet/ether.h declares `ether_hostton']) [all …]
|
| H A D | nametoaddr.c | 95 extern int ether_hostton(const char *, struct ether_addr *); 1144 if (ether_hostton(namebuf, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
| H A D | CMakeLists.txt | 1109 # This requires the libraries that we require, as ether_hostton might be 1114 # Some might not have ether_hostton(). 1126 check_function_exists(ether_hostton HAVE_ETHER_HOSTTON) 1129 # OK, we have ether_hostton(). Is it declared in <net/ethernet.h>? 1132 # but it doesn't declare ether_hostton(). 1134 check_symbol_exists(ether_hostton net/ethernet.h NET_ETHERNET_H_DECLARES_ETHER_HOSTTON) 1149 # or if we do but it doesn't declare ether_hostton(). 1151 check_symbol_exists(ether_hostton netinet/ether.h NETINET_ETHER_H_DECLARES_ETHER_HOSTTON) 1167 # or if we do but it doesn't declare ether_hostton(). 1169 check_symbol_exists(ether_hostton sys/ethernet.h SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON) [all …]
|
| H A D | CHANGES | 822 Clean up the ether_hostton() stuff.
|
| /freebsd/libexec/bootpd/ |
| H A D | lookup.c | 40 if (ether_hostton(hostname, &ea)) { in lookup_hwa()
|
| /freebsd/lib/libc/net/ |
| H A D | Symbol.map | 10 ether_hostton;
|
| H A D | ether_addr.c | 188 ether_hostton(const char *hostname, struct ether_addr *e) in ether_hostton() function
|
| H A D | Makefile.inc | 57 ethers.3 ether_hostton.3 \
|
| /freebsd/usr.sbin/wake/ |
| H A D | wake.c | 144 if (ether_hostton(text, addr)) { in get_ether()
|
| /freebsd/sys/net/ |
| H A D | ethernet.h | 496 int ether_hostton(const char *, struct ether_addr *);
|
| /freebsd/usr.bin/getent/ |
| H A D | getent.c | 206 if (ether_hostton(hp, eap) != 0) { in ethers()
|
| /freebsd/contrib/tcpdump/ |
| H A D | configure.ac | 696 # <netinet/if_ether.h> doesn't declare ether_hostton().
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4802 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) { 4804 COMMON_INTERCEPTOR_ENTER(ctx, ether_hostton, hostname, addr); 4810 int res = REAL(ether_hostton)(hostname, addr); 4832 COMMON_INTERCEPT_FUNCTION(ether_hostton); \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1631 fun:ether_hostton=uninstrumented
|