Home
last modified time | relevance | path

Searched refs:ether_ntohost (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dcmakeconfig.h.in6 /* 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. */
219 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
222 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
225 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */
255 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
258 /* define if you have ether_ntohost() and it works */
H A Dconfig.h.in8 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */
38 /* Define to 1 if you have the declaration of `ether_ntohost' */
41 /* Define to 1 if you have the `ether_ntohost' function. */
218 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
221 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
224 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */
256 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
259 /* define if you have ether_ntohost() and it works */
H A Dconfigure.ac554 # Some might not have ether_ntohost().
564 AC_CHECK_FUNCS(ether_ntohost, [
565 AC_CACHE_CHECK(for buggy ether_ntohost, ac_cv_buggy_ether_ntohost, [
580 ether_ntohost(name, (struct ether_addr *)ea);
589 [define if you have ether_ntohost() and it works])
595 # OK, we have ether_ntohost(). Is it declared in <net/ethernet.h>?
598 # but it doesn't declare ether_ntohost().
600 AC_CHECK_DECL(ether_ntohost,
603 [Define to 1 if net/ethernet.h declares `ether_ntohost'])
616 # or if we do but it doesn't declare ether_ntohost().
[all …]
H A Dconfigure.in428 # Some might not have ether_ntohost().
437 AC_CHECK_FUNCS(ether_ntohost, [
438 AC_CACHE_CHECK(for buggy ether_ntohost, ac_cv_buggy_ether_ntohost, [
451 ether_ntohost(name, (struct ether_addr *)ea);
459 [define if you have ether_ntohost() and it works])
465 # OK, we have ether_ntohost(). Do we have <netinet/if_ether.h>?
469 # Yes. Does it declare ether_ntohost()?
471 AC_CHECK_DECL(ether_ntohost,
474 [Define to 1 if netinet/if_ether.h declares `ether_ntohost'])
497 # We have it - does it declare ether_ntohost()?
[all …]
H A DCMakeLists.txt639 # This requires the libraries we require, as ether_ntohost might be
644 # Some might not have ether_ntohost().
656 check_function_exists(ether_ntohost HAVE_ETHER_NTOHOST)
659 # OK, we have ether_ntohost(). We don't check whether it's buggy,
661 # that, if it has ether_ntohost(), whatever bug is checked for in
670 # but it doesn't declare ether_ntohost().
672 check_symbol_exists(ether_ntohost net/ethernet.h NET_ETHERNET_H_DECLARES_ETHER_NTOHOST)
687 # or if we do but it doesn't declare ether_ntohost().
689 check_symbol_exists(ether_ntohost netinet/ether.h NETINET_ETHER_H_DECLARES_ETHER_NTOHOST)
705 # or if we do but it doesn't declare ether_ntohost().
[all …]
H A Daddrtoname.c92 extern int ether_ntohost(char *, const struct ether_addr *);
607 if (ether_ntohost(buf2, &ea) == 0) { in etheraddr_string()
985 if (ether_ntohost(name, &ea) == 0) { in init_etherarray()
H A Dconfigure6806 for ac_func in ether_ntohost
6840 ether_ntohost(name, (struct ether_addr *)ea);
/freebsd/lib/libc/tests/net/
H A Dether_test.c159 ATF_TC_WITHOUT_HEAD(ether_ntohost);
160 ATF_TC_BODY(ether_ntohost, tc)
185 ATF_TP_ADD_TC(tp, ether_ntohost); in ATF_TP_ADD_TCS()
/freebsd/lib/libc/net/
H A DSymbol.map9 ether_ntohost;
H A Dether_addr.c138 ether_ntohost(char *hostname, const struct ether_addr *e) in ether_ntohost() function
H A DMakefile.inc61 ethers.3 ether_ntohost.3
/freebsd/sys/net/
H A Dethernet.h500 int ether_ntohost(char *, const struct ether_addr *);
/freebsd/usr.bin/getent/
H A Dgetent.c212 if (ether_ntohost(hp, eap) != 0) { in ethers()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c648 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) { in rarp_process()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4790 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4792 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr);
4797 int res = REAL(ether_ntohost)(hostname, addr);
4831 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
/freebsd/sbin/ifconfig/
H A Difieee80211.c4004 if (ether_ntohost(name, n) != 0) in printbssidname()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1635 fun:ether_ntohost=uninstrumented