Searched refs:server_fd (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dglobals.c134 int server_fd = -1; variable
H A Dserver.c35 return server_fd;
40 server_fd = fd;
45 return server_fd;
451 Clear the closed fd info out of server_fd --
H A Dglobals.h143 extern int server_fd;
H A Dprocess.c2185 if (server_fd == -1) {
2189 if (getsockname(server_fd, (struct sockaddr *)server, &length) != 0) {
2193 if (getpeername(server_fd, (struct sockaddr *)client, &length) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dglobals.c134 int server_fd = -1; variable
H A Dserver.c35 return server_fd;
40 server_fd = fd;
45 return server_fd;
451 Clear the closed fd info out of server_fd --
H A Dglobals.h143 extern int server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dglobals.c134 int server_fd = -1; variable
H A Dserver.c35 return server_fd;
40 server_fd = fd;
45 return server_fd;
451 Clear the closed fd info out of server_fd --
H A Dglobals.h143 extern int server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dwebserver.c76 int server_fd; member in struct:tag_ws_private
219 if((pwsp->server_fd = u_open(pwsp->wsconfig.port)) == -1) {
229 r_close(pwsp->server_fd);
338 shutdown(pwsp->server_fd,SHUT_RDWR);
339 r_close(pwsp->server_fd); /* this should tick off the listener */
408 if((fd=u_accept(pwsp->server_fd,hostname,MAX_HOSTNAME)) == -1) {
410 shutdown(pwsp->server_fd,SHUT_RDWR);
411 r_close(pwsp->server_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/torture/
H A Dvfstest.c418 static int server_fd = -1; variable
423 return server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dwebserver.c76 int server_fd; member in struct:tag_ws_private
219 if((pwsp->server_fd = u_open(pwsp->wsconfig.port)) == -1) {
229 r_close(pwsp->server_fd);
338 shutdown(pwsp->server_fd,SHUT_RDWR);
339 r_close(pwsp->server_fd); /* this should tick off the listener */
408 if((fd=u_accept(pwsp->server_fd,hostname,MAX_HOSTNAME)) == -1) {
410 shutdown(pwsp->server_fd,SHUT_RDWR);
411 r_close(pwsp->server_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/torture/
H A Dvfstest.c418 static int server_fd = -1; variable
423 return server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/torture/
H A Dvfstest.c418 static int server_fd = -1; variable
423 return server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dwebserver.c76 int server_fd; member in struct:tag_ws_private
219 if((pwsp->server_fd = u_open(pwsp->wsconfig.port)) == -1) {
229 r_close(pwsp->server_fd);
338 shutdown(pwsp->server_fd,SHUT_RDWR);
339 r_close(pwsp->server_fd); /* this should tick off the listener */
408 if((fd=u_accept(pwsp->server_fd,hostname,MAX_HOSTNAME)) == -1) {
410 shutdown(pwsp->server_fd,SHUT_RDWR);
411 r_close(pwsp->server_fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c260 static void new_connection(int server_fd, int is_rtsp);
500 int server_fd, tmp; local
502 server_fd = socket(AF_INET,SOCK_STREAM,0);
503 if (server_fd < 0) {
509 setsockopt(server_fd, SOL_SOCKET, SO_REUSEADDR, &tmp, sizeof(tmp));
511 if (bind (server_fd, (struct sockaddr *) my_addr, sizeof (*my_addr)) < 0) {
515 closesocket(server_fd);
519 if (listen (server_fd, 5) < 0) {
521 closesocket(server_fd);
524 ff_socket_nonblock(server_fd,
587 int server_fd = 0, rtsp_server_fd = 0; local
755 new_connection(int server_fd, int is_rtsp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c260 static void new_connection(int server_fd, int is_rtsp);
500 int server_fd, tmp; local
502 server_fd = socket(AF_INET,SOCK_STREAM,0);
503 if (server_fd < 0) {
509 setsockopt(server_fd, SOL_SOCKET, SO_REUSEADDR, &tmp, sizeof(tmp));
511 if (bind (server_fd, (struct sockaddr *) my_addr, sizeof (*my_addr)) < 0) {
515 closesocket(server_fd);
519 if (listen (server_fd, 5) < 0) {
521 closesocket(server_fd);
524 ff_socket_nonblock(server_fd,
587 int server_fd = 0, rtsp_server_fd = 0; local
755 new_connection(int server_fd, int is_rtsp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c260 static void new_connection(int server_fd, int is_rtsp);
500 int server_fd, tmp; local
502 server_fd = socket(AF_INET,SOCK_STREAM,0);
503 if (server_fd < 0) {
509 setsockopt(server_fd, SOL_SOCKET, SO_REUSEADDR, &tmp, sizeof(tmp));
511 if (bind (server_fd, (struct sockaddr *) my_addr, sizeof (*my_addr)) < 0) {
515 closesocket(server_fd);
519 if (listen (server_fd, 5) < 0) {
521 closesocket(server_fd);
524 ff_socket_nonblock(server_fd,
587 int server_fd = 0, rtsp_server_fd = 0; local
755 new_connection(int server_fd, int is_rtsp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dserver.c51 static int server_fd = -1; variable
55 return server_fd;
60 server_fd = fd;
582 Clear the closed fd info out of server_fd --
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dserver.c51 static int server_fd = -1; variable
55 return server_fd;
60 server_fd = fd;
582 Clear the closed fd info out of server_fd --
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dserver.c51 static int server_fd = -1; variable
55 return server_fd;
60 server_fd = fd;
582 Clear the closed fd info out of server_fd --
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dvfstest.c417 static int server_fd = -1; variable
422 return server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dvfstest.c417 static int server_fd = -1; variable
422 return server_fd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dvfstest.c417 static int server_fd = -1; variable
422 return server_fd;

Completed in 542 milliseconds

12