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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dstatic_leases.c46 uint32_t return_ip; local
50 return_ip = 0;
55 return_ip = *(cur->ip);
61 return return_ip;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_wins.c91 struct in_addr *return_ip = NULL; local
100 if ( (return_ip = SMB_MALLOC_ARRAY(struct in_addr, *count)) == NULL ) {
107 return_ip[i] = ret[i].ip;
110 return return_ip;
123 return_ip = name_query(fd,name,0x20,True,True,*bcast,count, &flags, NULL);
124 if (return_ip) {
130 return return_ip;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dsignal.c305 unsigned long return_ip; local
327 return_ip = (unsigned long)ka->sa.sa_restorer;
330 return_ip = (unsigned long)&frame->retcode;
343 regs->srp = return_ip; /* what we enter LATER */
361 unsigned long return_ip; local
388 return_ip = (unsigned long)ka->sa.sa_restorer;
391 return_ip = (unsigned long)&frame->retcode;
409 regs->srp = return_ip;
H A Dprocess.c145 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member in struct:switch_stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member in struct:switch_stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dsignal.c302 unsigned long return_ip; local
329 return_ip = (unsigned long)ka->sa.sa_restorer;
332 return_ip = cris_signal_return_page;
357 regs->srp = return_ip;
378 unsigned long return_ip; local
409 return_ip = (unsigned long) ka->sa.sa_restorer;
412 return_ip = cris_signal_return_page + 6;
442 regs->srp = return_ip;
H A Dprocess.c168 swstack->return_ip = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c960 struct in_addr return_ip; local
973 while (getlmhostsent(fp, lmhost_name, &name_type2, &return_ip))
991 (*return_iplist)[*return_count].ip = return_ip;
1032 struct in_addr return_ip; local
1033 putip((char *)&return_ip,(char *)hp->h_addr);
1039 (*return_iplist)->ip = return_ip;
1311 BOOL resolve_name(const char *name, struct in_addr *return_ip, int name_type) argument
1318 *return_ip = *interpret_addr2(name);
1333 *return_ip = ip_list[i].ip;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c2170 struct in_addr return_ip; local
2171 putip( (char*)&return_ip, (char*)hp->h_addr );
2172 fstrcpy( name, inet_ntoa( return_ip ) );

Completed in 115 milliseconds