Searched refs:iconUrl (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpc.h40 char iconUrl[128]; member in struct:UPNPDevInfo
H A Dminiupnpc.c1220 parsedescxml(desc[i].xml, &IGDInfo.friendlyName, &IGDInfo.iconUrl);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1226 syslog(LOG_NOTICE, "parse icon url: %s", IGDInfo.iconUrl);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1235 if(strcmp(IGDInfo.iconUrl, "") != NULL) {
1243 if(strstr(IGDInfo.iconUrl, "http://")) {
1244 strcpy(realIconUrl, IGDInfo.iconUrl);
1256 strcat(realIconUrl, IGDInfo.iconUrl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpc.h40 char iconUrl[128]; member in struct:UPNPDevInfo
H A Dminiupnpc.c1220 parsedescxml(desc[i].xml, &IGDInfo.friendlyName, &IGDInfo.iconUrl);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1226 syslog(LOG_NOTICE, "parse icon url: %s", IGDInfo.iconUrl);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1235 if(strcmp(IGDInfo.iconUrl, "") != NULL) {
1243 if(strstr(IGDInfo.iconUrl, "http://")) {
1244 strcpy(realIconUrl, IGDInfo.iconUrl);
1256 strcat(realIconUrl, IGDInfo.iconUrl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpc.h40 char iconUrl[128]; member in struct:UPNPDevInfo
H A Dminiupnpc.c1220 parsedescxml(desc[i].xml, &IGDInfo.friendlyName, &IGDInfo.iconUrl);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1226 syslog(LOG_NOTICE, "parse icon url: %s", IGDInfo.iconUrl);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1235 if(strcmp(IGDInfo.iconUrl, "") != NULL) {
1243 if(strstr(IGDInfo.iconUrl, "http://")) {
1244 strcpy(realIconUrl, IGDInfo.iconUrl);
1256 strcat(realIconUrl, IGDInfo.iconUrl);

Completed in 81 milliseconds