Home
last modified time | relevance | path

Searched refs:RETRY_COUNT (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/802/pseudo/
Dpseudocode12 RETRY_COUNT:=0
25 RETRY_COUNT:=0
36 ; RETRY_COUNT:=0
47 RETRY_COUNT:=0
51 RETRY_COUNT:=0
58 RETRY_COUNT:=0
70 RETRY_COUNT:=0
83 RETRY_COUNT:=0
88 RETRY_COUNT:=0
104 RETRY_COUNT:=RETRY_COUNT+1
[all …]
Dopcodes60 59 RETRY_COUNT:=0
61 60 RETRY_COUNT:=RETRY_COUNT+1
Dopcd2num.sed34 s/RETRY_COUNT:=RETRY_COUNT+1/60/
35 s/RETRY_COUNT:=0/59/
/linux-2.4.37.9/include/net/
Dspx.h88 #define RETRY_COUNT 10 macro
/linux-2.4.37.9/net/802/
Dcl2llc.pre476 case RETRY_COUNT:=0:
479 case RETRY_COUNT:=RETRY_COUNT+1:
/linux-2.4.37.9/net/ipx/
Daf_spx.c117 pdata->max_retries = RETRY_COUNT; in spx_sock_init()
552 if(pdata->retransmits > RETRY_COUNT) in spx_retransmit()