Searched refs:ip (Results 126 - 150 of 1861) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dstacktrace.c27 unsigned long newsp, ip; local
33 ip = stack[STACK_FRAME_LR_SAVE];
35 if (savesched || !in_sched_functions(ip)) {
37 trace->entries[trace->nr_entries++] = ip;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsicam.h15 extern int scsicam_bios_param (struct block_device *bdev, sector_t capacity, int *ip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h111 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
113 extern void xtInitRoot(tid_t tid, struct inode *ip);
114 extern int xtInsert(tid_t tid, struct inode *ip,
116 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
119 extern int xtTailgate(tid_t tid, struct inode *ip,
122 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
123 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
125 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
126 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
127 extern int xtRelocate(tid_t tid, struct inode *ip,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c269 xfs_inode_t *ip,
277 ASSERT(ip->i_imap.im_blkno != 0);
279 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp, buf_flags, 0);
290 *dipp = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset);
306 xfs_inode_t *ip,
313 ip->i_df.if_ext_max =
314 XFS_IFORK_DSIZE(ip) / (uint)sizeof(xfs_bmbt_rec_t);
320 xfs_fs_repair_cmn_err(CE_WARN, ip->i_mount,
322 (unsigned long long)ip->i_ino,
328 ip
266 xfs_itobp( xfs_mount_t *mp, xfs_trans_t *tp, xfs_inode_t *ip, xfs_dinode_t **dipp, xfs_buf_t **bpp, uint buf_flags) argument
305 xfs_iformat( xfs_inode_t *ip, xfs_dinode_t *dip) argument
476 xfs_iformat_local( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork, int size) argument
529 xfs_iformat_extents( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
599 xfs_iformat_btree( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
761 xfs_ip2xflags( xfs_inode_t *ip) argument
782 xfs_iread( xfs_mount_t *mp, xfs_trans_t *tp, xfs_inode_t *ip, uint iget_flags) argument
913 xfs_iread_extents( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork) argument
993 xfs_inode_t *ip; local
1194 xfs_isize_check( xfs_mount_t *mp, xfs_inode_t *ip, xfs_fsize_t isize) argument
1242 xfs_file_last_byte( xfs_inode_t *ip) argument
1317 xfs_itruncate_start( xfs_inode_t *ip, uint flags, xfs_fsize_t new_size) argument
1433 xfs_itruncate_finish( xfs_trans_t **tp, xfs_inode_t *ip, xfs_fsize_t new_size, int fork, int sync) argument
1692 xfs_iunlink( xfs_trans_t *tp, xfs_inode_t *ip) argument
1769 xfs_iunlink_remove( xfs_trans_t *tp, xfs_inode_t *ip) argument
1935 xfs_inode_t *ip; local
2074 xfs_ifree( xfs_trans_t *tp, xfs_inode_t *ip, xfs_bmap_free_t *flist) argument
2166 xfs_iroot_realloc( xfs_inode_t *ip, int rec_diff, int whichfork) argument
2292 xfs_idata_realloc( xfs_inode_t *ip, int byte_diff, int whichfork) argument
2369 xfs_idestroy_fork( xfs_inode_t *ip, int whichfork) argument
2417 xfs_iunpin_nowait( struct xfs_inode *ip) argument
2430 xfs_iunpin_wait( struct xfs_inode *ip) argument
2451 xfs_iextents_copy( xfs_inode_t *ip, xfs_bmbt_rec_t *dp, int whichfork) argument
2511 xfs_iflush_fork( xfs_inode_t *ip, xfs_dinode_t *dip, xfs_inode_log_item_t *iip, int whichfork, xfs_buf_t *bp) argument
2605 xfs_iflush_cluster( xfs_inode_t *ip, xfs_buf_t *bp) argument
2754 xfs_iflush( xfs_inode_t *ip, uint flags) argument
2869 xfs_iflush_int( xfs_inode_t *ip, xfs_buf_t *bp) argument
3120 xfs_iext_insert( xfs_inode_t *ip, xfs_extnum_t idx, xfs_extnum_t count, xfs_bmbt_irec_t *new, int state) argument
3373 xfs_iext_remove( xfs_inode_t *ip, xfs_extnum_t idx, int ext_diff, int state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dip.h1 /* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.12 2007-09-14 01:29:28 guy Exp $ (LBL) */
34 * @(#)ip.h 8.2 (Berkeley) 6/1/94
50 struct ip { struct
52 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
163 /* in print-ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down10 ip route del "$remote_network"/"$remote_netmask_bits" via "$5" table vpn.out
11 ip route del table vpnonly.out via "$5"
22 ip route flush cache
H A Dfwmarkroute.up20 ip rule ls | grep -q 'lookup vpn.out *$'
23 ip rule add fwmark 2 table vpn.out
25 ip rule ls | grep -q 'lookup vpnonly.out *$'
28 ip rule add fwmark 3 table vpnonly.out
47 ip route add "$remote_network"/"$remote_netmask_bits" via "$5" table vpn.out
48 ip route add table vpnonly.out via "$5"
49 ip route flush cache
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_subr.c59 * @ip: inode to read from
63 * vxfs_get_page reads the @n th page of @ip into the pagecache.
92 * @ip: inode
97 * @ip into the buffercache.
103 vxfs_bread(struct inode *ip, int block) argument
108 pblock = vxfs_bmap1(ip, block);
109 bp = sb_bread(ip->i_sb, pblock);
116 * @ip: inode
130 vxfs_getblk(struct inode *ip, sector_t iblock, argument
135 pblock = vxfs_bmap1(ip, ibloc
[all...]
H A Dvxfs_lookup.c73 dir_blocks(struct inode *ip) argument
75 u_long bsize = ip->i_sb->s_blocksize;
76 return (ip->i_size + bsize - 1) & ~(bsize - 1);
102 * @ip: directory inode
115 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) argument
118 u_long bsize = ip->i_sb->s_blocksize;
122 npages = dir_pages(ip);
123 nblocks = dir_blocks(ip);
124 pblocks = VXFS_BLOCK_PER_PAGE(ip->i_sb);
130 pp = vxfs_get_page(ip
209 struct inode *ip = NULL; local
245 struct inode *ip = fp->f_path.dentry->d_inode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/
H A Dfortunet.c63 IMAGE_PARAMS *ip = phys_to_virt(IMAGE_PARAMS_PHYS); local
64 *cmdline = phys_to_virt(ip->command_line);
66 if(ip->ramdisk_ok)
68 initrd_start = __phys_to_virt(ip->ramdisk_address);
69 initrd_end = initrd_start + ip->ramdisk_size;
72 memmap.bank[0].size = ip->ram_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dcopy_page.S32 ldmia r1!, {r3, r4, ip, lr} @ 4+1
37 stmia r0!, {r3, r4, ip, lr} @ 4
38 ldmia r1!, {r3, r4, ip, lr} @ 4
41 stmia r0!, {r3, r4, ip, lr} @ 4
42 ldmgtia r1!, {r3, r4, ip, lr} @ 4
44 PLD( ldmeqia r1!, {r3, r4, ip, lr} )
H A Dcsumpartialcopygeneric.S38 load1b ip
40 adcs sum, sum, ip, put_byte_1 @ update checksum
41 strb ip, [dst], #1
45 .Ldst_16bit: load2b r8, ip
49 adcs sum, sum, ip, put_byte_1
50 strb ip, [dst], #1
65 load1b ip
67 adcs sum, sum, ip, put_byte_1 @ update checksum
68 strb ip, [dst], #1
72 1: load2b r8, ip
[all...]
H A Dio-readsw-armv3.S39 .Linsw_aligned: mov ip, #0xff
40 orr ip, ip, ip, lsl #8
47 and r3, r3, ip
52 and r4, r4, ip
57 and r5, r5, ip
62 and r6, r6, ip
78 and r3, r3, ip
83 and r4, r4, ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-save.c106 const struct ipt_ip *ip)
116 match->save(ip, e);
128 /* print a given ip including mask if neccessary */
129 static void print_ip(char *prefix, u_int32_t ip, u_int32_t mask, int invert) argument
131 if (!mask && !ip && !invert)
137 IP_PARTS(ip));
161 print_ip("-s", e->ip.src.s_addr,e->ip.smsk.s_addr,
162 e->ip.invflags & IPT_INV_SRCIP);
164 print_ip("-d", e->ip
105 print_match(const struct ipt_entry_match *e, const struct ipt_ip *ip) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.cpp48 void CPacketTracking::AddTrackedOutPacket(uint32_t ip, uint8_t opcode) argument
56 TrackPackets_Struct track = { ip, now, opcode };
89 bool CPacketTracking::IsOnOutTrackList(uint32_t ip, uint8_t opcode, bool dontRemove) argument
98 if (it->ip == ip && it->opcode == opcode && now - it->inserted < SEC2MS(180)) {
108 bool CPacketTracking::InTrackListIsAllowedPacket(uint32_t ip, uint8_t opcode, bool /*bValidSenderkey*/) argument
177 TrackedPacketInMap::iterator it2 = m_mapTrackPacketsIn.find(ip);
181 trackEntry->m_ip = ip;
182 m_mapTrackPacketsIn[ip] = trackEntry;
206 if (CKademlia::IsRunningInLANMode() && ::IsLanIP(wxUINT32_SWAP_ALWAYS(ip))) {
258 AddLegacyChallenge(const CUInt128& contactID, const CUInt128& challengeID, uint32_t ip, uint8_t opcode) argument
273 IsLegacyChallenge(const CUInt128& challengeID, uint32_t ip, uint8_t opcode, CUInt128& contactID) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_qcelp.c70 InterleavePacket* ip; local
143 ip = &data->group[data->interleave_index];
144 ip->size = len - 1 - frame_size;
145 ip->pos = 0;
146 memcpy(ip->data, &buf[1 + frame_size], ip->size);
150 data->group_finished = ip->size == 0;
165 InterleavePacket* ip = &data->group[data->interleave_index]; local
176 if (ip->size == 0) {
182 if (ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_qcelp.c70 InterleavePacket* ip; local
143 ip = &data->group[data->interleave_index];
144 ip->size = len - 1 - frame_size;
145 ip->pos = 0;
146 memcpy(ip->data, &buf[1 + frame_size], ip->size);
150 data->group_finished = ip->size == 0;
165 InterleavePacket* ip = &data->group[data->interleave_index]; local
176 if (ip->size == 0) {
182 if (ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dpatch.c105 u64 ip; local
108 ip = (u64) offp + *offp;
111 ia64_patch_imm64(ip, ia64_tpa(get_imm64(ip)));
112 ia64_fc((void *) ip);
123 u64 ip, *b; local
126 ip = (u64) offp + *offp;
128 b = (u64 *)(ip & -16);
130 ia64_fc((void *) ip);
192 u64 ip; local
209 u64 ip; local
238 u64 ip, mask, imm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c39 DB_THREAD_INFO *ip; local
46 ip = ((DB_TXNHEAD *)info)->thread_info;
49 REC_INTRO(__db_addrem_read, ip, 1);
51 REC_FGET(mpf, ip, argp->pgno, &pagep, done);
60 REC_DIRTY(mpf, ip, dbc->priority, &pagep);
70 REC_DIRTY(mpf, ip, dbc->priority, &pagep);
84 if ((ret = __memp_fput(mpf, ip, pagep, dbc->priority)) != 0)
92 (void)__memp_fput(mpf, ip, pagep, dbc->priority);
109 DB_THREAD_INFO *ip; local
116 ip
250 DB_THREAD_INFO *ip; local
337 DB_THREAD_INFO *ip; local
387 DB_THREAD_INFO *ip; local
802 DB_THREAD_INFO *ip; local
836 DB_THREAD_INFO *ip; local
910 DB_THREAD_INFO *ip; local
993 DB_THREAD_INFO *ip; local
1147 DB_THREAD_INFO *ip; local
1453 DB_THREAD_INFO *ip; local
1487 DB_THREAD_INFO *ip; local
1518 DB_THREAD_INFO *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Daops.c39 static void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, argument
52 if (gfs2_is_jdata(ip))
54 gfs2_trans_add_bh(ip->i_gl, bh, 0);
99 struct gfs2_inode *ip = GFS2_I(inode); local
105 if (gfs2_assert_withdraw(sdp, gfs2_glock_is_held_excl(ip->i_gl)))
153 struct gfs2_inode *ip = GFS2_I(inode); local
164 gfs2_page_add_databufs(ip, page, 0, inode->i_sb->s_blocksize-1);
182 struct gfs2_inode *ip = GFS2_I(inode); local
191 gfs2_page_add_databufs(ip, page, 0, sdp->sd_vfs->s_blocksize-1);
395 struct gfs2_inode *ip local
415 stuffed_readpage(struct gfs2_inode *ip, struct page *page) argument
464 struct gfs2_inode *ip = GFS2_I(page->mapping->host); local
494 struct gfs2_inode *ip = GFS2_I(mapping->host); local
527 gfs2_internal_read(struct gfs2_inode *ip, struct file_ra_state *ra_state, char *buf, loff_t *pos, unsigned size) argument
576 struct gfs2_inode *ip = GFS2_I(inode); local
612 struct gfs2_inode *ip = GFS2_I(mapping->host); local
779 struct gfs2_inode *ip = GFS2_I(inode); local
846 struct gfs2_inode *ip = GFS2_I(inode); local
925 struct gfs2_inode *ip = GFS2_I(mapping->host); local
997 gfs2_ok_for_dio(struct gfs2_inode *ip, int rw, loff_t offset) argument
1020 struct gfs2_inode *ip = GFS2_I(inode); local
1166 struct gfs2_inode *ip = GFS2_I(inode); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dclientpacket.c227 if (bytes < ntohs(packet.ip.tot_len)) {
233 bytes = ntohs(packet.ip.tot_len);
238 if (packet.ip.protocol != IPPROTO_UDP || packet.ip.version != IPVERSION ||
239 packet.ip.ihl != sizeof(packet.ip) >> 2 || packet.udp.dest != htons(CLIENT_PORT) ||
241 ntohs(packet.udp.len) != (short) (bytes - sizeof(packet.ip))) {
248 check = packet.ip.check;
249 packet.ip.check = 0;
250 if (check != checksum(&(packet.ip), sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dclientpacket.c201 if (bytes < ntohs(packet.ip.tot_len)) {
207 bytes = ntohs(packet.ip.tot_len);
210 if (packet.ip.protocol != IPPROTO_UDP || packet.ip.version != IPVERSION ||
211 packet.ip.ihl != sizeof(packet.ip) >> 2 || packet.udp.dest != htons(CLIENT_PORT) ||
213 ntohs(packet.udp.len) != (short) (bytes - sizeof(packet.ip))) {
219 check = packet.ip.check;
220 packet.ip.check = 0;
221 if (check != checksum(&(packet.ip), sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dclientpacket.c168 if (bytes < ntohs(packet.ip.tot_len)) {
174 bytes = ntohs(packet.ip.tot_len);
177 if (packet.ip.protocol != IPPROTO_UDP || packet.ip.version != IPVERSION
178 || packet.ip.ihl != sizeof(packet.ip) >> 2
181 || ntohs(packet.udp.len) != (uint16_t)(bytes - sizeof(packet.ip))
188 check = packet.ip.check;
189 packet.ip.check = 0;
190 if (check != udhcp_checksum(&(packet.ip), sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.c649 xfs_inode_t *ip,
659 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
718 error = xfs_qm_dqget(ip->i_mount, ip, id, type, XFS_QMOPT_DOWARN, &dqp);
803 xfs_inode_t *ip,
806 xfs_mount_t *mp = ip->i_mount;
812 !XFS_NOT_DQATTACHED(mp, ip) ||
813 ip->i_ino == mp->m_sb.sb_uquotino ||
814 ip->i_ino == mp->m_sb.sb_gquotino)
817 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXC
648 xfs_qm_dqattach_one( xfs_inode_t *ip, xfs_dqid_t id, uint type, uint doalloc, xfs_dquot_t *udqhint, xfs_dquot_t **IO_idqpp) argument
802 xfs_qm_dqattach_locked( xfs_inode_t *ip, uint flags) argument
883 xfs_qm_dqattach( struct xfs_inode *ip, uint flags) argument
902 xfs_qm_dqdetach( xfs_inode_t *ip) argument
1202 xfs_qm_dqget_noattach( xfs_inode_t *ip, xfs_dquot_t **O_udqpp, xfs_dquot_t **O_gdqpp) argument
1281 xfs_qm_qino_alloc( xfs_mount_t *mp, xfs_inode_t **ip, __int64_t sbfields, uint flags) argument
1586 xfs_qm_get_rtblks( xfs_inode_t *ip, xfs_qcnt_t *O_rtblks) argument
1624 xfs_inode_t *ip; local
2225 xfs_qm_vop_dqalloc( struct xfs_inode *ip, uid_t uid, gid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp) argument
2366 xfs_qm_vop_chown( xfs_trans_t *tp, xfs_inode_t *ip, xfs_dquot_t **IO_olddq, xfs_dquot_t *newdq) argument
2409 xfs_qm_vop_chown_reserve( xfs_trans_t *tp, xfs_inode_t *ip, xfs_dquot_t *udqp, xfs_dquot_t *gdqp, uint flags) argument
2499 struct xfs_inode *ip = i_tab[i]; local
2517 xfs_qm_vop_create_dqattach( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dfmtconvert_neon.S34 bics ip, r2, #15
36 1: subs ip, ip, #16
91 bics ip, r2, #15
93 1: subs ip, ip, #16
144 lsl ip, r3, #1
172 vst1.64 {d18}, [r8], ip
174 vst1.64 {d22}, [r8], ip
176 vst1.64 {d19}, [r8], ip
[all...]

Completed in 291 milliseconds

1234567891011>>