Searched refs:ether_hostton (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/libexec/bootpd/
H A Dlookup.c16 extern int ether_hostton();
50 if (ether_hostton(hostname, &ea)) {
/freebsd-10-stable/lib/libc/tests/net/
H A Dether_test.c167 ATF_TC_WITHOUT_HEAD(ether_hostton);
168 ATF_TC_BODY(ether_hostton, tc)
188 ATF_TP_ADD_TC(tp, ether_hostton);
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Darp.c94 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
96 if (!(ether_hostton(hp->h_name, ether)))
/freebsd-10-stable/contrib/libpcap/
H A Dnametoaddr.c58 * ether_hostton()?
484 extern int ether_hostton(const char *, struct ether_addr *);
495 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
H A Dconfigure6267 # Do this before checking for ether_hostton(), as it's a
6665 # Some might not have ether_hostton().
6675 for ac_func in ether_hostton
6770 # OK, we have ether_hostton(). Do we have <netinet/if_ether.h>?
6774 # Yes. Does it declare ether_hostton()?
6776 { echo "$as_me:$LINENO: checking whether ether_hostton is declared" >&5
6777 echo $ECHO_N "checking whether ether_hostton is declared... $ECHO_C" >&6; }
6801 #ifndef ether_hostton
6802 (void) ether_hostton;
6998 # We have it - does it declare ether_hostton()
[all...]
/freebsd-10-stable/lib/libc/net/
H A DSymbol.map14 ether_hostton;
H A Dether_addr.c190 ether_hostton(const char *hostname, struct ether_addr *e) function
H A DMakefile.inc56 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
/freebsd-10-stable/usr.sbin/wake/
H A Dwake.c144 if (ether_hostton(text, addr)) {
/freebsd-10-stable/sys/net/
H A Dethernet.h403 int ether_hostton(const char *, struct ether_addr *);
/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c206 if (ether_hostton(hp, eap) != 0) {

Completed in 597 milliseconds