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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dsignal.c358 unsigned long return_ip; local
380 return_ip = (unsigned long)ka->sa.sa_restorer;
383 return_ip = (unsigned long)&frame->retcode;
396 regs->srp = return_ip; /* what we enter LATER */
413 unsigned long return_ip; local
440 return_ip = (unsigned long)ka->sa.sa_restorer;
443 return_ip = (unsigned long)&frame->retcode;
458 regs->srp = return_ip; /* what we enter LATER */
H A Dprocess.c146 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member in struct:switch_stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member in struct:switch_stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dsignal.c359 unsigned long return_ip; local
386 return_ip = (unsigned long)ka->sa.sa_restorer;
389 return_ip = cris_signal_return_page;
414 regs->srp = return_ip;
434 unsigned long return_ip; local
465 return_ip = (unsigned long) ka->sa.sa_restorer;
468 return_ip = cris_signal_return_page + 6;
498 regs->srp = return_ip;
H A Dprocess.c172 swstack->return_ip = (unsigned long) ret_from_fork;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c849 struct in_addr return_ip; local
862 while (getlmhostsent(fp, lmhost_name, &name_type2, &return_ip))
879 (*return_iplist)[*return_count].ip = return_ip;
920 struct in_addr return_ip; local
921 putip((char *)&return_ip,(char *)hp->h_addr);
927 (*return_iplist)->ip = return_ip;
1164 BOOL resolve_name(const char *name, struct in_addr *return_ip, int name_type) argument
1170 *return_ip = *interpret_addr2(name);
1184 *return_ip = ip_list[i].ip;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c333 goto return_ip;
482 return_ip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c1909 struct in_addr return_ip; local
1910 putip( (char*)&return_ip, (char*)hp->h_addr );
1911 fstrcpy( name, inet_ntoa( return_ip ) );

Completed in 167 milliseconds