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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);

Completed in 129 milliseconds