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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c1453 int shttp; local
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1458 if (shttp<0)
1468 /*if (fcntl(shttp, F_SETFL, O_NONBLOCK) < 0) {
1473 tmp = New_upnphttp(shttp);
1482 close(shttp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c1453 int shttp; local
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1458 if (shttp<0)
1468 /*if (fcntl(shttp, F_SETFL, O_NONBLOCK) < 0) {
1473 tmp = New_upnphttp(shttp);
1482 close(shttp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c1453 int shttp; local
1457 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
1458 if (shttp<0)
1468 /*if (fcntl(shttp, F_SETFL, O_NONBLOCK) < 0) {
1473 tmp = New_upnphttp(shttp);
1482 close(shttp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dminiupnpd.c422 int shttp; local
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
432 if(shttp<0)
451 close(shttp);
457 tmp = New_upnphttp(shttp);
490 close(shttp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dminiupnpd.c422 int shttp; local
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
432 if(shttp<0)
451 close(shttp);
457 tmp = New_upnphttp(shttp);
490 close(shttp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dminiupnpd.c422 int shttp; local
431 shttp = accept(shttpl, (struct sockaddr *)&clientname, &clientnamelen);
432 if(shttp<0)
451 close(shttp);
457 tmp = New_upnphttp(shttp);
490 close(shttp);

Completed in 140 milliseconds