Searched refs:listen_socket (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dsocket.h6 int listen_socket(unsigned int ip, int port, char *inf);
H A Dsocket.c93 int listen_socket(unsigned int ip, int port, char *inf) function
H A Ddhcpd.c145 if ((server_socket = listen_socket(INADDR_ANY, SERVER_PORT, server_config.interface)) < 0) {
H A Ddhcpc.c445 fd = listen_socket(INADDR_ANY, CLIENT_PORT, client_config.interface);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dsocket.h6 int listen_socket(unsigned int ip, int port, char *inf);
H A Dsocket.c93 int listen_socket(unsigned int ip, int port, char *inf) function
H A Ddhcpd.c143 if ((server_socket = listen_socket(INADDR_ANY, SERVER_PORT, server_config.interface)) < 0) {
H A Ddhcpc.c343 fd = listen_socket(INADDR_ANY, CLIENT_PORT, client_config.interface);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dcommon.h74 #define listen_socket udhcp_listen_socket macro
86 int listen_socket(/*uint32_t ip,*/ int port, const char *inf);
H A Dsocket.c89 int listen_socket(/*uint32_t ip,*/ int port, const char *inf) function
H A Ddhcprelay.c170 fds[0] = listen_socket(/*INADDR_ANY,*/ 67, server);
178 fds[i] = listen_socket(/*NADDR_ANY,*/ 67, client[i-1]);
H A Ddhcpd.c98 server_socket = listen_socket(/*INADDR_ANY,*/ SERVER_PORT,
H A Ddhcpc.c314 sockfd = listen_socket(/*INADDR_ANY,*/ CLIENT_PORT, client_config.interface);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtcp.c43 int listen_socket = 0; local
60 listen_socket = 1;
85 if (listen_socket) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsctp.c167 int ret, listen_socket = 0; local
184 listen_socket = 1;
207 if (listen_socket) {

Completed in 155 milliseconds