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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.c1656 char hdr_buf[512]; local
1798 sprintf(hdr_buf, "Content-Length: %jd\r\n"
1806 sprintf(hdr_buf, "Content-Length: %jd\r\n"
1815 sprintf(hdr_buf, "Content-Length: %jd\r\n", total);
1817 strcat(header, hdr_buf);
1849 sprintf(hdr_buf, "CaptionInfo.sec: http://%s:%d/Captions/%lld.srt\r\n",
1851 strcat(header, hdr_buf);
1857 sprintf(hdr_buf, "Accept-Ranges: bytes\r\n"
1865 strcat(header, hdr_buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c1557 struct eth1394hdr hdr_buf; local
1582 memcpy(&hdr_buf, skb->data, sizeof(hdr_buf));
1585 proto = hdr_buf.h_proto;
1590 if (memcmp(hdr_buf.h_dest, dev->broadcast, ETH1394_ALEN) == 0 ||
1602 __be64 guid = get_unaligned((u64 *)hdr_buf.h_dest);
1664 ether1394_header(skb, dev, ntohs(hdr_buf.h_proto),
1665 hdr_buf.h_dest, NULL, 0);

Completed in 184 milliseconds