Searched refs:lastip (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.c81 compat_uptr_t lastip; /* last inode # pointer */ member in struct:xfs_fsop_bulkreq32
95 if (get_user(addr, &p32->lastip) ||
96 put_user(compat_ptr(addr), &p->lastip) ||
H A Dxfs_ioctl.c1014 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64)))
1043 if (copy_to_user(bulkreq.lastip, &inlast,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_sock.c25 struct in_addr lastip; variable in typeref:struct:in_addr
219 memset((char *)&lastip,'\0',sizeof(lastip));
226 lastip = sock.sin_addr;
229 DEBUG(10,("read_udp_socket: lastip %s lastport %d read: %lu\n",
230 inet_ntoa(lastip), lastport, (unsigned long)ret));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h307 __u64 __user *lastip; /* last inode # pointer */ member in struct:xfs_fsop_bulkreq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnmblib.c695 extern struct in_addr lastip;
706 p->ip = lastip;

Completed in 83 milliseconds