OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eb_mac_type_unicast
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
nft-bridge.h
21
extern unsigned char
eb_mac_type_unicast
[ETH_ALEN];
xtables-eb.c
62
unsigned char
eb_mac_type_unicast
[ETH_ALEN] = {0,0,0,0,0,0};
variable
79
memcpy(to,
eb_mac_type_unicast
, ETH_ALEN);
[
all
...]
nft-bridge.c
62
if (!memcmp(mac,
eb_mac_type_unicast
, 6) &&
Completed in 954 milliseconds