Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Ddccp_usrreq.c687 dp->ack_snd = dp->seq_rcv; in dccp_input()
688 DCCP_DEBUG((LOG_INFO, "Got DCCP REPSONSE %x %llx\n", dp, dp->ack_snd)); in dccp_input()
761 dp->ack_snd = dp->seq_rcv; in dccp_input()
766 if (!dp->ack_snd) dp->ack_snd = dp->seq_rcv; in dccp_input()
794 if (!dp->ack_snd) dp->ack_snd = dp->seq_rcv; in dccp_input()
811 if (!dp->ack_snd) dp->ack_snd = dp->seq_rcv; in dccp_input()
828 if (!dp->ack_snd) dp->ack_snd = dp->seq_rcv; in dccp_input()
1308 if (dp->ack_snd && len) { in dccp_output()
1318 } else if (dp->ack_snd) { in dccp_output()
1522 DSEQ_TO_DAHDR(dalh->dash, dp->ack_snd); in dccp_output()
[all …]
H A Ddccp_tcplike.c1000 cb->pcb->ack_snd = cb->pcb->seq_rcv; in tcplike_recv_packet_recv()
1001 _avlist_add(cb, cb->pcb->seq_snd+1, cb->pcb->ack_snd); in tcplike_recv_packet_recv()
1002 ACK_DEBUG((LOG_INFO, "Recvr: Sending Ack (%llu) w/ Ack Vector\n", cb->pcb->ack_snd)); in tcplike_recv_packet_recv()
H A Ddccp_var.h80 dccp_seq ack_snd; /* ack num to send in Ack or DataAck packet */ member
H A Ddccp_tfrc.c1232 cb->pcb->ack_snd = elm->seq; in tfrc_recv_send_feedback()