Searched refs:bodylen (Results 1 - 25 of 31) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpsoap.c36 const char * body, int bodylen)
49 + sizeof(afterbody) - 1 + bodylen );
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
93 int bodylen; local
97 bodylen = snprintf(body, sizeof(body), resp,
100 BuildSendAndCloseSoapResp(h, body, bodylen);
115 int bodylen; local
119 bodylen = snprintf(body, sizeof(body), resp,
122 BuildSendAndCloseSoapResp(h, body, bodylen);
35 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
137 int bodylen; local
159 int bodylen; local
184 int bodylen; local
222 int bodylen; local
268 int bodylen; local
476 int bodylen; local
607 int bodylen; local
902 int bodylen; local
948 int bodylen; local
1141 int bodylen; local
1208 int bodylen; local
1281 int bodylen; local
1437 int bodylen; local
1667 int bodylen; local
1789 int bodylen; local
1849 int bodylen; local
1910 int bodylen; local
1951 int bodylen; local
1977 int bodylen; local
2143 int bodylen; local
[all...]
H A Dupnphttp.h146 int bodylen);
159 const char * body, int bodylen);
H A Dupnphttp.c1032 int bodylen)
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1039 templen = sizeof(httpresphead) + 256 + bodylen;
1052 bodylen);
1110 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1113 tmp = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1117 h->res_buf_alloclen = h->res_buflen + bodylen;
1131 const char * body, int bodylen)
1133 int r = BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1135 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1030 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1129 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1142 BuildResp_upnphttp(struct upnphttp * h, const char * body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpsoap.c36 const char * body, int bodylen)
49 + sizeof(afterbody) - 1 + bodylen );
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
93 int bodylen; local
97 bodylen = snprintf(body, sizeof(body), resp,
100 BuildSendAndCloseSoapResp(h, body, bodylen);
115 int bodylen; local
119 bodylen = snprintf(body, sizeof(body), resp,
122 BuildSendAndCloseSoapResp(h, body, bodylen);
35 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
137 int bodylen; local
159 int bodylen; local
184 int bodylen; local
222 int bodylen; local
268 int bodylen; local
476 int bodylen; local
607 int bodylen; local
902 int bodylen; local
948 int bodylen; local
1141 int bodylen; local
1208 int bodylen; local
1281 int bodylen; local
1437 int bodylen; local
1667 int bodylen; local
1789 int bodylen; local
1849 int bodylen; local
1910 int bodylen; local
1951 int bodylen; local
1977 int bodylen; local
2143 int bodylen; local
[all...]
H A Dupnphttp.h146 int bodylen);
159 const char * body, int bodylen);
H A Dupnphttp.c1032 int bodylen)
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1039 templen = sizeof(httpresphead) + 256 + bodylen;
1052 bodylen);
1110 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1113 tmp = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1117 h->res_buf_alloclen = h->res_buflen + bodylen;
1131 const char * body, int bodylen)
1133 int r = BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1135 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1030 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1129 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1142 BuildResp_upnphttp(struct upnphttp * h, const char * body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpsoap.c36 const char * body, int bodylen)
49 + sizeof(afterbody) - 1 + bodylen );
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
93 int bodylen; local
97 bodylen = snprintf(body, sizeof(body), resp,
100 BuildSendAndCloseSoapResp(h, body, bodylen);
115 int bodylen; local
119 bodylen = snprintf(body, sizeof(body), resp,
122 BuildSendAndCloseSoapResp(h, body, bodylen);
35 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
137 int bodylen; local
159 int bodylen; local
184 int bodylen; local
222 int bodylen; local
268 int bodylen; local
476 int bodylen; local
607 int bodylen; local
902 int bodylen; local
948 int bodylen; local
1141 int bodylen; local
1208 int bodylen; local
1281 int bodylen; local
1437 int bodylen; local
1667 int bodylen; local
1789 int bodylen; local
1849 int bodylen; local
1910 int bodylen; local
1951 int bodylen; local
1977 int bodylen; local
2143 int bodylen; local
[all...]
H A Dupnphttp.h146 int bodylen);
159 const char * body, int bodylen);
H A Dupnphttp.c1032 int bodylen)
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1039 templen = sizeof(httpresphead) + 256 + bodylen;
1052 bodylen);
1110 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1113 tmp = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1117 h->res_buf_alloclen = h->res_buflen + bodylen;
1131 const char * body, int bodylen)
1133 int r = BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1135 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1030 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1129 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1142 BuildResp_upnphttp(struct upnphttp * h, const char * body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h157 int bodylen);
170 const char * body, int bodylen);
H A Dupnpsoap.c121 int bodylen; local
124 bodylen = snprintf(body, sizeof(body), resp, errCode, errDesc);
125 BuildResp2_upnphttp(h, 500, "Internal Server Error", body, bodylen);
132 const char * body, int bodylen)
144 if (!body || bodylen < 0)
151 + sizeof(afterbody) - 1 + bodylen );
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
176 int bodylen; local
178 bodylen
131 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
201 int bodylen; local
223 int bodylen; local
244 int bodylen; local
269 int bodylen; local
298 int bodylen; local
317 int bodylen; local
362 int bodylen; local
1855 int bodylen; local
[all...]
H A Dupnphttp.c1144 int bodylen)
1158 templen = sizeof(httpresphead) + 256 + bodylen;
1168 bodylen);
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1199 const char * body, int bodylen)
1201 BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1142 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1197 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1211 BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h157 int bodylen);
170 const char * body, int bodylen);
H A Dupnpsoap.c121 int bodylen; local
124 bodylen = snprintf(body, sizeof(body), resp, errCode, errDesc);
125 BuildResp2_upnphttp(h, 500, "Internal Server Error", body, bodylen);
132 const char * body, int bodylen)
144 if (!body || bodylen < 0)
151 + sizeof(afterbody) - 1 + bodylen );
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
176 int bodylen; local
178 bodylen
131 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
201 int bodylen; local
223 int bodylen; local
244 int bodylen; local
269 int bodylen; local
298 int bodylen; local
317 int bodylen; local
362 int bodylen; local
1855 int bodylen; local
[all...]
H A Dupnphttp.c1144 int bodylen)
1158 templen = sizeof(httpresphead) + 256 + bodylen;
1168 bodylen);
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1199 const char * body, int bodylen)
1201 BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1142 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1197 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1211 BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h157 int bodylen);
170 const char * body, int bodylen);
H A Dupnpsoap.c121 int bodylen; local
124 bodylen = snprintf(body, sizeof(body), resp, errCode, errDesc);
125 BuildResp2_upnphttp(h, 500, "Internal Server Error", body, bodylen);
132 const char * body, int bodylen)
144 if (!body || bodylen < 0)
151 + sizeof(afterbody) - 1 + bodylen );
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
176 int bodylen; local
178 bodylen
131 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
201 int bodylen; local
223 int bodylen; local
244 int bodylen; local
269 int bodylen; local
298 int bodylen; local
317 int bodylen; local
362 int bodylen; local
1855 int bodylen; local
[all...]
H A Dupnphttp.c1144 int bodylen)
1158 templen = sizeof(httpresphead) + 256 + bodylen;
1168 bodylen);
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1199 const char * body, int bodylen)
1201 BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1142 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1197 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1211 BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap.h50 u8 *body, size_t bodylen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap.h50 u8 *body, size_t bodylen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_api.c348 int bodylen; local
378 bodylen = ntohs (hdr.msglen);
379 if (bodylen > 0)
383 rlen = readn (fd, buf, bodylen);
394 else if (rlen != bodylen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_api.c348 int bodylen; local
378 bodylen = ntohs (hdr.msglen);
379 if (bodylen > 0)
383 rlen = readn (fd, buf, bodylen);
394 else if (rlen != bodylen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_api.c348 int bodylen; local
378 bodylen = ntohs (hdr.msglen);
379 if (bodylen > 0)
383 rlen = readn (fd, buf, bodylen);
394 else if (rlen != bodylen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dmessage.c201 int bodylen; local
232 DO_NTOHS(bodylen, packet + 2);
234 if(bodylen + 4 > packetlen) {
236 bodylen, packetlen);
237 bodylen = packetlen - 4;
241 while(i < bodylen) {
250 if(i + 1 > bodylen) {
255 if(i + len > bodylen) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dmessage.c201 int bodylen; local
232 DO_NTOHS(bodylen, packet + 2);
234 if(bodylen + 4 > packetlen) {
236 bodylen, packetlen);
237 bodylen = packetlen - 4;
241 while(i < bodylen) {
250 if(i + 1 > bodylen) {
255 if(i + len > bodylen) {

Completed in 182 milliseconds

12