Searched refs:hdr_buf (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsamidec.c52 AVBPrint buf, hdr_buf; local
63 av_bprint_init(&hdr_buf, 0, AV_BPRINT_SIZE_UNLIMITED);
78 av_bprintf(&hdr_buf, "%s", buf.str);
95 res = avpriv_bprint_to_extradata(st->codec, &hdr_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dses.c343 unsigned char *hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL); local
345 if (!hdr_buf)
352 result = ses_recv_diag(sdev, 7, hdr_buf, INIT_ALLOC_SIZE);
356 page7_len = len = (hdr_buf[2] << 8) + hdr_buf[3] + 4;
420 kfree(hdr_buf);
482 unsigned char *buf = NULL, *hdr_buf, *type_ptr; local
506 hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL);
507 if (!hdr_buf || !ses_dev)
510 result = ses_recv_diag(sdev, 1, hdr_buf, INIT_ALLOC_SIZ
[all...]
H A Dlibiscsi_tcp.c391 tcp_conn->in.hdr_buf, sizeof(struct iscsi_hdr),
792 hdr = (struct iscsi_hdr *) tcp_conn->in.hdr_buf;
800 if (sizeof(*hdr) + ahslen > sizeof(tcp_conn->in.hdr_buf))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibiscsi_tcp.h60 uint32_t hdr_buf[64]; member in struct:iscsi_tcp_recv
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c216 #define hdr_buf bb_common_bufsiz1 macro
928 hdr_cnt = safe_read(0, hdr_buf, sizeof(hdr_buf));
931 hdr_ptr = hdr_buf;
1140 * hdr_buf is for network -> CGI data (POSTDATA) */
1212 count = bodyLen > (int)sizeof(hdr_buf) ? (int)sizeof(hdr_buf) : bodyLen;
1213 count = safe_read(0, hdr_buf, count);
1216 hdr_ptr = hdr_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c1581 char hdr_buf[512]; local
1710 sprintf(hdr_buf, "Content-Length: %jd\r\n"
1718 sprintf(hdr_buf, "Content-Length: %jd\r\n"
1727 sprintf(hdr_buf, "Content-Length: %jd\r\n", total);
1729 strcat(header, hdr_buf);
1761 sprintf(hdr_buf, "CaptionInfo.sec: http://%s:%d/Captions/%lld.srt\r\n",
1763 strcat(header, hdr_buf);
1769 sprintf(hdr_buf, "Accept-Ranges: bytes\r\n"
1777 strcat(header, hdr_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.c1547 struct eth1394hdr hdr_buf; local
1572 memcpy(&hdr_buf, skb->data, sizeof(hdr_buf));
1575 proto = hdr_buf.h_proto;
1580 if (memcmp(hdr_buf.h_dest, dev->broadcast, ETH1394_ALEN) == 0 ||
1592 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest);
1653 ether1394_header(skb, dev, ntohs(hdr_buf.h_proto),
1654 hdr_buf.h_dest, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dnet.c1210 struct fwnet_header hdr_buf; local
1233 memcpy(&hdr_buf, skb->data, sizeof(hdr_buf));
1234 skb_pull(skb, sizeof(hdr_buf));
1236 proto = hdr_buf.h_proto;
1246 if (memcmp(hdr_buf.h_dest, net->broadcast, FWNET_ALEN) == 0
1258 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpvkfmt.c262 unsigned char hdr_buf[16], *buf = NULL; local
266 if (BIO_read(in, hdr_buf, 16) != 16) {
270 p = hdr_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpvkfmt.c262 unsigned char hdr_buf[16], *buf = NULL; local
266 if (BIO_read(in, hdr_buf, 16) != 16) {
270 p = hdr_buf;

Completed in 110 milliseconds