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