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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dminiupnpd.c420 ProcessIncomingHTTP(int shttpl, const char * protocol) argument
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1750 int shttpl = -1; /* socket for HTTP */ local
1860 shttpl = OpenAndConfHTTPSocket(&listen_port, 1);
1862 shttpl = OpenAndConfHTTPSocket(&listen_port);
1864 if(shttpl < 0)
1890 if(shttpl < 0)
2132 if (shttpl >= 0)
2134 FD_SET(shttpl, &readset);
2135 max_fd = MAX( max_fd, shttpl);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dminiupnpd.c420 ProcessIncomingHTTP(int shttpl, const char * protocol) argument
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1750 int shttpl = -1; /* socket for HTTP */ local
1860 shttpl = OpenAndConfHTTPSocket(&listen_port, 1);
1862 shttpl = OpenAndConfHTTPSocket(&listen_port);
1864 if(shttpl < 0)
1890 if(shttpl < 0)
2132 if (shttpl >= 0)
2134 FD_SET(shttpl, &readset);
2135 max_fd = MAX( max_fd, shttpl);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dminiupnpd.c420 ProcessIncomingHTTP(int shttpl, const char * protocol) argument
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1750 int shttpl = -1; /* socket for HTTP */ local
1860 shttpl = OpenAndConfHTTPSocket(&listen_port, 1);
1862 shttpl = OpenAndConfHTTPSocket(&listen_port);
1864 if(shttpl < 0)
1890 if(shttpl < 0)
2132 if (shttpl >= 0)
2134 FD_SET(shttpl, &readset);
2135 max_fd = MAX( max_fd, shttpl);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c1169 int shttpl = -1; local
1241 shttpl = OpenAndConfHTTPSocket(runtime_vars.port);
1242 if (shttpl < 0)
1375 if (shttpl >= 0)
1377 FD_SET(shttpl, &readset);
1378 max_fd = MAX(max_fd, shttpl);
1451 if (shttpl >= 0 && FD_ISSET(shttpl, &readset))
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1516 if (shttpl >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c1169 int shttpl = -1; local
1241 shttpl = OpenAndConfHTTPSocket(runtime_vars.port);
1242 if (shttpl < 0)
1375 if (shttpl >= 0)
1377 FD_SET(shttpl, &readset);
1378 max_fd = MAX(max_fd, shttpl);
1451 if (shttpl >= 0 && FD_ISSET(shttpl, &readset))
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1516 if (shttpl >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c1169 int shttpl = -1; local
1241 shttpl = OpenAndConfHTTPSocket(runtime_vars.port);
1242 if (shttpl < 0)
1375 if (shttpl >= 0)
1377 FD_SET(shttpl, &readset);
1378 max_fd = MAX(max_fd, shttpl);
1451 if (shttpl >= 0 && FD_ISSET(shttpl, &readset))
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1516 if (shttpl >
[all...]

Completed in 108 milliseconds