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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.c267 if (get_user(addr, &p32->lastip))
269 bulkreq.lastip = compat_ptr(addr);
278 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64)))
305 if (copy_to_user(bulkreq.lastip, &inlast,
H A Dxfs_ioctl32.h76 compat_uptr_t lastip; /* last inode # pointer */ member in struct:compat_xfs_fsop_bulkreq
H A Dxfs_ioctl.c657 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64)))
681 if (copy_to_user(bulkreq.lastip, &inlast,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c112 struct in_addr lastip; variable in typeref:struct:in_addr
278 memset((char *)&lastip,'\0',sizeof(lastip));
290 lastip = sock.sin_addr;
293 DEBUG(10,("read_udp_socket: lastip %s lastport %d read: %lu\n",
294 inet_ntoa(lastip), lastport, (unsigned long)ret));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h308 __u64 __user *lastip; /* last inode # pointer */ member in struct:xfs_fsop_bulkreq
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnmblib.c24 extern struct in_addr lastip;
707 p->ip = lastip;

Completed in 174 milliseconds