Searched refs:retransmit (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.h112 void (*retransmit) /* Retransmission is necessary */ member in struct:fsm_callbacks
H A Dfsm.c316 if (f->callbacks->retransmit)
317 (*f->callbacks->retransmit)(f);
745 fsm_sconfreq(f, retransmit)
747 int retransmit;
760 if( !retransmit ){
784 /* start the retransmit timer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Doutqueue.c207 INIT_LIST_HEAD(&q->retransmit);
248 /* Throw away any chunks in the retransmit queue. */
249 list_for_each_safe(lchunk, temp, &q->retransmit) {
356 /* Insert a chunk into the sorted list based on the TSNs. The retransmit list
415 /* If we are doing retransmission due to a fast retransmit,
416 * only the chunk's that are marked for fast retransmit
417 * should be added to the retransmit queue. If we are doing
420 * retransmit queue.
428 * (Section 6.3.3) or via fast retransmit
455 /* Move the chunk to the retransmit queu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dsas.h305 u8 retransmit:1; member in struct:ssp_frame_hdr
495 u8 retransmit:1; member in struct:ssp_frame_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1083 struct list_head retransmit; member in struct:sctp_outq
1438 * endpoint SHOULD try to retransmit a chunk to an
1552 /* Maximum number of times the endpoint will retransmit INIT */

Completed in 114 milliseconds