Searched refs:ether_null (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dethernet.h186 extern const struct ether_addr ether_null;
198 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:ether_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dethernet.h186 extern const struct ether_addr ether_null;
198 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:ether_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c1552 const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:ether_addr
1564 return (memcmp(ea, &ether_null, sizeof(struct ether_addr)) == 0);

Completed in 63 milliseconds