Home
last modified time | relevance | path

Searched refs:sourcemac (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dnft-bridge.c182 addr = ether_ntoa((struct ether_addr *) fw->sourcemac); in nft_bridge_add()
187 add_cmp_ptr(r, op, fw->sourcemac, 6); in nft_bridge_add()
298 fw->sourcemac[i] = addr[i]; in nft_bridge_parse_payload()
470 addr = ether_ntoa((struct ether_addr *) cs.fw.sourcemac); in nft_bridge_print_firewall()
475 ebt_print_mac_and_mask(cs.fw.sourcemac, cs.fw.sourcemsk); in nft_bridge_print_firewall()
563 if (a->sourcemac[i] != b->sourcemac[i]) { in nft_bridge_is_same()
565 a->sourcemac[i] & 0xff, b->sourcemac[i] & 0xff, i); in nft_bridge_is_same()
Dnft-bridge.h87 unsigned char sourcemac[ETH_ALEN]; member
Dxtables-eb.c1051 if (ebt_get_mac_and_mask(optarg, cs.fw.sourcemac, cs.fw.sourcemsk)) in do_commandeb()
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h170 unsigned char sourcemac[ETH_ALEN]; member