Home
last modified time | relevance | path

Searched refs:ether_hostton (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/tests/net/
H A Dether_test.c165 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 Darp.c83 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
85 if (!(ether_hostton(hp->h_name, ether)))
/freebsd/contrib/libpcap/
H A Dconfig.h.in3 /* 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 Dcmakeconfig.h.in3 /* 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 Dconfigure.ac277 # 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 Dnametoaddr.c95 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 DCMakeLists.txt1109 # 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 DCHANGES822 Clean up the ether_hostton() stuff.
/freebsd/libexec/bootpd/
H A Dlookup.c40 if (ether_hostton(hostname, &ea)) { in lookup_hwa()
/freebsd/lib/libc/net/
H A DSymbol.map10 ether_hostton;
H A Dether_addr.c188 ether_hostton(const char *hostname, struct ether_addr *e) in ether_hostton() function
H A DMakefile.inc57 ethers.3 ether_hostton.3 \
/freebsd/usr.sbin/wake/
H A Dwake.c144 if (ether_hostton(text, addr)) { in get_ether()
/freebsd/sys/net/
H A Dethernet.h496 int ether_hostton(const char *, struct ether_addr *);
/freebsd/usr.bin/getent/
H A Dgetent.c206 if (ether_hostton(hp, eap) != 0) { in ethers()
/freebsd/contrib/tcpdump/
H A Dconfigure.ac696 # <netinet/if_ether.h> doesn't declare ether_hostton().
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4802 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 Dlibc_ubuntu1404_abilist.txt1631 fun:ether_hostton=uninstrumented