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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dfeat.c120 u8 *spref, slen, *res = NULL; local
127 spref = rpref;
132 spref = opt->dccpop_val;
136 * Now we have server preference list in spref and client preference in
139 BUG_ON(spref == NULL);
145 if (spref[i] == rpref[j]) {
146 res = &spref[i];

Completed in 14 milliseconds