Searched refs:ETHER_IS_VALID_LEN (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/net/ | ||
H A D | ethernet.h | 60 #define ETHER_IS_VALID_LEN(foo) ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN) macro |
Completed in 1 milliseconds