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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmproto.h150 if (IP_VER(iph) == IP_VER_4 && len >= IPV4_MIN_HEADER_LEN) {
H A Dbcmip.h58 #define IPV4_MIN_HEADER_LEN 20 /* Minimum size for an IP header (no options) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c2727 if (pktlen < sizeof(struct ether_header) + IPV4_MIN_HEADER_LEN)
2741 if (pktlen >= sizeof(struct ethervlan_header) + IPV4_MIN_HEADER_LEN &&

Completed in 78 milliseconds