Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c460 u32_t acked = recv_acked; local
461 while (acked > 0) {
462 acked16 = (u16_t)LWIP_MIN(acked, 0xffffu);
463 acked -= acked16;
1231 tcpwnd_size_t acked; local
1249 acked = (tcpwnd_size_t)(ackno - pcb->lastack);
1263 increase = LWIP_MIN(acked, (tcpwnd_size_t)(num_seg * pcb->mss));
1268 TCP_WND_INC(pcb->bytes_acked, acked);
/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h124 uint8_t acked; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c1592 const u8 *data, size_t data_len, u8 acked) in wpas_pasn_auth_tx_status() argument
1600 wpa_printf(MSG_DEBUG, "PASN: auth_tx_status: acked=%u", acked); in wpas_pasn_auth_tx_status()
1636 acked); in wpas_pasn_auth_tx_status()
Dwpa_supplicant_i.h1890 const u8 *data, size_t data_len, u8 acked);
/third_party/mesa3d/docs/
Dsubmittingpatches.rst94 - If the patch was reviewed (usually the case) or acked by someone,
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c3872 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local
3900 acked++;
3912 inflight, inbetween, resend, above, acked);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c1864 int res, found_ee = 0, found_wifi = 0, acked = 0; in wpa_driver_nl80211_handle_eapol_tx_status() local
1888 acked = *ack; in wpa_driver_nl80211_handle_eapol_tx_status()
1908 event.eapol_tx_status.ack = acked; in wpa_driver_nl80211_handle_eapol_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c2031 int res, found_ee = 0, found_wifi = 0, acked = 0; in wpa_driver_nl80211_handle_eapol_tx_status() local
2055 acked = *ack; in wpa_driver_nl80211_handle_eapol_tx_status()
2075 event.eapol_tx_status.ack = acked; in wpa_driver_nl80211_handle_eapol_tx_status()
/third_party/lwip/
DCHANGELOG758 report sent data when only part of a segment is acked) and don't include
766 up old pcb->acked
3371 * tcp_in.c: Fixed bug #21582: pcb->acked accounting can be wrong when ACKs
/third_party/gstreamer/gstplugins_bad/
DChangeLog28902 rtmp2: Count outgoing bytes and acked bytes