| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | rx.out | 12 …85 IP 131.151.1.59.7000 > 131.151.32.91.7001: rx ack first 1 serial 1154 reason delay acked 1 (62) 100 …40581 IP 131.151.32.21.1799 > 131.151.1.59.7002: rx ack first 2 serial 7 reason delay acked 2 (66) 116 …07048 IP 131.151.32.21.1799 > 131.151.1.59.7002: rx ack first 2 serial 7 reason delay acked 2 (66) 119 …08550 IP 131.151.32.21.1799 > 131.151.1.59.7002: rx ack first 4 serial 9 reason delay acked 4 (66) 133 ….151.32.21.7001 > 131.151.1.146.7000: rx ack first 2 serial 2524 reason ack requested acked 2 (66) 142 ….151.32.21.7001 > 131.151.1.146.7000: rx ack first 4 serial 2526 reason ack requested acked 4 (66) 151 ….151.32.21.7001 > 131.151.1.146.7000: rx ack first 6 serial 2528 reason ack requested acked 6 (66) 160 ….151.32.21.7001 > 131.151.1.146.7000: rx ack first 8 serial 2530 reason ack requested acked 8 (66) 169 …51.32.21.7001 > 131.151.1.146.7000: rx ack first 10 serial 2532 reason ack requested acked 10 (66) 177 …IP 131.151.32.21.7001 > 131.151.1.146.7000: rx ack first 12 serial 2534 reason delay acked 12 (66) [all …]
|
| D | rx-v.out | 24 ….59.7000 > 131.151.32.91.7001: rx ack seq 0 ser 2313 first 1 serial 1154 reason delay acked 1 (62) 208 …131.151.32.21.1799 > 131.151.1.59.7002: rx ack seq 2 ser 7 first 2 serial 7 reason delay acked 2 … 242 …131.151.32.21.1799 > 131.151.1.59.7002: rx ack seq 2 ser 7 first 2 serial 7 reason delay acked 2 … 248 …131.151.32.21.1799 > 131.151.1.59.7002: rx ack seq 4 ser 8 first 4 serial 9 reason delay acked 4 … 278 … > 131.151.1.146.7000: rx ack seq 2 ser 1615 first 2 serial 2524 reason ack requested acked 2 (66) 296 … > 131.151.1.146.7000: rx ack seq 4 ser 1616 first 4 serial 2526 reason ack requested acked 4 (66) 314 … > 131.151.1.146.7000: rx ack seq 6 ser 1617 first 6 serial 2528 reason ack requested acked 6 (66) 332 … > 131.151.1.146.7000: rx ack seq 8 ser 1618 first 8 serial 2530 reason ack requested acked 8 (66) 350 …131.151.1.146.7000: rx ack seq 10 ser 1619 first 10 serial 2532 reason ack requested acked 10 (66) 366 ….7001 > 131.151.1.146.7000: rx ack seq 12 ser 1620 first 12 serial 2534 reason delay acked 12 (66) [all …]
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfsrvcache.h | 70 int acked; member 88 #define rc_acked rc_un2.ot.acked
|
| /netbsd/src/sys/netinet/ |
| D | tcp_input.c | 301 icmp_check(struct tcpcb *tp, const struct tcphdr *th, int acked) in icmp_check() argument 316 if (tp->t_pmtud_mss_acked < acked) in icmp_check() 317 tp->t_pmtud_mss_acked = acked; in icmp_check() 1200 int todrop, acked, ourfinisacked, needoutput = 0; in tcp_input() local 1851 acked = th->th_ack - tp->snd_una; in tcp_input() 1856 acked); in tcp_input() 1860 if (acked > (tp->t_lastoff - tp->t_inoff)) in tcp_input() 1862 sbdrop(&so->so_snd, acked); in tcp_input() 1863 tp->t_lastoff -= acked; in tcp_input() 1865 icmp_check(tp, th, acked); in tcp_input() [all …]
|
| D | tcp_sack.c | 251 tcp_seq left, right, acked; in tcp_sack_option() local 281 acked = (SEQ_GT(th->th_ack, tp->snd_una)) ? th->th_ack : tp->snd_una; in tcp_sack_option() 288 if (SEQ_LEQ(right, acked) || SEQ_GT(right, tp->snd_max) || in tcp_sack_option()
|
| D | tcp_congctl.c | 604 int acked = th->th_ack - tp->snd_una; in tcp_reno_newack() local 607 tp->t_bytes_acked += acked; in tcp_reno_newack() 626 incr = uimin(acked, abc_lim); in tcp_reno_newack()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | README.md | 116 were sent. 200ms later they were acked. Shortly thereafter 117 bytes 1024-1535 were sent and again acked after 200ms. 121 1536, 1536 is re-acked when 0 arrives. 144 8 - number of times chunk was acked 171 2 seconds on the average). It was acked once, 140ms 180 or acked. I typically plot this data looking for suspicious
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | dv-bfin_emac.c | 58 bool acked; member 393 dma->acked = true; in bfin_emac_dma_read_buffer() 458 dma->acked = true; in bfin_emac_dma_read_buffer() 493 dma->acked = true; in bfin_emac_dma_write_buffer()
|
| D | dv-bfin_dma.c | 42 bool acked; member 266 bfin_peer->acked = false; in bfin_dma_hw_event_callback() 302 if ((!dma->acked && dma->curr_x_count) || bfin_dma_finish_x (me, dma)) in bfin_dma_hw_event_callback()
|
| D | devices.h | 35 bool acked; member
|
| D | dv-bfin_gptimer.c | 35 bool acked; member
|
| D | dv-bfin_ppi.c | 37 bool acked; member
|
| D | dv-bfin_twi.c | 35 bool acked; member
|
| D | dv-bfin_spi.c | 35 bool acked; member
|
| D | dv-bfin_nfc.c | 35 bool acked; member
|
| D | dv-bfin_uart2.c | 37 bool acked; member
|
| D | dv-bfin_eppi.c | 37 bool acked; member
|
| D | dv-bfin_dmac.c | 36 bool acked; member
|
| D | dv-bfin_uart.c | 38 bool acked; member
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | pasn_supplicant.c | 892 const u8 *data, size_t data_len, u8 acked) in wpas_pasn_auth_tx_status() argument 904 ret = wpa_pasn_auth_tx_status(pasn, data, data_len, acked); in wpas_pasn_auth_tx_status()
|
| D | wpa_supplicant_i.h | 2000 const u8 *data, size_t data_len, u8 acked);
|
| /netbsd/src/sys/dev/ic/ |
| D | isp.c | 5424 int acked = 0; in isp_parse_async() local 5444 acked = 1; in isp_parse_async() 5466 acked = 1; in isp_parse_async() 5491 acked = 1; in isp_parse_async() 5501 acked = 1; in isp_parse_async() 5602 return (acked); in isp_parse_async() 5618 int acked = 0; in isp_parse_async_fc() local 5648 acked = 1; in isp_parse_async_fc() 5682 acked = 1; in isp_parse_async_fc() 5713 acked = 1; in isp_parse_async_fc() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop.spell-cc | 8 acked
|
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 1471 * some overrun bytes into the data FIFO and acked them 1638 * already seen and acked (REQINIT never comes true).
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_nl80211.c | 2134 int res, found_ee = 0, found_wifi = 0, acked = 0; in wpa_driver_nl80211_handle_eapol_tx_status() local 2158 acked = *ack; in wpa_driver_nl80211_handle_eapol_tx_status() 2178 event.eapol_tx_status.ack = acked; in wpa_driver_nl80211_handle_eapol_tx_status()
|