Home
last modified time | relevance | path

Searched refs:ethermac (Results 1 – 3 of 3) sorted by relevance

/external/iptables/libxtables/
Dxtoptions.c774 for (i = 0; i < ARRAY_SIZE(cb->val.ethermac) - 1; ++i) { in xtopt_parse_ethermac()
775 cb->val.ethermac[i] = strtoul(arg, &end, 16); in xtopt_parse_ethermac()
780 i = ARRAY_SIZE(cb->val.ethermac) - 1; in xtopt_parse_ethermac()
781 cb->val.ethermac[i] = strtoul(arg, &end, 16); in xtopt_parse_ethermac()
785 memcpy(XTOPT_MKPTR(cb), cb->val.ethermac, in xtopt_parse_ethermac()
786 sizeof(cb->val.ethermac)); in xtopt_parse_ethermac()
/external/iproute2/include/
Dxtables.h170 uint8_t ethermac[6]; member
/external/iptables/include/
Dxtables.h170 uint8_t ethermac[6]; member