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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.h71 bool req_addr; /* Ask peer to send IP address? */ member in struct:ipcp_options
H A Dipcp.c682 wo->req_addr = (wo->neg_addr || wo->old_addrs) &&
1394 wo->req_addr = 0; /* don't NAK with 0.0.0.0 later */
1450 wo->req_addr = 0; /* don't NAK with 0.0.0.0 later */
1584 wo->req_addr && !reject_if_disagree) {
1588 wo->req_addr = 0; /* don't ask again */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dimalloc.c199 static struct vm_struct * __add_new_im_area(unsigned long req_addr, argument
205 if (req_addr + size <= (unsigned long)tmp->addr)
213 area->addr = (void *)req_addr;
221 static struct vm_struct * __im_get_area(unsigned long req_addr, argument
228 status = im_region_status(req_addr, size, &tmp);
235 tmp = __add_new_im_area(req_addr, size);
238 tmp = split_im_region(req_addr, size, tmp);

Completed in 126 milliseconds