Home | History | Annotate | Download | only in libxtables

Lines Matching refs:ethermac

790 	for (i = 0; i < ARRAY_SIZE(cb->val.ethermac) - 1; ++i) {
791 cb->val.ethermac[i] = strtoul(arg, &end, 16);
796 i = ARRAY_SIZE(cb->val.ethermac) - 1;
797 cb->val.ethermac[i] = strtoul(arg, &end, 16);
801 memcpy(XTOPT_MKPTR(cb), cb->val.ethermac,
802 sizeof(cb->val.ethermac));