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