Searched refs:ether_aton (Results 1 – 24 of 24) sorted by relevance
146 ep = ether_aton(ether_aton_string); in test_ether_aton()160 ep = ether_aton(ether_aton_bad_string); in test_ether_aton_bad()
9 ether_aton;
106 ether_aton(const char *a) in ether_aton() function
59 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
138 struct ether_addr *nep = ether_aton("01:80:DE:FA:CA:7E"); in test_ether_multi()
74 struct ether_addr *ether_aton(const char *);
139 paddr = ether_aton(text); in get_ether()
394 struct ether_addr *ether_aton(const char *);
182 ea = ether_aton(optarg); in main()
353 if ((ea = ether_aton(value)) == NULL) in main()
473 ea = ether_aton(mac); in setbridge_static()493 ea = ether_aton(val); in setbridge_deladdr()
5064 ea = ether_aton(arg); in DECL_CMD_FUNC()5075 ea = ether_aton(arg); in DECL_CMD_FUNC()
345 e = ether_aton(macaddr); in main()
50 extern struct ether_addr *ether_aton __P((char *));603 ether_aton(s) in ether_aton() function658 e = ether_aton(arg);
203 if ((eap = ether_aton(argv[i])) == NULL) { in ethers()
522 ea = ether_aton(mac_str); in pci_vtnet_parsemac()
300 bcopy(ether_aton(r->name), &r->start, 6); in extract_mac_range()301 bcopy(ether_aton(r->name), &r->end, 6); in extract_mac_range()308 bcopy(ether_aton(targ->g->dst_mac), targ->dst_mac, 6); in extract_mac_range()
1017 addr = ether_aton((char *)arg); in an_setconfig()1121 addr = ether_aton((char *)arg); in an_setap()
371 struct ether_addr *ea1 = ether_aton(eaddr); in set()
776 ep = ether_aton(str2); in process_cmd()
1082 daddr = ether_aton(argv[start_arg + 1]); in set_filter()1093 saddr = ether_aton(argv[start_arg + 1]); in set_filter()
1228 ether = ether_aton(addr); in si_standardize_mac_address()
2550 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL) in get_mac_addr_mask()2566 (mac = ether_aton(ptr)) == NULL) in get_mac_addr_mask()