Searched refs:SERVER_PORT (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/tunala/
H A Dtest.sh5 SERVER_PORT="9021"
10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddhcpd.h64 #define SERVER_PORT (server_config.port) macro
66 #define SERVER_PORT 67 macro
H A Ddhcpd.c74 /*src*/ server_config.server_nip, SERVER_PORT,
85 server_config.server_nip, SERVER_PORT,
86 dhcp_pkt->gateway_nip, SERVER_PORT);
314 SERVER_PORT = 67;
345 SERVER_PORT = xatou16(str_P);
346 CLIENT_PORT = SERVER_PORT + 1;
411 server_socket = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT,
H A Ddhcprelay.c20 #define SERVER_PORT 67 macro
169 fds[i] = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT, iface_list[i]);
211 /* note that we send from fds[0] which is bound to SERVER_PORT (67).
212 * IOW: we send _from_ SERVER_PORT! Although this may look strange,
262 server_addr.sin_port = htons(SERVER_PORT);
H A Ddhcpc.c689 /*dst*/ INADDR_BROADCAST, SERVER_PORT, MAC_BCAST_ADDR,
698 server, SERVER_PORT);
1279 IF_FEATURE_UDHCP_PORT(SERVER_PORT = 67;)
1329 SERVER_PORT = CLIENT_PORT - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddhcpd.h64 #define SERVER_PORT (server_config.port) macro
66 #define SERVER_PORT 67 macro
H A Ddhcpd.c74 /*src*/ server_config.server_nip, SERVER_PORT,
85 server_config.server_nip, SERVER_PORT,
86 dhcp_pkt->gateway_nip, SERVER_PORT);
314 SERVER_PORT = 67;
345 SERVER_PORT = xatou16(str_P);
346 CLIENT_PORT = SERVER_PORT + 1;
411 server_socket = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT,
H A Ddhcprelay.c20 #define SERVER_PORT 67 macro
169 fds[i] = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT, iface_list[i]);
211 /* note that we send from fds[0] which is bound to SERVER_PORT (67).
212 * IOW: we send _from_ SERVER_PORT! Although this may look strange,
262 server_addr.sin_port = htons(SERVER_PORT);
H A Ddhcpc.c689 /*dst*/ INADDR_BROADCAST, SERVER_PORT, MAC_BCAST_ADDR,
698 server, SERVER_PORT);
1279 IF_FEATURE_UDHCP_PORT(SERVER_PORT = 67;)
1329 SERVER_PORT = CLIENT_PORT - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddhcpd.h64 #define SERVER_PORT (server_config.port) macro
66 #define SERVER_PORT 67 macro
H A Ddhcpd.c74 /*src*/ server_config.server_nip, SERVER_PORT,
85 server_config.server_nip, SERVER_PORT,
86 dhcp_pkt->gateway_nip, SERVER_PORT);
314 SERVER_PORT = 67;
345 SERVER_PORT = xatou16(str_P);
346 CLIENT_PORT = SERVER_PORT + 1;
411 server_socket = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT,
H A Ddhcprelay.c20 #define SERVER_PORT 67 macro
169 fds[i] = udhcp_listen_socket(/*INADDR_ANY,*/ SERVER_PORT, iface_list[i]);
211 /* note that we send from fds[0] which is bound to SERVER_PORT (67).
212 * IOW: we send _from_ SERVER_PORT! Although this may look strange,
262 server_addr.sin_port = htons(SERVER_PORT);
H A Ddhcpc.c689 /*dst*/ INADDR_BROADCAST, SERVER_PORT, MAC_BCAST_ADDR,
698 server, SERVER_PORT);
1279 IF_FEATURE_UDHCP_PORT(SERVER_PORT = 67;)
1329 SERVER_PORT = CLIENT_PORT - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dhttpd.h61 #define SERVER_PORT 80 macro
H A Dhttpd.c246 int http_port = SERVER_PORT;
1401 if ((http_port != SERVER_PORT
1449 if ((http_port != SERVER_PORT
1510 if (http_port==SERVER_PORT ||
2021 http_port = SERVER_PORT;
2064 if (http_port==SERVER_PORT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dhttpd.h61 #define SERVER_PORT 80 macro
H A Dhttpd.c246 int http_port = SERVER_PORT;
1401 if ((http_port != SERVER_PORT
1449 if ((http_port != SERVER_PORT
1510 if (http_port==SERVER_PORT ||
2021 http_port = SERVER_PORT;
2064 if (http_port==SERVER_PORT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dhttpd.h61 #define SERVER_PORT 80 macro
H A Dhttpd.c246 int http_port = SERVER_PORT;
1401 if ((http_port != SERVER_PORT
1449 if ((http_port != SERVER_PORT
1510 if (http_port==SERVER_PORT ||
2021 http_port = SERVER_PORT;
2064 if (http_port==SERVER_PORT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Ddiscover.h71 #define SERVER_PORT 67 macro

Completed in 316 milliseconds

12