Searched refs:ip (Results 251 - 275 of 1861) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_DNAT.c71 const struct in_addr *ip; local
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
143 range.max_ip = ip->s_addr;
157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip
214 DNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
230 DNAT_save(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibipt_SNAT.c71 const struct in_addr *ip; local
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
143 range.max_ip = ip->s_addr;
157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip
214 SNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
230 SNAT_save(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibipt_NETMAP.c61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip;
65 static void NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
83 static void NETMAP_save(const void *ip, const struct xt_entry_target *target) argument
86 NETMAP_print(ip, target, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c3042 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3043 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
3045 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \
3047 m_pos = ip - (lzo_uint) PTR_DIFF(ip,m_pos), \
3049 (m_off = (lzo_uint) PTR_DIFF(ip,m_pos)) == 0 || \
3054 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3056 ((m_off = pd(ip, in) - m_off) > max_offset) || \
3057 (m_pos = (ip) - (m_off), 0) )
3059 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offse
3171 register const lzo_bytep ip; local
3456 const lzo_bytep ip = in; local
3627 register const lzo_bytep ip; local
4153 register const lzo_bytep ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fput.c31 DB_THREAD_INFO *ip; local
42 ENV_ENTER(env, ip);
44 ret = __memp_fput(dbmfp, ip, pgaddr, priority);
49 ENV_LEAVE(env, ip);
61 __memp_fput(dbmfp, ip, pgaddr, priority)
63 DB_THREAD_INFO *ip;
143 if (ip != NULL) {
145 list = R_ADDR(reginfo, ip->dbth_pinlist);
148 for (lp = list; lp < &list[ip->dbth_pinmax]; lp++)
152 if (lp == &list[ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_srq.c148 srq->ip =
152 if (!srq->ip) {
157 err = ib_copy_to_udata(udata, &srq->ip->offset,
158 sizeof(srq->ip->offset));
164 srq->ip = NULL;
184 if (srq->ip) {
186 list_add(&srq->ip->pending_mmaps, &dev->pending_mmaps);
194 kfree(srq->ip);
304 if (srq->ip) {
305 struct ipath_mmap_info *ip local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_srq.c145 srq->ip =
148 if (!srq->ip) {
153 err = ib_copy_to_udata(udata, &srq->ip->offset,
154 sizeof(srq->ip->offset));
160 srq->ip = NULL;
180 if (srq->ip) {
182 list_add(&srq->ip->pending_mmaps, &dev->pending_mmaps);
190 kfree(srq->ip);
300 if (srq->ip) {
301 struct qib_mmap_info *ip local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1b_9x.c150 c->ip = c->in = in;
156 ii = c->ip; /* point to start of literal run */
178 printf("%5ld: %5d len:%3d off:%5d\n", (c->ip-c->look)-in, c->look,
182 assert(c->ip - c->look >= in);
184 ii = c->ip - c->look;
185 assert(ii + lit == c->ip - c->look);
186 assert(swd->b_char == *(c->ip - c->look));
195 assert(c->ip - c->look - m_off >= in);
196 assert(c->ip - c->look - m_off + m_len < c->ip);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dswiven.s31 ip RN 12 label
58 MOV ip, lr
69 MOVS pc, ip
76 MOV ip, lr
86 MOVS pc, ip
94 MOV ip, sp
96 LDMIA ip, {r5,r6}
188 MOV ip, lr
191 MOVS pc, ip
198 MOV ip, l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_NETMAP.c61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip;
65 static void NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
83 static void NETMAP_save(const void *ip, const struct xt_entry_target *target) argument
86 NETMAP_print(ip, target, 0);
H A Dlibxt_NFQUEUE.c95 static void NFQUEUE_print(const void *ip, argument
103 static void NFQUEUE_print_v1(const void *ip, argument
117 static void NFQUEUE_print_v2(const void *ip, argument
122 NFQUEUE_print_v1(ip, target, numeric);
127 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) argument
135 static void NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) argument
148 static void NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) argument
152 NFQUEUE_save_v1(ip, target);
H A Dlibxt_comment.c32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
42 comment_save(const void *ip, const struct xt_entry_match *match) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_metapage.h148 #define invalidate_pxd_metapages(ip, pxd) \
149 __invalidate_metapages((ip), addressPXD(&(pxd)), lengthPXD(&(pxd)))
150 #define invalidate_dxd_metapages(ip, dxd) \
151 __invalidate_metapages((ip), addressDXD(&(dxd)), lengthDXD(&(dxd)))
152 #define invalidate_xad_metapages(ip, xad) \
153 __invalidate_metapages((ip), addressXAD(&(xad)), lengthXAD(&(xad)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dbitops.h25 strexb ip, r2, [r1] variable
26 cmp ip, #0 variable
38 save_and_disable_irqs ip
42 restore_irqs ip
58 save_and_disable_irqs ip
64 restore_irqs ip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c78 DB_THREAD_INFO *ip; local
87 ENV_ENTER(env, ip);
119 if ((ret = __txn_begin(env, ip, NULL, &txn, 0)) != 0)
132 ret = __db_associate(dbp, ip, txn, sdbp, callback, flags);
141 ENV_LEAVE(env, ip);
226 DB_THREAD_INFO *ip; local
243 ENV_ENTER(env, ip);
260 ENV_LEAVE(env, ip);
277 DB_THREAD_INFO *ip; local
286 ENV_ENTER(env, ip);
451 DB_THREAD_INFO *ip; local
583 DB_THREAD_INFO *ip; local
639 DB_THREAD_INFO *ip; local
892 DB_THREAD_INFO *ip; local
976 DB_THREAD_INFO *ip; local
1069 DB_THREAD_INFO *ip; local
1338 DB_THREAD_INFO *ip; local
1522 DB_THREAD_INFO *ip; local
1672 DB_THREAD_INFO *ip; local
1752 DB_THREAD_INFO *ip; local
1841 DB_THREAD_INFO *ip; local
1887 DB_THREAD_INFO *ip; local
1932 DB_THREAD_INFO *ip; local
1970 DB_THREAD_INFO *ip; local
2045 DB_THREAD_INFO *ip; local
2079 DB_THREAD_INFO *ip; local
2275 DB_THREAD_INFO *ip; local
2326 DB_THREAD_INFO *ip; local
2436 DB_THREAD_INFO *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c528 const struct ipt_ip *ip,
536 match->print(ip, m, numeric);
567 flags = fw->ip.flags;
580 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
582 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
586 printf(FMT("%-5hu", "%hu "), fw->ip.proto);
592 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
600 if (fw->ip.invflags & IPT_INV_VIA_IN) {
606 if (fw->ip.iniface[0] != '\0') {
607 strcat(iface, fw->ip
527 print_match(const struct ipt_entry_match *m, const struct ipt_ip *ip, int numeric) argument
1047 print_match_save(const struct ipt_entry_match *e, const struct ipt_ip *ip) argument
1071 print_ip(const char *prefix, uint32_t ip, uint32_t mask, int invert) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables.c517 const struct ipt_ip *ip,
525 match->print(ip, m, numeric);
556 flags = fw->ip.flags;
569 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
571 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
575 printf(FMT("%-5hu", "%hu "), fw->ip.proto);
581 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
589 if (fw->ip.invflags & IPT_INV_VIA_IN) {
595 if (fw->ip.iniface[0] != '\0') {
596 strcat(iface, fw->ip
516 print_match(const struct ipt_entry_match *m, const struct ipt_ip *ip, int numeric) argument
1036 print_match_save(const struct ipt_entry_match *e, const struct ipt_ip *ip) argument
1060 print_ip(const char *prefix, uint32_t ip, uint32_t mask, int invert) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dprocess.c265 static inline int is_ra_save_ins(union mips_instruction *ip) argument
268 return (ip->i_format.opcode == sw_op || ip->i_format.opcode == sd_op) &&
269 ip->i_format.rs == 29 &&
270 ip->i_format.rt == 31;
273 static inline int is_jal_jalr_jr_ins(union mips_instruction *ip) argument
275 if (ip->j_format.opcode == jal_op)
277 if (ip->r_format.opcode != spec_op)
279 return ip->r_format.func == jalr_op || ip
282 is_sp_move_ins(union mips_instruction *ip) argument
294 union mips_instruction *ip = info->func; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm940.S52 mov ip, #0
53 mcr p15, 0, ip, c7, c5, 0 @ flush I cache
54 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
55 mcr p15, 0, ip, c7, c10, 4 @ drain WB
56 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
57 bic ip, ip, #0x00000005 @ .............c.p
58 bic ip, ip, #0x00001000 @ i-cache
59 mcr p15, 0, ip, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_pixarlog.c866 horizontalDifferenceF(float *ip, int n, int stride, uint16 *wp, uint16 *FromLT2) argument
880 r2 = wp[0] = CLAMP(ip[0]); g2 = wp[1] = CLAMP(ip[1]);
881 b2 = wp[2] = CLAMP(ip[2]);
886 ip += 3;
887 r1 = CLAMP(ip[0]); wp[0] = (r1-r2) & mask; r2 = r1;
888 g1 = CLAMP(ip[1]); wp[1] = (g1-g2) & mask; g2 = g1;
889 b1 = CLAMP(ip[2]); wp[2] = (b1-b2) & mask; b2 = b1;
892 r2 = wp[0] = CLAMP(ip[0]); g2 = wp[1] = CLAMP(ip[
921 horizontalDifference16(unsigned short *ip, int n, int stride, unsigned short *wp, uint16 *From14) argument
975 horizontalDifference8(unsigned char *ip, int n, int stride, unsigned short *wp, uint16 *From8) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c88 int gfs2_dir_get_new_buffer(struct gfs2_inode *ip, u64 block, argument
93 bh = gfs2_meta_new(ip->i_gl, block);
94 gfs2_trans_add_bh(ip->i_gl, bh, 1);
101 static int gfs2_dir_get_existing_buffer(struct gfs2_inode *ip, u64 block, argument
107 error = gfs2_meta_read(ip->i_gl, block, DIO_WAIT, &bh);
110 if (gfs2_metatype_check(GFS2_SB(&ip->i_inode), bh, GFS2_METATYPE_JD)) {
118 static int gfs2_dir_write_stuffed(struct gfs2_inode *ip, const char *buf, argument
124 error = gfs2_meta_inode_buffer(ip, &dibh);
128 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
130 if (ip
151 gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf, u64 offset, unsigned int size) argument
243 gfs2_dir_read_stuffed(struct gfs2_inode *ip, char *buf, u64 offset, unsigned int size) argument
269 gfs2_dir_read_data(struct gfs2_inode *ip, char *buf, u64 offset, unsigned int size, unsigned ra) argument
635 struct gfs2_inode *ip = GFS2_I(inode); local
722 struct gfs2_inode *ip = GFS2_I(inode); local
772 struct gfs2_inode *ip = GFS2_I(inode); local
1264 struct gfs2_inode *ip = GFS2_I(inode); local
1511 gfs2_dir_check(struct inode *dir, const struct qstr *name, const struct gfs2_inode *ip) argument
1545 struct gfs2_inode *ip = GFS2_I(inode); local
1600 struct gfs2_inode *ip = GFS2_I(inode); local
[all...]
H A Dquota.c301 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); local
317 bh_map.b_size = 1 << ip->i_inode.i_blkbits;
318 error = gfs2_block_map(&ip->i_inode, block, &bh_map, 0);
321 error = gfs2_meta_read(ip->i_gl, bh_map.b_blocknr, DIO_WAIT, &bh);
492 int gfs2_quota_hold(struct gfs2_inode *ip, u32 uid, u32 gid) argument
494 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
495 struct gfs2_alloc *al = ip->i_alloc;
500 gfs2_assert_warn(sdp, !test_bit(GIF_QD_LOCKED, &ip->i_flags)))
506 error = qdsb_get(sdp, QUOTA_USER, ip->i_inode.i_uid, qd);
512 error = qdsb_get(sdp, QUOTA_GROUP, ip
540 gfs2_quota_unhold(struct gfs2_inode *ip) argument
578 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); local
629 gfs2_adjust_quota(struct gfs2_inode *ip, loff_t loc, s64 change, struct gfs2_quota_data *qd, struct fs_disk_quota *fdq) argument
759 struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); local
857 struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); local
884 struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); local
925 gfs2_quota_lock(struct gfs2_inode *ip, u32 uid, u32 gid) argument
994 gfs2_quota_unlock(struct gfs2_inode *ip) argument
1041 gfs2_quota_check(struct gfs2_inode *ip, u32 uid, u32 gid) argument
1092 gfs2_quota_change(struct gfs2_inode *ip, s64 change, u32 uid, u32 gid) argument
1192 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); local
1363 struct gfs2_inode *ip; local
1520 struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Droutel8 # This script transforms the output of "ip" into more readable text.
9 # "ip" is the Linux-advanced-routing configuration tool part of the
13 test "X-h" = "X$1" && echo "Usage: $0 [tablenr [raw ip args...]]" && exit 64
17 ip route list table "$@" |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/testsuite/tests/
H A Dpolicer5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dnetwork.h62 #include <netinet/ip.h>
85 char *rep_inet_ntoa(struct in_addr ip);

Completed in 246 milliseconds

<<11121314151617181920>>