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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_options.c221 unsigned char *optptr = skb_network_header(skb) + sizeof(struct iphdr); local
227 switch (*optptr) {
232 optptr++;
235 optlen = optptr[1];
238 if (!IPOPT_COPIED(*optptr))
239 memset(optptr, IPOPT_NOOP, optlen);
241 optptr += optlen;
261 unsigned char * optptr; local
270 optptr = iph + sizeof(struct iphdr);
273 optptr
490 unsigned char * optptr = opt->__data+opt->srr-sizeof(struct iphdr); local
495 unsigned char * optptr = opt->__data+opt->rr-sizeof(struct iphdr); local
500 unsigned char * optptr = opt->__data+opt->ts-sizeof(struct iphdr); local
566 unsigned char * optptr; local
614 unsigned char *optptr = skb_network_header(skb) + opt->srr; local
[all...]
H A Dah4.c19 unsigned char * optptr = (unsigned char*)(iph+1); local
24 switch (*optptr) {
29 optptr++;
32 optlen = optptr[1];
35 switch (*optptr) {
46 memcpy(daddr, optptr+optlen-4, 4);
49 memset(optptr+2, 0, optlen-2);
52 optptr += optlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c1500 static char *optptr; /* used by nextopt */ variable
1509 p = optptr;
1531 optptr = p;
8387 optptr = NULL; /* initialize nextopt */
9258 * to be processed. Shellparam.optptr points to the next character to

Completed in 122 milliseconds