/freebsd/lib/libc/tests/net/ |
H A D | ether_test.c | 109 ATF_TC_WITHOUT_HEAD(ether_aton); 110 ATF_TC_BODY(ether_aton, tc) in ATF_TC_BODY() argument 114 ep = ether_aton(ether_aton_string); in ATF_TC_BODY() 125 ep = ether_aton(ether_aton_bad_string); in ATF_TC_BODY() 180 ATF_TP_ADD_TC(tp, ether_aton); in ATF_TP_ADD_TCS()
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_utils.c | 53 ea = ether_aton(mac_str); in net_parsemac()
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 5 ether_aton;
|
H A D | ether_addr.c | 104 ether_aton(const char *a) in ether_aton() function
|
H A D | Makefile.inc | 55 MLINKS+=ethers.3 ether_aton.3 \
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 72 struct ether_addr *ether_aton(const char *);
|
/freebsd/tools/regression/ethernet/ethermulti/ |
H A D | ethermulti.c | 135 struct ether_addr *nep = ether_aton("01:80:DE:FA:CA:7E"); in test_ether_multi()
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 71 struct ether_addr *ether_aton(const char *);
|
/freebsd/usr.sbin/wake/ |
H A D | wake.c | 139 paddr = ether_aton(text); in get_ether()
|
/freebsd/usr.sbin/wlanstats/ |
H A D | main.c | 201 ea = ether_aton(optarg);
|
/freebsd/sbin/ifconfig/ |
H A D | ifbridge.c | 399 ea = ether_aton(mac); in setbridge_static() 419 ea = ether_aton(val); in setbridge_deladdr()
|
H A D | ifieee80211.c | 5812 ea = ether_aton(arg); in set80211clone_wlanbssid() 5823 ea = ether_aton(arg); in set80211clone_wlanaddr()
|
/freebsd/sys/net/ |
H A D | ethernet.h | 470 struct ether_addr *ether_aton(const char *);
|
/freebsd/tools/tools/ath/athratestats/ |
H A D | main.c | 349 e = ether_aton(macaddr); in main()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 203 if ((eap = ether_aton(argv[i])) == NULL) { in ethers()
|
/freebsd/usr.sbin/mtest/ |
H A D | mtest.c | 776 ep = ether_aton(str2); in process_cmd()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 367 struct ether_addr *ea1 = ether_aton(eaddr); in set()
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 101 ether_aton(const char *a) in ether_aton() function 497 e = ether_aton(r->name); in extract_mac_range() 510 bcopy(ether_aton(targ->g->dst_mac), targ->dst_mac, 6); in extract_mac_range()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 620 e = ether_aton(arg); in geteaddr()
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 1283 daddr = ether_aton(argv[start_arg + 1]); in set_filter() 1294 saddr = ether_aton(argv[start_arg + 1]); in set_filter()
|
/freebsd/sbin/ipfw/ |
H A D | tables.c | 1251 if ((mac = ether_aton(arg)) == NULL) in tentry_fill_key_type()
|
H A D | ipfw2.c | 3716 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL) in get_mac_addr_mask() 3732 (mac = ether_aton(ptr)) == NULL) in get_mac_addr_mask()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4613 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) { 4615 COMMON_INTERCEPTOR_ENTER(ctx, ether_aton, buf); 4617 __sanitizer_ether_addr *res = REAL(ether_aton)(buf); 4623 COMMON_INTERCEPT_FUNCTION(ether_aton);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1629 fun:ether_aton=uninstrumented
|