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.in3 /* 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 */
H A Dconfig.h.in3 /* 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 */
H A Dconfigure.ac537 # 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 …]
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.txt588 # 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 …]
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 Dconfigure6795 for ac_func in ether_ntohost
6829 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.h476 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.inc4629 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4631 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr);
4636 int res = REAL(ether_ntohost)(hostname, addr);
4670 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
/freebsd/sbin/ifconfig/
H A Difieee80211.c3740 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