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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsrmcons.c99 int need_cr; local
102 need_cr = 0;
107 for (c = 0; c < min_t(long, 128L, remaining) && !need_cr; c++)
109 need_cr = 1;
124 while (need_cr) {
127 need_cr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_agg.c98 int need_cr = 0; local
153 need_cr = 1;
170 if (need_cr)
208 if (need_cr)
222 if (need_cr)
747 int need_cr = 0; local
820 need_cr = 1;
842 if (need_cr)
872 : (need_cr ? ISAKMP_NPTYPE_CR
878 need_cr
[all...]
H A Disakmp_ident.c1373 int need_cr = 0; local
1388 need_cr = 1;
1409 if (need_cr)
1438 (need_cr ? ISAKMP_NPTYPE_CR : ISAKMP_NPTYPE_NONE);
1445 : (need_cr ? ISAKMP_NPTYPE_CR
1453 need_cr ? ISAKMP_NPTYPE_CR
1457 if (need_cr)
1502 int need_cr = 0; local
1551 need_cr = 1;
1567 if (need_cr)
[all...]

Completed in 107 milliseconds