Searched refs:MKEEP_ALIVE_IP_PKT_MAX (Results 1 – 4 of 4) sorted by relevance
13 #define MKEEP_ALIVE_IP_PKT_MAX 256 // max size of IP packet for keep alive macro
239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
4164 u8 ip_pkt[MKEEP_ALIVE_IP_PKT_MAX] = {0}; // IP pkt including UDP and headers in readKeepAliveOptions()4229 if (ip_pkt_len > MKEEP_ALIVE_IP_PKT_MAX) { in readKeepAliveOptions()4232 MKEEP_ALIVE_IP_PKT_MAX); in readKeepAliveOptions()4237 memset(ip_pkt, 0, MKEEP_ALIVE_IP_PKT_MAX); in readKeepAliveOptions()