Searched refs:v4 (Results 126 - 150 of 507) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dendpointola.c309 if (htons(ep->base.bind_addr.port) == laddr->v4.sin_port) {
336 rport = ntohs(paddr->v4.sin_port);
H A Dassociola.c550 ntohs(peer->ipaddr.v4.sin_port));
641 port = ntohs(addr->v4.sin_port);
1058 if ((htons(asoc->base.bind_addr.port) == laddr->v4.sin_port) &&
1059 (htons(asoc->peer.port) == paddr->v4.sin_port)) {
1324 ntohs(t->ipaddr.v4.sin_port));
1530 if ((asoc->base.bind_addr.port == ntohs(laddr->v4.sin_port)) &&
H A Dsm_make_chunk.c1700 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port ||
2423 /* v4 addresses are not allowed on v6-only socket */
2655 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
2722 af = sctp_get_af_specific(addr->v4.sin_family);
2740 af = sctp_get_af_specific(addr->v4.sin_family);
2776 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
2896 switch (addr_param->v4.param_hdr.type) {
2909 af = sctp_get_af_specific(param_type2af(addr_param->v4.param_hdr.type));
2985 memcpy(&addr.v4, sctp_source(asconf), sizeof(addr));
3073 length = ntohs(addr_param->v4
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509v3/
H A Dv3_utl.c75 static int ipv4_from_asc(unsigned char *v4, const char *in);
1149 static int ipv4_from_asc(unsigned char *v4, const char *in) argument
1157 v4[0] = a0;
1158 v4[1] = a1;
1159 v4[2] = a2;
1160 v4[3] = a3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_utl.c75 static int ipv4_from_asc(unsigned char *v4, const char *in);
1149 static int ipv4_from_asc(unsigned char *v4, const char *in) argument
1157 v4[0] = a0;
1158 v4[1] = a1;
1159 v4[2] = a2;
1160 v4[3] = a3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_utl.c75 static int ipv4_from_asc(unsigned char *v4, const char *in);
1149 static int ipv4_from_asc(unsigned char *v4, const char *in) argument
1157 v4[0] = a0;
1158 v4[1] = a1;
1159 v4[2] = a2;
1160 v4[3] = a3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/
H A Dgeneral.js16 var v4 = parseInt(RegExp.$4);
18 if(v1 < 256 && v2 < 256 && v3 < 256 && v4 < 256)
19 return v1*256*256*256+v2*256*256+v3*256+v4;
32 var v4 = parseInt(RegExp.$4);
33 return v1+"."+v2+"."+v3+"."+v4;
47 var v4 = parseInt(RegExp.$4);
49 if(v4 == 255 || !(v4 == 0 || (is1to0(v4) && v1 == 255 && v2 == 255 && v3 == 255)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A Dgeneral.js16 var v4 = parseInt(RegExp.$4);
18 if(v1 < 256 && v2 < 256 && v3 < 256 && v4 < 256)
19 return v1*256*256*256+v2*256*256+v3*256+v4;
32 var v4 = parseInt(RegExp.$4);
33 return v1+"."+v2+"."+v3+"."+v4;
47 var v4 = parseInt(RegExp.$4);
49 if(v4 == 255 || !(v4 == 0 || (is1to0(v4) && v1 == 255 && v2 == 255 && v3 == 255)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A Dgeneral.js16 var v4 = parseInt(RegExp.$4);
18 if(v1 < 256 && v2 < 256 && v3 < 256 && v4 < 256)
19 return v1*256*256*256+v2*256*256+v3*256+v4;
32 var v4 = parseInt(RegExp.$4);
33 return v1+"."+v2+"."+v3+"."+v4;
47 var v4 = parseInt(RegExp.$4);
49 if(v4 == 255 || !(v4 == 0 || (is1to0(v4) && v1 == 255 && v2 == 255 && v3 == 255)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/ppc/
H A Dswscale_altivec_template.c48 vector signed int v4 = vec_ld(offset + 48, val); local
52 vector signed int v34 = vec_perm(v3, v4, perm1);
53 vector signed int v45 = vec_perm(v4, v5, perm1);
71 vector signed int v4 = vec_ld(offset + 48, val); local
75 vector signed int v8 = vec_sra(v4, altivec_vectorShiftInt19);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libswscale/ppc/
H A Dswscale_altivec_template.c48 vector signed int v4 = vec_ld(offset + 48, val); local
52 vector signed int v34 = vec_perm(v3, v4, perm1);
53 vector signed int v45 = vec_perm(v4, v5, perm1);
71 vector signed int v4 = vec_ld(offset + 48, val); local
75 vector signed int v8 = vec_sra(v4, altivec_vectorShiftInt19);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libswscale/ppc/
H A Dswscale_altivec_template.c48 vector signed int v4 = vec_ld(offset + 48, val); local
52 vector signed int v34 = vec_perm(v3, v4, perm1);
53 vector signed int v45 = vec_perm(v4, v5, perm1);
71 vector signed int v4 = vec_ld(offset + 48, val); local
75 vector signed int v8 = vec_sra(v4, altivec_vectorShiftInt19);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_asn1.c124 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v7 = 0, v8 = 0; local
289 v4);
342 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dssl_asn1.c122 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; local
288 M_ASN1_I2D_len_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4,v4);
331 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dssl_asn1.c122 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; local
288 M_ASN1_I2D_len_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4,v4);
331 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dssl_asn1.c124 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v7 = 0, v8 = 0; local
289 v4);
342 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dssl_asn1.c124 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v7 = 0, v8 = 0; local
289 v4);
342 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dssl_asn1.c122 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; local
288 M_ASN1_I2D_len_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4,v4);
331 v4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dassociola.c550 ntohs(peer->ipaddr.v4.sin_port));
641 port = ntohs(addr->v4.sin_port);
1058 if ((htons(asoc->base.bind_addr.port) == laddr->v4.sin_port) &&
1059 (htons(asoc->peer.port) == paddr->v4.sin_port)) {
1324 ntohs(t->ipaddr.v4.sin_port));
1530 if ((asoc->base.bind_addr.port == ntohs(laddr->v4.sin_port)) &&
H A Dsm_make_chunk.c1700 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port ||
2423 /* v4 addresses are not allowed on v6-only socket */
2655 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
2722 af = sctp_get_af_specific(addr->v4.sin_family);
2740 af = sctp_get_af_specific(addr->v4.sin_family);
2776 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
2896 switch (addr_param->v4.param_hdr.type) {
2909 af = sctp_get_af_specific(param_type2af(addr_param->v4.param_hdr.type));
2985 memcpy(&addr.v4, sctp_source(asconf), sizeof(addr));
3073 length = ntohs(addr_param->v4
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dconvert.c944 v4 = CHECK_FOR_FILE;
955 return &v4;
942 v4 = CHECK_FOR_FILE; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dconvert.c944 v4 = CHECK_FOR_FILE;
955 return &v4;
942 v4 = CHECK_FOR_FILE; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dconvert.c944 v4 = CHECK_FOR_FILE;
955 return &v4;
942 v4 = CHECK_FOR_FILE; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A DmDNSPosix.c86 mDNSAddr.addr.ipv4 => mDNSAddr.ip.v4
225 ipAddr->ip.v4.NotAnInteger = sin->sin_addr.s_addr;
278 sin->sin_addr.s_addr = dst->ip.v4.NotAnInteger;
353 if ( (destAddr.ip.v4.NotAnInteger == 0) && (flags & MSG_MCAST) )
356 if (senderAddr.type == mDNSAddrType_IPv4) destAddr.ip.v4 = AllDNSLinkGroup;
807 // In the interim, we skip loopback interface only if we found at least one v4 interface to use
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A DmDNSPosix.c86 mDNSAddr.addr.ipv4 => mDNSAddr.ip.v4
225 ipAddr->ip.v4.NotAnInteger = sin->sin_addr.s_addr;
278 sin->sin_addr.s_addr = dst->ip.v4.NotAnInteger;
353 if ( (destAddr.ip.v4.NotAnInteger == 0) && (flags & MSG_MCAST) )
356 if (senderAddr.type == mDNSAddrType_IPv4) destAddr.ip.v4 = AllDNSLinkGroup;
807 // In the interim, we skip loopback interface only if we found at least one v4 interface to use

Completed in 406 milliseconds

1234567891011>>