Searched refs:ip2 (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A DMakefile5 obj-$(CONFIG_COMPUTONE) += ip2.o
7 ip2-objs := ip2main.o
H A Dip2main.c38 // Compile defaults for io and irq are now set in ip2.c not ip2.h!
60 // Reload of ip2 without unloading ip2main hangs system on cat of /proc/modules
130 #include "ip2.h"
157 static const char pcDriver_name[] = "ip2";
302 in ip2.h any longer. That structure WILL get overridden
316 module_param_string(ip2, cmd, MAX_CMD_STR, 0);
317 MODULE_PARM_DESC(ip2, "Contains module parameter passed with 'ip2='");
467 /* This was the required entry point for all drivers (now in ip2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.l113 char * ip2 = strchr(ip1 + 7, '-') + 1;
114 char * acc = strchr(ip2 + 7, ',') + 1;
116 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)
135 char * ip2 = strchr(ip1 + 7, '-') + 1;
136 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)) {
H A DIPFilterScanner.cpp953 char * ip2 = strchr(ip1 + 7, '-') + 1; variable
954 char * acc = strchr(ip2 + 7, ',') + 1;
956 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)
981 char * ip2 = strchr(ip1 + 7, '-') + 1; variable
982 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepak.c139 char *ip0, *ip1, *ip2, *ip3; local
147 ip0 = ip1 = ip2 = ip3 = s->frame->data[0] +
152 ip2 = ip1 + s->frame->linesize[0];
154 ip3 = ip2 + s->frame->linesize[0];
190 ip3[0] = ip3[1] = ip2[0] = ip2[1] = p[6];
191 ip3[2] = ip3[3] = ip2[2] = ip2[3] = p[9];
197 memcpy(ip2 + 0, p, 3); memcpy(ip2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dbrowser.js20 function load4(Mydata,ip1,ip2,ip3,ip4) {
28 //ip2
33 ip2.value=ad;
H A Dutility.js391 var ip2 = new String("");
395 ip2.value = a[1];
399 if(checkIP(ip1,ip2,ip3,ip4,254)||(parseInt(ip4.value,10)==0))
611 function checkIP(ip1, ip2, ip3, ip4,max) {
613 if(checkIPMain(ip2,255)) return true;
618 (ip2.value.charAt(0)=="0" && ip2.value.length!=1) ||
624 ((parseInt(ip1.value)==0)&&(parseInt(ip2.value)==0)&&
634 var ip_addr = (ip1.value << 24) | (ip2.value << 16) | (ip3.value << 8) | (ip4.value);
645 function checkIPMatchWithNetmask(mask1,mask2,mask3,mask4,ip1, ip2, ip
[all...]
H A Dfuncs.js230 function checkIP(ip1, ip2, ip3, ip4,max)
233 if(checkIPMain(ip2,255)==false) return false;
236 if((parseInt(ip1)==0)||(parseInt(ip1)==0)&&(parseInt(ip2)==0)&&(parseInt(ip3)==0)&&(parseInt(ip4)==0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rename.c50 xfs_inode_t *ip2, /* in: inode of new entry, if it
68 if (ip2) {
70 i_tab[3] = ip2;
46 xfs_sort_for_rename( xfs_inode_t *dp1, xfs_inode_t *dp2, xfs_inode_t *ip1, xfs_inode_t *ip2, xfs_inode_t **i_tab, int *num_inodes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h211 #define ip_equal(ip1,ip2) ((ip1).s_addr == (ip2).s_addr)
212 #define ip_service_equal(ip1,ip2) ( ((ip1).ip.s_addr == (ip2).ip.s_addr) && ((ip1).port == (ip2).port) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_context.h47 __le32 ip2; member in struct:nes_qp_context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dsocket.c402 const char *ip2; local
405 ip2 = getip_string(sa2);
407 ret = strcmp(ip1, ip2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dcontrol.c211 char ip2[STRLEN]; local
917 strncpy (ip2, IPADDY (c->lac->remoteaddr), sizeof (ip2));
920 c->lac->remoteaddr ? ip2 : "");
1000 strncpy (ip2, IPADDY (c->addr), sizeof (ip2));
1004 po = add_opt (po, "%s:%s", c->lns->localaddr ? ip1 : "", ip2);
1061 strncpy (ip2, IPADDY (c->lac->remoteaddr), sizeof (ip2));
1063 c->lac->remoteaddr ? ip2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c356 static int ip_compare(struct in_addr *ip1, struct in_addr *ip2) argument
367 bits2 = matching_quad_bits((uchar *)&ip2->s_addr, (uchar *)&ip.s_addr);
376 if (iface_local(*ip2)) {
387 int ip_service_compare(struct ip_service *ip1, struct ip_service *ip2) argument
391 if ( (result = ip_compare(&ip1->ip, &ip2->ip)) != 0 )
394 if ( ip1->port > ip2->port )
397 if ( ip1->port < ip2->port )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DMakefile37 obj-$(CONFIG_COMPUTONE) += ip2/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c1493 BOOL same_net(struct in_addr ip1,struct in_addr ip2,struct in_addr mask) argument
1499 net2 = ntohl(ip2.s_addr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js608 var ip2=ip_array[1];
613 total += parseInt(ip2)*256*256;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js608 var ip2=ip_array[1];
613 total += parseInt(ip2)*256*256;

Completed in 317 milliseconds