Searched refs:hbuf (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdlcdrv.h202 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlcrx
217 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
318 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits);
325 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) {
332 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf);
334 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c453 dma_buf->hbuf.virt = pci_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL,
454 &dma_buf->hbuf.phys);
455 if (!dma_buf->hbuf.virt) {
462 pci_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt,
463 dma_buf->hbuf.phys);
486 pci_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys);
H A Dlpfc_sli.c1384 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1385 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
11209 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11230 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11231 list_del_init(&dmabuf->hbuf.list);
11269 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11275 list_del_init(&dmabuf->hbuf.list);
11295 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
11311 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
11320 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
[all...]
H A Dlpfc.h110 struct lpfc_dmabuf hbuf; member in struct:hbq_dmabuf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c167 while (!hdlcdrv_hbuf_empty(&s->hdlcrx.hbuf)) {
168 word = hdlcdrv_hbuf_get(&s->hdlcrx.hbuf);
267 if (hdlcdrv_hbuf_full(&s->hdlctx.hbuf)) {
271 hdlcdrv_hbuf_put(&s->hdlctx.hbuf, s->hdlctx.bitbuf);
441 s->hdlcrx.hbuf.rd = s->hdlcrx.hbuf.wr = 0;
445 s->hdlctx.hbuf.rd = s->hdlctx.hbuf.wr = 0;
634 spin_lock_init(&s->hdlcrx.hbuf.lock);
635 s->hdlcrx.hbuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_quick.c312 vchar_t *hbuf = NULL; /* for hash computing. */
378 hbuf = vmalloc(tlen);
379 if (hbuf == NULL) {
384 p = hbuf->v + iph2->nonce->l; /* retain the space for Ni_b */
388 * copy non-HASH payloads into hbuf, so that we can validate HASH.
472 memcpy(hbuf->v, iph2->nonce->v, iph2->nonce->l);
474 "HASH allocated:hbuf->l=%d actual:tlen=%d\n",
475 hbuf->l, tlen + iph2->nonce->l);
477 hbuf->l = iph2->nonce->l + tlen;
490 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
311 vchar_t *hbuf = NULL; /* for hash computing. */ local
821 vchar_t *hbuf = NULL; /* for hash computing. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duam.c429 static char hbuf[NI_MAXHOST]; local
432 if (getnameinfo(sa, sizeof(dsi->client), hbuf, sizeof(hbuf), NULL, 0, 0) == 0)
433 *buf = hbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c1257 char hbuf[NI_MAXHOST]; local
1325 if (inet_ntop(AF_INET6, &match->rpm_prefix, hbuf, sizeof(hbuf)))
1326 printf(",%s/%u", hbuf, match->rpm_matchlen);
1368 if (inet_ntop(AF_INET6, &use->rpu_prefix, hbuf,
1369 sizeof(hbuf)))
1370 printf("%s/%u/%u", hbuf, use->rpu_uselen,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
443 hbuf[0] = (unsigned char)(word); \
444 hbuf[1] = (unsigned char)((word) >> 8); \
445 check = crc32(check, hbuf, 2); \
450 hbuf[0] = (unsigned char)(word); \
451 hbuf[1] = (unsigned char)((word) >> 8); \
452 hbuf[2] = (unsigned char)((word) >> 16); \
453 hbuf[3] = (unsigned char)((word) >> 24); \
454 check = crc32(check, hbuf, 4); \
623 unsigned char hbuf[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
442 hbuf[0] = (unsigned char)(word); \
443 hbuf[1] = (unsigned char)((word) >> 8); \
444 check = crc32(check, hbuf, 2); \
449 hbuf[0] = (unsigned char)(word); \
450 hbuf[1] = (unsigned char)((word) >> 8); \
451 hbuf[2] = (unsigned char)((word) >> 16); \
452 hbuf[3] = (unsigned char)((word) >> 24); \
453 check = crc32(check, hbuf, 4); \
622 unsigned char hbuf[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c1558 char wbuf[32], hbuf[32]; local
1570 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, hbuf, 32, NULL, NULL);
1574 sprintf(hbuf, "%12.12e", height);
1576 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1582 png_write_chunk_data(png_ptr, (png_bytep)hbuf, png_strlen(hbuf));
1596 char wbuf[32], hbuf[32]; local
1602 png_strcpy(hbuf,(const char *)height);
1603 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1609 png_write_chunk_data(png_ptr, (png_bytep)hbuf, png_strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c609 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; local
610 if (getnameinfo(p->ai_addr, p->ai_addrlen, hbuf, sizeof(hbuf), sbuf,
612 fprintf(stderr, "host:%s port:%s\n", hbuf, sbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c1155 char buf[DBTBUFLEN], hbuf[DBTBUFLEN]; local
1177 hp = (u_int8_t *)hbuf; len-- > 0; ++p) {
1182 ret = callback(handle, hbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c959 char hbuf[NI_MAXHOST]; local
1059 hbuf, sizeof(hbuf))) {
1067 host = hbuf; /* use the hbuf for host name */
1089 Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf));
1093 Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf));
1096 host = hbuf; /* us
[all...]

Completed in 159 milliseconds