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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doptions.c59 unsigned char *opt_ptr = options; local
73 while (opt_ptr != opt_end) {
74 opt = *opt_ptr++;
80 if (opt_ptr == opt_end)
83 len = *opt_ptr++;
91 value = opt_ptr;
92 opt_ptr += len;
94 if (opt_ptr > opt_end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c275 unsigned char *opt_ptr; local
283 opt_ptr = options;
284 if (opt_ptr >= opt_end)
287 while (opt_ptr != opt_end) {
288 opt = *opt_ptr++;
294 if (opt_ptr == opt_end)
297 len = *opt_ptr++;
305 value = opt_ptr;
306 opt_ptr += len;
308 if (opt_ptr > opt_en
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c768 ccp_test(unit, opt_ptr, opt_len, for_transmit)
770 u_char *opt_ptr;
773 opt_ptr, opt_len, 0) >= 0)
H A Dsys-solaris.c1524 ccp_test(unit, opt_ptr, opt_len, for_transmit)
1526 u_char *opt_ptr;
1529 opt_ptr, opt_len, 0) >= 0)
H A Dsys-linux.c1175 int ccp_test (int unit, u_char *opt_ptr, int opt_len, int for_transmit) argument
1180 data.ptr = opt_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c2004 * @opt_ptr: IP option pointer
2012 static int cipso_v4_delopt(struct ip_options **opt_ptr) argument
2015 struct ip_options *opt = *opt_ptr;
2060 *opt_ptr = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c628 int ccp_test (int unit, u_char *opt_ptr, int opt_len, int for_transmit) argument
633 data.ptr = opt_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1622 ccp_test(unit, opt_ptr, opt_len, for_transmit)
1624 u_char *opt_ptr;
1627 opt_ptr, opt_len, 0) >= 0)
H A Dsys-linux.c1263 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) argument
1268 data.ptr = opt_ptr;

Completed in 100 milliseconds