Home
last modified time | relevance | path

Searched refs:tcph (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c4061 tcp_hdr *tcph = NULL; in wlan_is_tcp_ack() local
4091tcph = (tcp_hdr *)(net_stack_buffer_skip(((outbuf_t *)pmbuf)->buffer, (uint16_t)(iph->ihl * 4))); in wlan_is_tcp_ack()
4093 tcph = (tcp_hdr *)((t_u8 *)iph + iph->ihl * 4); in wlan_is_tcp_ack()
4096 if (*((t_u8 *)tcph + 13) == 0x10) in wlan_is_tcp_ack()
4099 if (mlan_ntohs(iph->tot_len) > (iph->ihl + tcph->_hdrlen_rsvd_flags.doff) * 4) in wlan_is_tcp_ack()