HomeSort by relevance Sort by last modified time
    Searched refs:ethermac (Results 1 - 2 of 2) sorted by null

  /external/iptables/libxtables/
xtoptions.c 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));
    [all...]
  /external/iptables/include/
xtables.h 170 uint8_t ethermac[6]; member in union:xt_option_call::__anon26435

Completed in 119 milliseconds