Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtoptions.c790 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()
/external/iproute2/include/
Dxtables.h170 uint8_t ethermac[6]; member
/external/iptables/include/
Dxtables.h170 uint8_t ethermac[6]; member