Searched refs:tlen (Results 126 - 150 of 309) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_reclaim.c118 db_indx_t indx, len, off, tlen, top; local
190 tlen = LEN_HDATA(dbp, p, 0, indx);
192 for (off = 0; off < tlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dxdr3.h70 unsigned int tlen; member in struct:nfsd3_renameargs
82 unsigned int tlen; member in struct:nfsd3_linkargs
90 unsigned int tlen; member in struct:nfsd3_symlinkargs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_reclaim.c118 db_indx_t indx, len, off, tlen, top; local
190 tlen = LEN_HDATA(dbp, p, 0, indx);
192 for (off = 0; off < tlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_reclaim.c118 db_indx_t indx, len, off, tlen, top; local
190 tlen = LEN_HDATA(dbp, p, 0, indx);
192 for (off = 0; off < tlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_verify.c353 child.tlen = hop.tlen; /* This will get checked later. */
642 child->pgno, child->tlen,
818 db_indx_t dlen, len, tlen; local
958 for (tlen = 0; tlen + sizeof(db_indx_t) < len;
959 tlen += dlen + 2 * sizeof(db_indx_t)) {
966 if (tlen != 0) {
972 p = HKEYDATA_DATA(hk) + tlen;
979 if (dlen + tlen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_verify.c353 child.tlen = hop.tlen; /* This will get checked later. */
642 child->pgno, child->tlen,
818 db_indx_t dlen, len, tlen; local
958 for (tlen = 0; tlen + sizeof(db_indx_t) < len;
959 tlen += dlen + 2 * sizeof(db_indx_t)) {
966 if (tlen != 0) {
972 p = HKEYDATA_DATA(hk) + tlen;
979 if (dlen + tlen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_verify.c353 child.tlen = hop.tlen; /* This will get checked later. */
642 child->pgno, child->tlen,
818 db_indx_t dlen, len, tlen; local
958 for (tlen = 0; tlen + sizeof(db_indx_t) < len;
959 tlen += dlen + 2 * sizeof(db_indx_t)) {
966 if (tlen != 0) {
972 p = HKEYDATA_DATA(hk) + tlen;
979 if (dlen + tlen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/tests/
H A Dcavs_driver.pl1116 my $tlen = shift;
1134 die "Hash output size $tlen is not supported!"
1135 if(!defined($hashtype{$tlen}));
1139 $out .= "Tlen = $tlen\n";
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
1659 my $tlen = "";
1932 if ($tlen ne "");
1933 $tlen=$1;
2068 if ($klen ne "" && $tlen n
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/tests/
H A Dcavs_driver.pl1116 my $tlen = shift;
1134 die "Hash output size $tlen is not supported!"
1135 if(!defined($hashtype{$tlen}));
1139 $out .= "Tlen = $tlen\n";
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
1659 my $tlen = "";
1932 if ($tlen ne "");
1933 $tlen=$1;
2068 if ($klen ne "" && $tlen n
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/tests/
H A Dcavs_driver.pl1116 my $tlen = shift;
1134 die "Hash output size $tlen is not supported!"
1135 if(!defined($hashtype{$tlen}));
1139 $out .= "Tlen = $tlen\n";
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
1659 my $tlen = "";
1932 if ($tlen ne "");
1933 $tlen=$1;
2068 if ($klen ne "" && $tlen n
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c393 * @tlen: the packet length
401 int has_grh, void *data, u32 tlen, struct ipath_qp *qp)
489 if (unlikely(tlen < (hdrsize + pad + 4))) {
494 tlen -= hdrsize + pad + 4;
498 (tlen != 256 ||
501 (tlen != 256 ||
511 wc.byte_len = tlen + sizeof(struct ib_grh);
400 ipath_ud_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, int has_grh, void *data, u32 tlen, struct ipath_qp *qp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_driver.c319 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
343 tlen = qib_hdrget_length_in_bytes(rhf_addr);
350 if (tlen > sizeof(*hdr) ||
357 if (lrh_len != tlen) {
364 tlen > (dd->rcvhdrentsize - 2 + 1 -
377 qib_ib_rcv(rcd, hdr, ebuf, tlen);
H A Dqib_ud.c411 * @tlen: the packet length
419 int has_grh, void *data, u32 tlen, struct qib_qp *qp)
443 if (unlikely(tlen < (hdrsize + pad + 4))) {
448 tlen -= hdrsize + pad + 4;
484 (tlen != 256 ||
493 if (tlen != 256 || (be16_to_cpu(hdr->lrh[0]) >> 12) != 15) {
528 wc.byte_len = tlen + sizeof(struct ib_grh);
418 qib_ud_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, int has_grh, void *data, u32 tlen, struct qib_qp *qp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_ud.c411 * @tlen: the packet length
419 int has_grh, void *data, u32 tlen, struct qib_qp *qp)
443 if (unlikely(tlen < (hdrsize + pad + 4))) {
448 tlen -= hdrsize + pad + 4;
484 (tlen != 256 ||
493 if (tlen != 256 || (be16_to_cpu(hdr->lrh[0]) >> 12) != 15) {
528 wc.byte_len = tlen + sizeof(struct ib_grh);
418 qib_ud_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, int has_grh, void *data, u32 tlen, struct qib_qp *qp) argument
H A Dqib_driver.c319 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
343 tlen = qib_hdrget_length_in_bytes(rhf_addr);
350 if (tlen > sizeof(*hdr) ||
357 if (lrh_len != tlen) {
364 tlen > (dd->rcvhdrentsize - 2 + 1 -
377 qib_ib_rcv(rcd, hdr, ebuf, tlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_ud.c393 * @tlen: the packet length
401 int has_grh, void *data, u32 tlen, struct ipath_qp *qp)
489 if (unlikely(tlen < (hdrsize + pad + 4))) {
494 tlen -= hdrsize + pad + 4;
498 (tlen != 256 ||
501 (tlen != 256 ||
511 wc.byte_len = tlen + sizeof(struct ib_grh);
400 ipath_ud_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, int has_grh, void *data, u32 tlen, struct ipath_qp *qp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_compare.c143 return (__db_moff(dbc, dbt, bo->pgno, bo->tlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_verify.h193 u_int32_t tlen; /* ovfl. item total size */ member in struct:__vrfy_childinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_compare.c143 return (__db_moff(dbc, dbt, bo->pgno, bo->tlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_verify.h193 u_int32_t tlen; /* ovfl. item total size */ member in struct:__vrfy_childinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_compare.c143 return (__db_moff(dbc, dbt, bo->pgno, bo->tlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_verify.h193 u_int32_t tlen; /* ovfl. item total size */ member in struct:__vrfy_childinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ar9170/
H A Dmain.c934 unsigned int i, tlen, resplen, wlen = 0, clen = 0; local
938 tlen = skb->len;
940 while (tlen >= 4) {
962 if (ar->rx_failover_missing > tlen) {
971 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen);
972 ar->rx_failover_missing -= tlen;
993 if (wlen > tlen - 4) {
1010 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c934 unsigned int i, tlen, resplen, wlen = 0, clen = 0; local
938 tlen = skb->len;
940 while (tlen >= 4) {
962 if (ar->rx_failover_missing > tlen) {
971 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen);
972 ar->rx_failover_missing -= tlen;
993 if (wlen > tlen - 4) {
1010 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dhttpd.h138 int len, tlen; // actually / total
158 int len, tlen; // actually / total member in struct:kw_s

Completed in 178 milliseconds

1234567891011>>