Searched refs:req_buf (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_sreq.c57 struct atpbuf *req_buf; local
88 if (( req_buf = atp_alloc_buf()) == NULL ) {
91 atp_build_req_packet( req_buf, ah->atph_tid++, flags | ATP_TREQ, atpb );
92 memcpy( &req_buf->atpbuf_addr, atpb->atp_saddr,
99 req_buf->atpbuf_dlen );
102 bprint( req_buf->atpbuf_info.atpbuf_data, req_buf->atpbuf_dlen );
109 if ( netddp_sendto( ah->atph_socket, req_buf->atpbuf_info.atpbuf_data,
110 req_buf->atpbuf_dlen, 0, (struct sockaddr *) atpb->atp_saddr,
111 sizeof( struct sockaddr_at )) != req_buf
[all...]
H A Datp_rreq.c50 struct atpbuf *req_buf; /* for receiving request packet */ local
75 if (( req_buf = atp_alloc_buf()) == NULL ) {
82 req_buf->atpbuf_info.atpbuf_data, 1 )) < 0 ) {
83 atp_free_buf( req_buf );
87 memcpy( &req_hdr, req_buf->atpbuf_info.atpbuf_data + 1,
100 atp_free_buf( req_buf );
107 req_buf->atpbuf_info.atpbuf_data + ATP_HDRSIZE,
110 atp_free_buf( req_buf );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h41 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c83 if(h->req_buf)
84 free(h->req_buf);
131 line = h->req_buf;
132 /* TODO : check if req_buf, contentoff are ok */
133 while(line < (h->req_buf + h->req_contentoff))
357 while( (line < (h->req_buf + h->req_buflen)) &&
650 p = h->req_buf;
686 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
702 h->req_buflen = endbuf - h->req_buf;
706 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
[all...]
H A Dupnpsoap.c871 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1045 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1284 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.h84 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c127 free(h->req_buf);
175 line = h->req_buf;
176 /* TODO : check if req_buf, contentoff are ok */
177 while(line < (h->req_buf + h->req_contentoff))
541 while( (line < (h->req_buf + h->req_buflen)) &&
926 p = h->req_buf;
974 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
990 h->req_buflen = endbuf - h->req_buf;
994 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
1166 h->req_buf
[all...]
H A Dupnpsoap.c117 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
150 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
161 id = strstr(h->req_buf + h->req_contentoff, "<DeviceID");
194 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
232 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
274 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
313 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
356 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1320 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1540 ParseNameValue(h->req_buf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.h41 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c83 if(h->req_buf)
84 free(h->req_buf);
131 line = h->req_buf;
132 /* TODO : check if req_buf, contentoff are ok */
133 while(line < (h->req_buf + h->req_contentoff))
358 while( (line < (h->req_buf + h->req_buflen)) &&
651 p = h->req_buf;
687 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
703 h->req_buflen = endbuf - h->req_buf;
707 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
[all...]
H A Dupnpsoap.c879 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1053 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1292 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);

Completed in 185 milliseconds