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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doptions.c66 const unsigned char *opt_end = (unsigned char *)dh + local
78 while (opt_ptr != opt_end) {
85 if (opt_ptr == opt_end)
99 if (opt_ptr > opt_end)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid2.c363 const unsigned char *opt_end = (unsigned char *)dh + local
371 if (opt_ptr >= opt_end)
374 while (opt_ptr != opt_end) {
381 if (opt_ptr == opt_end)
395 if (opt_ptr > opt_end)

Completed in 240 milliseconds