Searched refs:ip (Results 176 - 200 of 1861) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/libiptc/
H A Dipt_kernel_headers.h9 #include <netinet/ip.h>
18 #include <linux/ip.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dipt_kernel_headers.h9 #include <netinet/ip.h>
18 #include <linux/ip.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A DMakefile.am6 tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_bmap.c55 * @ip: pointer to the inode we do bmap for
67 vxfs_bmap_ext4(struct inode *ip, long bn) argument
69 struct super_block *sb = ip->i_sb;
70 struct vxfs_inode_info *vip = VXFS_INO(ip);
112 * @ip: pointer to the inode we do bmap for
128 vxfs_bmap_indir(struct inode *ip, long indir, int size, long block) argument
134 for (i = 0; i < size * VXFS_TYPED_PER_BLOCK(ip->i_sb); i++) {
138 bp = sb_bread(ip->i_sb,
139 indir + (i / VXFS_TYPED_PER_BLOCK(ip->i_sb)));
144 (i % VXFS_TYPED_PER_BLOCK(ip
201 vxfs_bmap_typed(struct inode *ip, long iblock) argument
260 vxfs_bmap1(struct inode *ip, long iblock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c60 xfs_inode_t *ip)
62 struct inode *inode = VFS_I(ip);
64 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec;
65 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec;
66 ip->i_d.di_ctime.t_sec = (__int32_t)inode->i_ctime.tv_sec;
67 ip->i_d.di_ctime.t_nsec = (__int32_t)inode->i_ctime.tv_nsec;
68 ip->i_d.di_mtime.t_sec = (__int32_t)inode->i_mtime.tv_sec;
69 ip->i_d.di_mtime.t_nsec = (__int32_t)inode->i_mtime.tv_nsec;
79 xfs_inode_t *ip)
81 struct inode *inode = VFS_I(ip);
59 xfs_synchronize_times( xfs_inode_t *ip) argument
78 xfs_mark_inode_dirty_sync( xfs_inode_t *ip) argument
88 xfs_mark_inode_dirty( xfs_inode_t *ip) argument
103 xfs_ichgtime( xfs_inode_t *ip, int flags) argument
143 struct xfs_inode *ip = XFS_I(inode); local
200 struct xfs_inode *ip = NULL; local
305 struct xfs_inode *ip; local
488 struct xfs_inode *ip = XFS_I(inode); local
553 xfs_inode_t *ip = XFS_I(inode); local
646 xfs_inode_t *ip = XFS_I(inode); local
756 xfs_diflags_to_iflags( struct inode *inode, struct xfs_inode *ip) argument
791 xfs_setup_inode( struct xfs_inode *ip) argument
[all...]
H A Dxfs_ioctl.c77 struct xfs_inode *ip; local
90 ip = XFS_I(inode);
107 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t));
118 lock_mode = xfs_ilock_map_shared(ip);
122 handle.ha_fid.fid_gen = ip->i_d.di_gen;
123 handle.ha_fid.fid_ino = ip->i_ino;
124 xfs_iunlock_map_shared(ip, lock_mode);
597 struct xfs_inode *ip,
611 if (!xfs_sb_version_hasextflgbit(&ip->i_mount->m_sb) &&
629 error = xfs_change_file_space(ip, cm
596 xfs_ioc_space( struct xfs_inode *ip, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, xfs_flock64_t *bf) argument
781 xfs_ioc_fsgetxattr( xfs_inode_t *ip, int attr, void __user *arg) argument
819 xfs_set_diflags( struct xfs_inode *ip, unsigned int xflags) argument
861 xfs_diflags_to_linux( struct xfs_inode *ip) argument
891 xfs_ioctl_setattr( xfs_inode_t *ip, struct fsxattr *fa, int mask) argument
1130 xfs_ioc_fssetxattr( xfs_inode_t *ip, struct file *filp, void __user *arg) argument
1149 xfs_ioc_getxflags( xfs_inode_t *ip, void __user *arg) argument
1162 xfs_ioc_setxflags( xfs_inode_t *ip, struct file *filp, void __user *arg) argument
1201 xfs_ioc_getbmap( struct xfs_inode *ip, int ioflags, unsigned int cmd, void __user *arg) argument
1244 xfs_ioc_getbmapx( struct xfs_inode *ip, void __user *arg) argument
1285 struct xfs_inode *ip = XFS_I(inode); local
[all...]
H A Dxfs_export.c121 xfs_inode_t *ip; local
135 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
149 if (ip->i_d.di_gen != generation) {
150 IRELE(ip);
154 return VFS_I(ip);
220 struct xfs_inode *ip = XFS_I(inode); local
221 struct xfs_mount *mp = ip->i_mount;
224 xfs_ilock(ip, XFS_ILOCK_SHARED);
225 if (xfs_ipincount(ip)) {
226 error = _xfs_log_force_lsn(mp, ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A DMakefile.am6 tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A DMakefile.am6 tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dperf_event.h13 #define perf_arch_fetch_caller_regs(regs, ip) \
28 (regs)->tpc = (ip); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dprocessor.h48 #define start_thread(regs, ip, usp) \
51 regs->erp = ip; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dprocessor.h55 #define start_thread(regs, ip, usp) do { \
57 regs->irp = ip; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dio-writesb.S33 .Loutsb_align: rsb ip, ip, #4
34 cmp ip, r2
35 movgt ip, r2
36 cmp ip, #2
43 subs r2, r2, ip
49 ands ip, r1, #3
58 .Loutsb_16_lp: ldmia r1!, {r3, r4, r5, ip}
62 outword ip
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/libiptc/
H A Dipt_kernel_headers.h9 #include <netinet/ip.h>
18 #include <linux/ip.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/install/include/libiptc/
H A Dipt_kernel_headers.h9 #include <netinet/ip.h>
18 #include <linux/ip.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/libiptc/
H A Dipt_kernel_headers.h9 #include <netinet/ip.h>
18 #include <linux/ip.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Ddump.c39 #include <netinet/ip.h>
127 struct ip ip; local
166 sf_hdr.caplen = sf_hdr.len = sizeof(ip);
179 /* write out llhdr and ip header */
181 memset(&ip, 0, sizeof(ip));
182 ip.ip_v = IPVERSION;
183 ip.ip_hl = sizeof(ip) >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rename.c40 DB_THREAD_INFO *ip; local
57 ENV_ENTER(env, ip);
71 if ((ret = __db_txn_auto_init(env, ip, &txn)) != 0)
86 ret = __db_rename_int(dbp, ip, txn, name, subdb, newname);
133 ENV_LEAVE(env, ip);
150 DB_THREAD_INFO *ip; local
178 ENV_ENTER(env, ip);
187 ret = __db_rename(dbp, ip, NULL, name, subdb, newname);
191 err: ENV_LEAVE(env, ip);
201 __db_rename(dbp, ip, tx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c63 #include <netinet/ip.h>
172 vj_compress_tcp(ip, mlen, comp, compress_cid, vjhdrp)
173 register struct ip *ip;
180 register u_int hlen = getip_hl(*ip);
194 if ((ip->ip_off & htons(0x3fff)) || mlen < 40)
197 th = (struct tcphdr *)&((int *)ip)[hlen];
208 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
209 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
229 if (ip
444 register struct ip *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c59 #include <netinet/ip.h>
168 vj_compress_tcp(ip, mlen, comp, compress_cid, vjhdrp)
169 register struct ip *ip;
176 register u_int hlen = getip_hl(*ip);
190 if ((ip->ip_off & htons(0x3fff)) || mlen < 40)
193 th = (struct tcphdr *)&((int *)ip)[hlen];
204 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
205 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
225 if (ip
440 register struct ip *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans.h357 #define IOP_SIZE(ip) (*(ip)->li_ops->iop_size)(ip)
358 #define IOP_FORMAT(ip,vp) (*(ip)->li_ops->iop_format)(ip, vp)
359 #define IOP_PIN(ip) (*(ip)->li_ops->iop_pin)(ip)
360 #define IOP_UNPIN(ip, remov
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingBin.cpp117 void CRoutingBin::SetTCPPort(uint32_t ip, uint16_t port, uint16_t tcpPort) argument
122 if ((ip == c->GetIPAddress()) && (port == c->GetUDPPort())) {
143 CContact *CRoutingBin::GetContact(uint32_t ip, uint16_t port, bool tcpPort) const throw() argument
147 if ((contact->GetIPAddress() == ip)
216 void CRoutingBin::AdjustGlobalTracking(uint32_t ip, bool increase) argument
220 GlobalTrackingMap::const_iterator itIP = s_globalContactIPs.find(ip);
226 AddDebugLogLineN(logKadRouting, wxT("Global IP Tracking inconsistency on increase (") + KadIPToString(ip) + wxT(")"));
232 AddDebugLogLineN(logKadRouting, wxT("Global IP Tracking inconsistency on decrease (") + KadIPToString(ip) + wxT(")"));
238 s_globalContactIPs[ip] = sameIPCount;
240 s_globalContactIPs.erase(ip);
366 CheckGlobalIPLimits(uint32_t ip, uint16_t DEBUG_ONLY(port)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c137 IP_PARTS(e->ip.src.s_addr),IP_PARTS(e->ip.smsk.s_addr));
139 IP_PARTS(e->ip.dst.s_addr),IP_PARTS(e->ip.dmsk.s_addr));
140 printf("Interface: `%s'/", e->ip.iniface);
142 printf("%c", e->ip.iniface_mask[i] ? 'X' : '.');
143 printf("to `%s'/", e->ip.outiface);
145 printf("%c", e->ip.outiface_mask[i] ? 'X' : '.');
146 printf("\nProtocol: %u\n", e->ip.proto);
147 printf("Flags: %02X\n", e->ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslhc.c44 * Use ip_fast_csum from ip.h
71 #include <net/ip.h>
235 struct iphdr *ip; local
247 ip = (struct iphdr *) icp;
250 if (ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x3fff)) {
252 if(ip->protocol != IPPROTO_TCP)
260 th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4);
261 hlen = ip
490 register struct iphdr *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c109 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type);
111 static int init_server_long(int *sock, int port, char *ip, int type);
113 static int host_ip(char *str, unsigned char ip[4]);
236 unsigned char ip[4]; local
238 memset(ip, '\0', sizeof ip);
239 if (!host_ip(host, &(ip[0])))
241 return init_client_ip(sock, ip, port, type);
244 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) argument
257 ((unsigned long)ip[
331 init_server_long(int *sock, int port, char *ip, int type) argument
480 extract_host_port(char *str, char **host_ptr, unsigned char *ip, short *port_ptr) argument
505 host_ip(char *str, unsigned char ip[4]) argument
[all...]

Completed in 173 milliseconds

1234567891011>>