| /freebsd-14.2/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-14.2/usr.sbin/bhyve/ |
| H A D | net_utils.c | 54 ea = ether_aton(mac_str); in net_parsemac()
|
| /freebsd-14.2/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 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
|
| /freebsd-14.2/tools/regression/ethernet/ethermulti/ |
| H A D | ethermulti.c | 136 struct ether_addr *nep = ether_aton("01:80:DE:FA:CA:7E"); in test_ether_multi()
|
| /freebsd-14.2/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 71 struct ether_addr *ether_aton(const char *);
|
| /freebsd-14.2/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 72 struct ether_addr *ether_aton(const char *);
|
| /freebsd-14.2/usr.sbin/wake/ |
| H A D | wake.c | 139 paddr = ether_aton(text); in get_ether()
|
| /freebsd-14.2/tools/tools/net80211/wlanstats/ |
| H A D | main.c | 201 ea = ether_aton(optarg);
|
| /freebsd-14.2/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 | 5807 ea = ether_aton(arg); in set80211clone_wlanbssid() 5818 ea = ether_aton(arg); in set80211clone_wlanaddr()
|
| /freebsd-14.2/sys/net/ |
| H A D | ethernet.h | 471 struct ether_addr *ether_aton(const char *);
|
| /freebsd-14.2/tools/tools/ath/athratestats/ |
| H A D | main.c | 349 e = ether_aton(macaddr); in main()
|
| /freebsd-14.2/usr.bin/getent/ |
| H A D | getent.c | 203 if ((eap = ether_aton(argv[i])) == NULL) { in ethers()
|
| /freebsd-14.2/usr.sbin/arp/ |
| H A D | arp.c | 379 struct ether_addr *ea1 = ether_aton(eaddr); in set()
|
| /freebsd-14.2/usr.sbin/mtest/ |
| H A D | mtest.c | 777 ep = ether_aton(str2); in process_cmd()
|
| /freebsd-14.2/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-14.2/sbin/ipf/iplang/ |
| H A D | iplang_y.y | 620 e = ether_aton(arg); in geteaddr()
|
| /freebsd-14.2/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 1284 daddr = ether_aton(argv[start_arg + 1]); in set_filter() 1295 saddr = ether_aton(argv[start_arg + 1]); in set_filter()
|
| /freebsd-14.2/sbin/ipfw/ |
| H A D | tables.c | 1250 if ((mac = ether_aton(arg)) == NULL) in tentry_fill_key_type()
|
| H A D | ipfw2.c | 3596 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL) in get_mac_addr_mask() 3612 (mac = ether_aton(ptr)) == NULL) in get_mac_addr_mask()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4602 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) { 4604 COMMON_INTERCEPTOR_ENTER(ctx, ether_aton, buf); 4606 __sanitizer_ether_addr *res = REAL(ether_aton)(buf); 4612 COMMON_INTERCEPT_FUNCTION(ether_aton);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1629 fun:ether_aton=uninstrumented
|