Searched refs:upnphttp (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dtivo_commands.h28 ProcessTiVoCommand(struct upnphttp *h, const char *orig_path);
H A Dupnphttp.h77 struct upnphttp { struct
110 LIST_ENTRY(upnphttp) entries;
136 struct upnphttp *
141 CloseSocket_upnphttp(struct upnphttp *);
145 Delete_upnphttp(struct upnphttp *);
149 Process_upnphttp(struct upnphttp *);
155 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
163 BuildResp_upnphttp(struct upnphttp *, const char *, int);
168 BuildResp2_upnphttp(struct upnphttp * h, int respcode,
174 Send500(struct upnphttp *);
[all...]
H A Dupnpsoap.h51 ExecuteSoapAction(struct upnphttp *, const char *, int);
H A Dupnphttp.c68 #include "upnphttp.h"
98 static void SendResp_icon(struct upnphttp *, char * url);
99 static void SendResp_albumArt(struct upnphttp *, char * url);
100 static void SendResp_caption(struct upnphttp *, char * url);
101 static void SendResp_resizedimg(struct upnphttp *, char * url);
102 static void SendResp_thumbnail(struct upnphttp *, char * url);
103 static void SendResp_dlnafile(struct upnphttp *, char * url);
105 struct upnphttp *
108 struct upnphttp * ret;
111 ret = (struct upnphttp *)mallo
[all...]
H A DMakefile57 BASEOBJS = minidlna.o upnphttp.o upnpdescgen.o upnpsoap.o \
133 minidlna.o: upnphttp.h upnpdescgen.h minidlnapath.h getifaddr.h upnpsoap.h
135 upnphttp.o: config.h upnphttp.h upnpdescgen.h minidlnapath.h upnpsoap.h
136 upnphttp.o: upnpevents.h image_utils.h sql.h log.h sendfile.h icons.c
140 upnpsoap.o: upnphttp.h upnpsoap.h upnpreplyparse.h getifaddr.h log.h
149 minissdp.o: config.h upnpdescstrings.h minidlnapath.h upnphttp.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpsoap.h14 ExecuteSoapAction(struct upnphttp *, const char *, int);
20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
H A Dupnphttp.h1 /* $Id: upnphttp.h,v 1.40 2014/12/09 16:41:21 nanard Exp $ */
54 struct upnphttp { struct
95 LIST_ENTRY(upnphttp) entries;
119 struct upnphttp *
124 InitSSL_upnphttp(struct upnphttp *);
129 CloseSocket_upnphttp(struct upnphttp *);
133 Delete_upnphttp(struct upnphttp *);
137 Process_upnphttp(struct upnphttp *);
144 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
152 BuildResp_upnphttp(struct upnphttp *, cons
[all...]
H A Dupnpsoap.c24 #include "upnphttp.h"
35 BuildSendAndCloseSoapResp(struct upnphttp * h,
68 GetConnectionTypeInfo(struct upnphttp * h, const char * action)
82 GetTotalBytesSent(struct upnphttp * h, const char * action)
104 GetTotalBytesReceived(struct upnphttp * h, const char * action)
126 GetTotalPacketsSent(struct upnphttp * h, const char * action)
148 GetTotalPacketsReceived(struct upnphttp * h, const char * action)
170 GetCommonLinkProperties(struct upnphttp * h, const char * action)
211 GetStatusInfo(struct upnphttp * h, const char * action)
238 GetNATRSIPStatus(struct upnphttp *
[all...]
H A Dupnphttp.c1 /* $Id: upnphttp.c,v 1.99 2014/12/09 17:25:30 nanard Exp $ */
25 #include "upnphttp.h"
119 struct upnphttp *
122 struct upnphttp * ret;
125 ret = (struct upnphttp *)malloc(sizeof(struct upnphttp));
128 memset(ret, 0, sizeof(struct upnphttp));
137 InitSSL_upnphttp(struct upnphttp * h)
166 CloseSocket_upnphttp(struct upnphttp * h)
178 Delete_upnphttp(struct upnphttp *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dtivo_commands.h28 ProcessTiVoCommand(struct upnphttp *h, const char *orig_path);
H A Dupnphttp.h77 struct upnphttp { struct
110 LIST_ENTRY(upnphttp) entries;
136 struct upnphttp *
141 CloseSocket_upnphttp(struct upnphttp *);
145 Delete_upnphttp(struct upnphttp *);
149 Process_upnphttp(struct upnphttp *);
155 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
163 BuildResp_upnphttp(struct upnphttp *, const char *, int);
168 BuildResp2_upnphttp(struct upnphttp * h, int respcode,
174 Send500(struct upnphttp *);
[all...]
H A Dupnpsoap.h51 ExecuteSoapAction(struct upnphttp *, const char *, int);
H A Dupnphttp.c68 #include "upnphttp.h"
98 static void SendResp_icon(struct upnphttp *, char * url);
99 static void SendResp_albumArt(struct upnphttp *, char * url);
100 static void SendResp_caption(struct upnphttp *, char * url);
101 static void SendResp_resizedimg(struct upnphttp *, char * url);
102 static void SendResp_thumbnail(struct upnphttp *, char * url);
103 static void SendResp_dlnafile(struct upnphttp *, char * url);
105 struct upnphttp *
108 struct upnphttp * ret;
111 ret = (struct upnphttp *)mallo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpsoap.h14 ExecuteSoapAction(struct upnphttp *, const char *, int);
20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
H A Dupnphttp.h1 /* $Id: upnphttp.h,v 1.40 2014/12/09 16:41:21 nanard Exp $ */
54 struct upnphttp { struct
95 LIST_ENTRY(upnphttp) entries;
119 struct upnphttp *
124 InitSSL_upnphttp(struct upnphttp *);
129 CloseSocket_upnphttp(struct upnphttp *);
133 Delete_upnphttp(struct upnphttp *);
137 Process_upnphttp(struct upnphttp *);
144 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
152 BuildResp_upnphttp(struct upnphttp *, cons
[all...]
H A Dupnpsoap.c24 #include "upnphttp.h"
35 BuildSendAndCloseSoapResp(struct upnphttp * h,
68 GetConnectionTypeInfo(struct upnphttp * h, const char * action)
82 GetTotalBytesSent(struct upnphttp * h, const char * action)
104 GetTotalBytesReceived(struct upnphttp * h, const char * action)
126 GetTotalPacketsSent(struct upnphttp * h, const char * action)
148 GetTotalPacketsReceived(struct upnphttp * h, const char * action)
170 GetCommonLinkProperties(struct upnphttp * h, const char * action)
211 GetStatusInfo(struct upnphttp * h, const char * action)
238 GetNATRSIPStatus(struct upnphttp *
[all...]
H A Dupnphttp.c1 /* $Id: upnphttp.c,v 1.99 2014/12/09 17:25:30 nanard Exp $ */
25 #include "upnphttp.h"
119 struct upnphttp *
122 struct upnphttp * ret;
125 ret = (struct upnphttp *)malloc(sizeof(struct upnphttp));
128 memset(ret, 0, sizeof(struct upnphttp));
137 InitSSL_upnphttp(struct upnphttp * h)
166 CloseSocket_upnphttp(struct upnphttp * h)
178 Delete_upnphttp(struct upnphttp *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dtivo_commands.h28 ProcessTiVoCommand(struct upnphttp *h, const char *orig_path);
H A Dupnphttp.h77 struct upnphttp { struct
110 LIST_ENTRY(upnphttp) entries;
136 struct upnphttp *
141 CloseSocket_upnphttp(struct upnphttp *);
145 Delete_upnphttp(struct upnphttp *);
149 Process_upnphttp(struct upnphttp *);
155 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
163 BuildResp_upnphttp(struct upnphttp *, const char *, int);
168 BuildResp2_upnphttp(struct upnphttp * h, int respcode,
174 Send500(struct upnphttp *);
[all...]
H A Dupnpsoap.h51 ExecuteSoapAction(struct upnphttp *, const char *, int);
H A Dupnphttp.c68 #include "upnphttp.h"
98 static void SendResp_icon(struct upnphttp *, char * url);
99 static void SendResp_albumArt(struct upnphttp *, char * url);
100 static void SendResp_caption(struct upnphttp *, char * url);
101 static void SendResp_resizedimg(struct upnphttp *, char * url);
102 static void SendResp_thumbnail(struct upnphttp *, char * url);
103 static void SendResp_dlnafile(struct upnphttp *, char * url);
105 struct upnphttp *
108 struct upnphttp * ret;
111 ret = (struct upnphttp *)mallo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpsoap.h14 ExecuteSoapAction(struct upnphttp *, const char *, int);
20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
H A Dupnphttp.h1 /* $Id: upnphttp.h,v 1.40 2014/12/09 16:41:21 nanard Exp $ */
54 struct upnphttp { struct
95 LIST_ENTRY(upnphttp) entries;
119 struct upnphttp *
124 InitSSL_upnphttp(struct upnphttp *);
129 CloseSocket_upnphttp(struct upnphttp *);
133 Delete_upnphttp(struct upnphttp *);
137 Process_upnphttp(struct upnphttp *);
144 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
152 BuildResp_upnphttp(struct upnphttp *, cons
[all...]
H A Dupnpsoap.c24 #include "upnphttp.h"
35 BuildSendAndCloseSoapResp(struct upnphttp * h,
68 GetConnectionTypeInfo(struct upnphttp * h, const char * action)
82 GetTotalBytesSent(struct upnphttp * h, const char * action)
104 GetTotalBytesReceived(struct upnphttp * h, const char * action)
126 GetTotalPacketsSent(struct upnphttp * h, const char * action)
148 GetTotalPacketsReceived(struct upnphttp * h, const char * action)
170 GetCommonLinkProperties(struct upnphttp * h, const char * action)
211 GetStatusInfo(struct upnphttp * h, const char * action)
238 GetNATRSIPStatus(struct upnphttp *
[all...]
H A Dupnphttp.c1 /* $Id: upnphttp.c,v 1.99 2014/12/09 17:25:30 nanard Exp $ */
25 #include "upnphttp.h"
119 struct upnphttp *
122 struct upnphttp * ret;
125 ret = (struct upnphttp *)malloc(sizeof(struct upnphttp));
128 memset(ret, 0, sizeof(struct upnphttp));
137 InitSSL_upnphttp(struct upnphttp * h)
166 CloseSocket_upnphttp(struct upnphttp * h)
178 Delete_upnphttp(struct upnphttp *
[all...]

Completed in 133 milliseconds

123