Searched refs:v4 (Results 76 - 100 of 255) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c75 static int ipv4_from_asc(unsigned char *v4, const char *in);
1154 static int ipv4_from_asc(unsigned char *v4, const char *in) argument
1162 v4[0] = a0;
1163 v4[1] = a1;
1164 v4[2] = a2;
1165 v4[3] = a3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmlpdsp_armv5te.S37 CO3 .req v4
444 CO3 .req v4
541 cmp v4, #5
585 teq v4, #1
587 teqne v4, #5
588 teqne v4, #7
H A Dmlpdsp_armv6.S98 DAT3 .req v4
239 DAT3 .req v4
350 DAT3 .req v4
H A Ddcadsp_vfp.S213 SCALEINT .req v4 @ only used in softfp case
H A Dstartcode_armv6.S32 DAT3 .req v4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_asn1.c124 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0; local
292 v4);
345 v4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_asn1.c124 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0; local
292 v4);
345 v4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dinput.c784 hash = sctp_ep_hashfn(ntohs(laddr->v4.sin_port));
875 hash = sctp_assoc_hashfn(ntohs(local->v4.sin_port), ntohs(peer->v4.sin_port));
1023 af = sctp_get_af_specific(param_type2af(param->v4.param_hdr.type));
H A Dprobe.c155 printl("%pI4 ", &sp->ipaddr.v4.sin_addr);
H A Dsocket.c350 snum = ntohs(addr->v4.sin_port);
391 addr->v4.sin_port = htons(snum);
557 af = sctp_get_af_specific(addr->v4.sin_family);
594 af = sctp_get_af_specific(addr->v4.sin_family);
659 if (sa_addr->v4.sin_port != htons(bp->port)) {
734 af = sctp_get_af_specific(laddr->v4.sin_family);
776 af = sctp_get_af_specific(laddr->v4.sin_family);
1019 port = ntohs(sa_addr->v4.sin_port);
3765 /* Map ipv4 address into v4-mapped-on-v6 address. */
4362 if (!temp.v4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconvert.c931 v4 = CHECK_FOR_FILE;
942 return &v4;
929 v4 = CHECK_FOR_FILE; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h239 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
H A Dt4_hw.c1722 * @v4: holds the TCP/IP counter values
1726 * Either @v4 or @v6 may be %NULL to skip the corresponding stats.
1728 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, argument
1737 if (v4) {
1740 v4->tcpOutRsts = STAT(OUT_RST);
1741 v4->tcpInSegs = STAT64(IN_SEG);
1742 v4->tcpOutSegs = STAT64(OUT_SEG);
1743 v4->tcpRetransSegs = STAT64(RXT_SEG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-feroceon.S502 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
503 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
505 mcr p15, 0, r0, c8, c7 @ invalidate I,D TLBs on v4
510 mrc p15, 0, r0, c1, c0 @ get control register v4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dcacheflush.h41 # define _CACHE v4
H A Dtlbflush.h62 * v4 - ARMv4 without write buffer
66 * fa - Faraday (v4 with write buffer with UTLB and branch target buffer (BTB))
96 # define _TLB v4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h1467 #define wxCONSTRUCTOR_5(klass,t0,v0,t1,v1,t2,v2,t3,v3,t4,v4) \
1470 const wxChar *klass::ms_constructorProperties[] = { wxT(#v0) , wxT(#v1) , wxT(#v2) , wxT(#v3) , wxT(#v4) } ; \
1493 #define wxCONSTRUCTOR_6(klass,t0,v0,t1,v1,t2,v2,t3,v3,t4,v4,t5,v5) \
1496 const wxChar *klass::ms_constructorProperties[] = { wxT(#v0) , wxT(#v1) , wxT(#v2) , wxT(#v3) , wxT(#v4) , wxT(#v5) } ; \
1518 #define wxDIRECT_CONSTRUCTOR_6(klass,t0,v0,t1,v1,t2,v2,t3,v3,t4,v4,t5,v5) \
1521 const wxChar *klass::ms_constructorProperties[] = { wxT(#v0) , wxT(#v1) , wxT(#v2) , wxT(#v3) , wxT(#v4) , wxT(#v5) } ; \
1545 #define wxCONSTRUCTOR_7(klass,t0,v0,t1,v1,t2,v2,t3,v3,t4,v4,t5,v5,t6,v6) \
1548 const wxChar *klass::ms_constructorProperties[] = { wxT(#v0) , wxT(#v1) , wxT(#v2) , wxT(#v3) , wxT(#v4) , wxT(#v5) , wxT(#v6) } ; \
1573 #define wxCONSTRUCTOR_8(klass,t0,v0,t1,v1,t2,v2,t3,v3,t4,v4,t5,v5,t6,v6,t7,v7) \
1576 const wxChar *klass::ms_constructorProperties[] = { wxT(#v0) , wxT(#v1) , wxT(#v2) , wxT(#v3) , wxT(#v4) , wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dconntrack.c879 uint32_t v4; member in union:ct_address
890 address->v4 = parse.addr.s_addr;
946 nfct_set_attr_u32(tmpl.ct, ATTR_SNAT_IPV4, parse.v4);
948 nfct_set_attr_u32(tmpl.ct, ATTR_DNAT_IPV4, parse.v4);
1759 ad.v4);
1781 ad.v4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.sub109 os=-sco3.2v4
117 # Don't forget version if it is 3.2v4 or newer.
352 i[3456]86v4*)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.sub109 os=-sco3.2v4
117 # Don't forget version if it is 3.2v4 or newer.
352 i[3456]86v4*)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h73 struct sockaddr_in v4; member in union:sctp_addr
454 struct sctp_ipv4addr_param v4; member in union:sctp_addr_param
468 struct sctp_ipv4addr_param *v4; member in union:sctp_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c4355 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; local
4376 v4 = 0x44; v5 = 0x42;
4379 v4 = 0x68; v5 = 0x43; /* Assume 125Mhz ECLK */
4387 v4 = bios[rindex++];
4395 outSISIDXREG(SISSR, 0x2e, v4);
4406 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a;
4413 v4 = bios[memtype + 24];
4424 outSISIDXREG(SISSR, 0x18, v4);
4469 v4 = 0x00; v5 = 0x00; v6 = 0x10;
4471 v4
4937 u8 v1, v2, v3, v4, v5, reg, ramtype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp3019 unsigned char *v4 = data[y2] + (3 * x1); local
3027 w3 * *(v3++) + w4 * *(v4++)) /
3031 w3 * *(v3++) + w4 * *(v4++)) /
3035 w3 * *v3 + w4 * *v4) /
3043 v4 = alpha[y2] + (x1);
3047 w3 * *v3 + w4 * *v4) /

Completed in 182 milliseconds

1234567891011