Searched refs:xml_fd (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpc.c1216 FILE *xml_fd; local
1217 xml_fd = fopen("/tmp/upnpc_xml.log", "a");
1218 fprintf(xml_fd, "============= XML ==============\n");
1219 fprintf(xml_fd, "%s\n", desc[i].xml);
1221 fprintf(xml_fd, " HostName: %s\n", IGDInfo.hostname);
1222 fprintf(xml_fd, " type: %s\n", IGDInfo.type);
1223 fprintf(xml_fd, " F Name: %s\n", IGDInfo.friendlyName);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1225 fprintf(xml_fd, "================================\n\n");
1268 fprintf(xml_fd, "Rea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpc.c1216 FILE *xml_fd; local
1217 xml_fd = fopen("/tmp/upnpc_xml.log", "a");
1218 fprintf(xml_fd, "============= XML ==============\n");
1219 fprintf(xml_fd, "%s\n", desc[i].xml);
1221 fprintf(xml_fd, " HostName: %s\n", IGDInfo.hostname);
1222 fprintf(xml_fd, " type: %s\n", IGDInfo.type);
1223 fprintf(xml_fd, " F Name: %s\n", IGDInfo.friendlyName);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1225 fprintf(xml_fd, "================================\n\n");
1268 fprintf(xml_fd, "Rea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpc.c1216 FILE *xml_fd; local
1217 xml_fd = fopen("/tmp/upnpc_xml.log", "a");
1218 fprintf(xml_fd, "============= XML ==============\n");
1219 fprintf(xml_fd, "%s\n", desc[i].xml);
1221 fprintf(xml_fd, " HostName: %s\n", IGDInfo.hostname);
1222 fprintf(xml_fd, " type: %s\n", IGDInfo.type);
1223 fprintf(xml_fd, " F Name: %s\n", IGDInfo.friendlyName);
1224 fprintf(xml_fd, " Icon URL: %s\n", IGDInfo.iconUrl);
1225 fprintf(xml_fd, "================================\n\n");
1268 fprintf(xml_fd, "Rea
[all...]

Completed in 103 milliseconds