Searched refs:ether_aton (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/lib/libc/tests/net/
H A Dether_test.c111 ATF_TC_WITHOUT_HEAD(ether_aton); variable
112 ATF_TC_BODY(ether_aton, tc)
116 ep = ether_aton(ether_aton_string);
117 ATF_REQUIRE_MSG(ep != NULL, "ether_aton failed");
127 ep = ether_aton(ether_aton_bad_string);
128 ATF_REQUIRE_MSG(ep == NULL, "ether_aton succeeded unexpectedly");
182 ATF_TP_ADD_TC(tp, ether_aton);
/freebsd-10-stable/lib/libc/net/
H A DSymbol.map9 ether_aton;
H A Dether_addr.c106 ether_aton(const char *a) function
H A DMakefile.inc56 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
/freebsd-10-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h74 struct ether_addr *ether_aton(const char *);
/freebsd-10-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h74 struct ether_addr *ether_aton(const char *);
/freebsd-10-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c138 struct ether_addr *nep = ether_aton("01:80:DE:FA:CA:7E");
/freebsd-10-stable/usr.sbin/wake/
H A Dwake.c139 paddr = ether_aton(text);
/freebsd-10-stable/tools/tools/net80211/wlanstats/
H A Dmain.c182 ea = ether_aton(optarg);
/freebsd-10-stable/sbin/ifconfig/
H A Difbridge.c473 ea = ether_aton(mac);
493 ea = ether_aton(val);
H A Difieee80211.c5077 ea = ether_aton(arg);
5088 ea = ether_aton(arg);
/freebsd-10-stable/tools/tools/ath/athratestats/
H A Dmain.c345 e = ether_aton(macaddr);
347 err(1, "ether_aton");
/freebsd-10-stable/usr.sbin/wlconfig/
H A Dwlconfig.c353 if ((ea = ether_aton(value)) == NULL)
/freebsd-10-stable/sys/net/
H A Dethernet.h401 struct ether_addr *ether_aton(const char *);
/freebsd-10-stable/contrib/ipfilter/iplang/
H A Diplang_y.y50 extern struct ether_addr *ether_aton __P((char *));
603 ether_aton(s)
658 e = ether_aton(arg);
/freebsd-10-stable/tools/tools/netmap/
H A Dpkt-gen.c75 #include <netinet/ether.h> /* ether_aton */
300 bcopy(ether_aton(r->name), &r->start, 6);
301 bcopy(ether_aton(r->name), &r->end, 6);
308 bcopy(ether_aton(targ->g->dst_mac), targ->dst_mac, 6);
/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c203 if ((eap = ether_aton(argv[i])) == NULL) {
/freebsd-10-stable/usr.sbin/mtest/
H A Dmtest.c776 ep = ether_aton(str2);
778 warnc(EINVAL, "ether_aton");
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c726 ea = ether_aton(mac_str);
H A Dpci_e82545.c2251 ea = ether_aton(mac_str);
/freebsd-10-stable/usr.sbin/arp/
H A Darp.c371 struct ether_addr *ea1 = ether_aton(eaddr);
/freebsd-10-stable/usr.sbin/ancontrol/
H A Dancontrol.c1017 addr = ether_aton((char *)arg);
1121 addr = ether_aton((char *)arg);
/freebsd-10-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c1195 daddr = ether_aton(argv[start_arg + 1]);
1206 saddr = ether_aton(argv[start_arg + 1]);
/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c2551 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL)
2567 (mac = ether_aton(ptr)) == NULL)

Completed in 666 milliseconds