Searched refs:tp_goodack (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_var.h127 int tp_goodack (struct tp_pcb *, u_int, SeqNum, u_int);
H A Dtp_driver.c73 (void) tp_goodack(p, e->ev_union.EV_AK_TPDU.e_cdt, e->ev_union.EV_AK_TPDU.e_seq, e->ev_union.EV_AK_TPDU.e_subseq);
429 (void) tp_goodack(p, e->ev_union.EV_AK_TPDU.e_cdt, e->ev_union.EV_AK_TPDU.e_seq, e->ev_union.EV_AK_TPDU.e_subseq);
872 if (tp_goodack(p, e->ev_union.EV_AK_TPDU.e_cdt, e->ev_union.EV_AK_TPDU.e_seq, e->ev_union.EV_AK_TPDU.e_subseq))
H A Dtp_subr.c63 * and Xacks, (tp_goodack() and tp_goodXack() ) take packets from socket
233 * tp_goodack() determines if the AK acknowledges something in the send
247 tp_goodack(struct tp_pcb *tpcb, u_int cdt, SeqNum seq, u_int subseq) function
430 * tp_goodack()

Completed in 168 milliseconds