Searched refs:ip (Results 226 - 250 of 1861) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_NETMAP.c73 struct in_addr *ip; local
82 ip = dotted_to_addr(arg);
83 if (!ip)
86 range->min_ip = ip->s_addr;
89 ip = dotted_to_mask(slash+1);
90 if (!ip)
93 netmask = ip->s_addr;
152 print(const struct ipt_ip *ip, argument
174 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) argument
177 print(ip, targe
[all...]
H A Dlibipt_SAME.c24 " Don't use destination-ip in\n"
57 struct in_addr *ip; local
65 ip = dotted_to_addr(arg);
66 if (!ip)
69 range->min_ip = ip->s_addr;
72 ip = dotted_to_addr(dash+1);
73 if (!ip)
77 range->max_ip = ip->s_addr;
151 print(const struct ipt_ip *ip, argument
188 save(const struct ipt_ip *ip, cons argument
[all...]
H A Dlibipt_iprange.c17 "[!] --src-range ip-ip Match source IP in the specified range\n"
18 "[!] --dst-range ip-ip Match destination IP in the specified range\n"
33 struct in_addr *ip; local
39 ip = dotted_to_addr(arg);
40 if (!ip)
43 range->min_ip = ip->s_addr;
46 ip = dotted_to_addr(dash+1);
47 if (!ip)
125 print(const struct ipt_ip *ip, const struct ipt_entry_match *match, int numeric) argument
147 save(const struct ipt_ip *ip, const struct ipt_entry_match *match) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_imap.c296 * ip - pointer to incore inode to be initialized from disk.
304 int diRead(struct inode *ip) argument
306 struct jfs_sb_info *sbi = JFS_SBI(ip->i_sb);
319 jfs_info("diRead: ino = %ld", ip->i_ino);
322 JFS_IP(ip)->ipimap = ipimap;
325 iagno = INOTOIAG(ip->i_ino);
340 ino = ip->i_ino & (INOSPERIAG - 1);
388 if (ip->i_ino != le32_to_cpu(dp->di_number)) {
389 jfs_error(ip->i_sb, "diRead: i_ino != di_number");
395 rc = copy_from_dinode(dp, ip);
434 struct inode *ip; local
517 diWriteSpecial(struct inode *ip, int secondary) argument
562 diFreeSpecial(struct inode *ip) argument
599 diWrite(tid_t tid, struct inode *ip) argument
863 diFree(struct inode *ip) argument
1316 diInitInode(struct inode *ip, int iagno, int ino, int extno, struct iag * iagp) argument
1344 diAlloc(struct inode *pip, bool dir, struct inode *ip) argument
1653 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) argument
1723 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) argument
1787 diAllocIno(struct inomap * imap, int agno, struct inode *ip) argument
1912 diAllocExt(struct inomap * imap, int agno, struct inode *ip) argument
3012 struct inode *ip; local
3059 copy_from_dinode(struct dinode * dip, struct inode *ip) argument
3143 copy_to_dinode(struct dinode * dip, struct inode *ip) argument
[all...]
H A Djfs_dtree.c152 static int dtSplitUp(tid_t tid, struct inode *ip,
155 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split,
158 static int dtExtendPage(tid_t tid, struct inode *ip,
161 static int dtSplitRoot(tid_t tid, struct inode *ip,
164 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
167 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
169 static int dtReadFirst(struct inode *ip, struct btstack * btstack);
171 static int dtReadNext(struct inode *ip,
249 static struct dir_table_slot *find_index(struct inode *ip, u32 index, argument
252 struct jfs_inode_info *jfs_ip = JFS_IP(ip);
304 lock_index(tid_t tid, struct inode *ip, struct metapage * mp, u32 index) argument
334 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) argument
496 free_index(tid_t tid, struct inode *ip, u32 index, u32 next) argument
524 modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, int slot, struct metapage ** mp, s64 *lblock) argument
549 read_index(struct inode *ip, u32 index, struct dir_table_slot * dirtab_slot) argument
580 dtSearch(struct inode *ip, struct component_name * key, ino_t * data, struct btstack * btstack, int flag) argument
821 dtInsert(tid_t tid, struct inode *ip, struct component_name * name, ino_t * fsn, struct btstack * btstack) argument
930 dtSplitUp(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1330 dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rpxdp) argument
1642 dtExtendPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1875 dtSplitRoot(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp) argument
2082 dtDelete(tid_t tid, struct inode *ip, struct component_name * key, ino_t * ino, int flag) argument
2237 dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) argument
2445 dtRelocate(tid_t tid, struct inode *ip, s64 lmxaddr, pxd_t * opxd, s64 nxaddr) argument
2642 dtSearchNode(struct inode *ip, s64 lmxaddr, pxd_t * kpxd, struct btstack * btstack) argument
2747 dtRelink(tid_t tid, struct inode *ip, dtpage_t * p) argument
2826 dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) argument
3007 struct inode *ip = filp->f_path.dentry->d_inode; local
3335 dtReadFirst(struct inode *ip, struct btstack * btstack) argument
3407 dtReadNext(struct inode *ip, loff_t * offset, struct btstack * btstack) argument
4512 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_irc.c37 u_int32_t ip; local
56 ip = ntohl(exp->master->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip);
57 sprintf(buffer, "%u %u", ip, port);
59 buffer, &ip, port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dprofile.h51 void profile_hits(int type, void *ip, unsigned int nr_hits);
56 static inline void profile_hit(int type, void *ip) argument
62 profile_hits(type, ip, 1);
104 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) argument
109 static inline void profile_hit(int type, void *ip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c99 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
101 static int init_server_long(int *sock, int port,char *ip, int type);
103 static int host_ip(char *str, unsigned char ip[4]);
233 unsigned char ip[4]; local
236 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
256 ((unsigned long)ip[0]<<24L)|
257 ((unsigned long)ip[1]<<16L)|
258 ((unsigned long)ip[
322 init_server_long(int *sock, int port, char *ip, int type) argument
472 extract_host_port(char *str, char **host_ptr, unsigned char *ip, short *port_ptr) argument
497 host_ip(char *str, unsigned char ip[4]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm1022.S88 mov ip, #0
89 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches
90 mcr p15, 0, ip, c7, c10, 4 @ drain WB
92 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
94 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
95 bic ip, ip, #0x000f @ ............wcam
96 bic ip, ip, #0x1100 @ ...i...s........
97 mcr p15, 0, ip, c
[all...]
H A Dproc-arm1026.S88 mov ip, #0
89 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches
90 mcr p15, 0, ip, c7, c10, 4 @ drain WB
92 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
94 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
95 bic ip, ip, #0x000f @ ............wcam
96 bic ip, ip, #0x1100 @ ...i...s........
97 mcr p15, 0, ip, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dmpoa_proc.c231 unsigned char ip[4]; local
239 ip, ip+1, ip+2, ip+3) == 4) {
240 ipaddr = *(__be32 *)ip;
245 ip, ip+1, ip+2, ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Ddlmfs.c138 struct dlmfs_inode_private *ip; local
161 ip = DLMFS_I(inode);
163 status = user_dlm_cluster_lock(&ip->ip_lockres, level, flags);
184 struct dlmfs_inode_private *ip = DLMFS_I(inode); local
196 user_dlm_cluster_unlock(&ip->ip_lockres, level);
228 struct dlmfs_inode_private *ip = DLMFS_I(inode); local
230 poll_wait(file, &ip->ip_lockres.l_event, wait);
232 spin_lock(&ip->ip_lockres.l_lock);
233 if (ip->ip_lockres.l_flags & USER_LOCK_BLOCKED)
235 spin_unlock(&ip
334 struct dlmfs_inode_private *ip = local
345 struct dlmfs_inode_private *ip; local
362 struct dlmfs_inode_private *ip; local
398 struct dlmfs_inode_private *ip; local
423 struct dlmfs_inode_private *ip; local
488 struct dlmfs_inode_private *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1c_9x.c151 c->ip = c->in = in;
157 ii = c->ip; /* point to start of literal run */
180 printf("%5ld: %5d len:%3d off:%5d\n", (c->ip-c->look)-in, c->look,
184 assert(c->ip - c->look >= in);
186 ii = c->ip - c->look;
187 assert(ii + lit == c->ip - c->look);
188 assert(swd->b_char == *(c->ip - c->look));
197 assert(c->ip - c->look - m_off >= in);
198 assert(c->ip - c->look - m_off + m_len < c->ip);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c38 DB_THREAD_INFO *ip; local
47 ip = ((DB_TXNHEAD *)info)->thread_info;
53 REC_INTRO(__bam_split_read, ip, 0);
76 REC_FGET(mpf, ip, argp->left, &lp, right);
77 right: REC_FGET(mpf, ip, argp->right, &rp, redo);
88 REC_FGET(mpf, ip, root_pgno, &pp, do_left);
142 REC_DIRTY(mpf, ip, file_dbp->priority, &lp);
146 ip, lp, file_dbp->priority)) != 0)
152 REC_DIRTY(mpf, ip, file_dbp->priority, &rp);
156 ip, r
339 DB_THREAD_INFO *ip; local
450 DB_THREAD_INFO *ip; local
520 DB_THREAD_INFO *ip; local
604 DB_THREAD_INFO *ip; local
676 DB_THREAD_INFO *ip; local
785 DB_THREAD_INFO *ip; local
849 DB_THREAD_INFO *ip; local
911 DB_THREAD_INFO *ip; local
996 DB_THREAD_INFO *ip; local
1101 DB_THREAD_INFO *ip; local
1279 DB_THREAD_INFO *ip; local
1456 DB_THREAD_INFO *ip; local
1546 DB_THREAD_INFO *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_SAME.c24 " Don't use destination-ip in\n"
42 const struct in_addr *ip; local
53 ip = xtables_numeric_to_ipaddr(arg);
54 if (!ip)
57 range->min_ip = ip->s_addr;
60 ip = xtables_numeric_to_ipaddr(dash+1);
61 if (!ip)
65 range->max_ip = ip->s_addr;
103 static void SAME_print(const void *ip, const struct xt_entry_target *target, argument
134 static void SAME_save(const void *ip, cons argument
[all...]
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
212 DNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
228 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
212 SNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
228 SNAT_save(const void *ip, const struct xt_entry_target *target) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_truncate.c34 DB_THREAD_INFO *ip; local
51 ENV_ENTER(env, ip);
89 if ((ret = __txn_begin(env, ip, NULL, &txn, 0)) != 0)
98 ret = __db_truncate(dbp, ip, txn, countp);
108 ENV_LEAVE(env, ip);
120 __db_truncate(dbp, ip, txn, countp)
122 DB_THREAD_INFO *ip;
145 if ((ret = __db_truncate(sdbp, ip, txn, &scount)) != 0)
156 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c302 rawpacket->ip.ip_dst.s_addr = INADDR_BROADCAST;
307 rawpacket->ip.ip_dst.s_addr = mess->yiaddr.s_addr;
310 rawpacket->ip.ip_p = IPPROTO_UDP;
311 rawpacket->ip.ip_src.s_addr = iface_addr.s_addr;
312 rawpacket->ip.ip_len = htons(sizeof(struct ip) +
315 rawpacket->ip.ip_hl = sizeof(struct ip) / 4;
316 rawpacket->ip.ip_v = IPVERSION;
317 rawpacket->ip
507 char *ip, *cp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dinftlmount.c53 struct INFTLPartition *ip; local
195 ip = &mh->Partitions[i];
196 ip->virtualUnits = le32_to_cpu(ip->virtualUnits);
197 ip->firstUnit = le32_to_cpu(ip->firstUnit);
198 ip->lastUnit = le32_to_cpu(ip->lastUnit);
199 ip->flags = le32_to_cpu(ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_iprange.c14 #include <linux/ip.h>
27 m = ntohl(iph->saddr) < ntohl(info->src_min.ip);
28 m |= ntohl(iph->saddr) > ntohl(info->src_max.ip);
34 &info->src_max.ip,
35 &info->src_max.ip);
40 m = ntohl(iph->daddr) < ntohl(info->dst_min.ip);
41 m |= ntohl(iph->daddr) > ntohl(info->dst_max.ip);
47 &info->dst_min.ip,
48 &info->dst_max.ip);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_SAME.c25 " Don't use destination-ip in\n"
43 const struct in_addr *ip; local
54 ip = xtables_numeric_to_ipaddr(arg);
55 if (!ip)
58 range->min_ip = ip->s_addr;
61 ip = xtables_numeric_to_ipaddr(dash+1);
62 if (!ip)
66 range->max_ip = ip->s_addr;
106 static void SAME_print(const void *ip, const struct xt_entry_target *target, argument
137 static void SAME_save(const void *ip, cons argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs.h220 #define VXFS_IS_TYPE(ip,type) (((ip)->vii_mode & VXFS_TYPE_MASK) == (type))
244 #define VXFS_IS_ORG(ip,org) ((ip)->vii_orgtype == (org))
245 #define VXFS_ISNONE(ip) VXFS_IS_ORG((ip), VXFS_ORG_NONE)
246 #define VXFS_ISEXT4(ip) VXFS_IS_ORG((ip), VXFS_ORG_EXT4)
247 #define VXFS_ISIMMED(ip) VXFS_IS_ORG((ip), VXFS_ORG_IMME
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dexport.c37 struct gfs2_inode *ip = GFS2_I(inode); local
43 fh[0] = cpu_to_be32(ip->i_no_formal_ino >> 32);
44 fh[1] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
45 fh[2] = cpu_to_be32(ip->i_no_addr >> 32);
46 fh[3] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF);
54 ip = GFS2_I(inode);
58 fh[4] = cpu_to_be32(ip->i_no_formal_ino >> 32);
59 fh[5] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
60 fh[6] = cpu_to_be32(ip->i_no_addr >> 32);
61 fh[7] = cpu_to_be32(ip
93 struct gfs2_inode *dip, *ip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Ddumpstack_64.c307 u8 *ip; local
315 ip = (u8 *)regs->ip - code_prologue;
316 if (ip < (u8 *)PAGE_OFFSET || probe_kernel_address(ip, c)) {
318 ip = (u8 *)regs->ip;
321 for (i = 0; i < code_len; i++, ip++) {
322 if (ip < (u8 *)PAGE_OFFSET ||
323 probe_kernel_address(ip,
336 is_valid_bugaddr(unsigned long ip) argument
[all...]

Completed in 171 milliseconds

1234567891011>>