Searched refs:ethermac (Results 1 – 3 of 3) sorted by relevance
790 for (i = 0; i < ARRAY_SIZE(cb->val.ethermac) - 1; ++i) { in xtopt_parse_ethermac()791 cb->val.ethermac[i] = strtoul(arg, &end, 16); in xtopt_parse_ethermac()796 i = ARRAY_SIZE(cb->val.ethermac) - 1; in xtopt_parse_ethermac()797 cb->val.ethermac[i] = strtoul(arg, &end, 16); in xtopt_parse_ethermac()801 memcpy(XTOPT_MKPTR(cb), cb->val.ethermac, in xtopt_parse_ethermac()802 sizeof(cb->val.ethermac)); in xtopt_parse_ethermac()
170 uint8_t ethermac[6]; member