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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddhcpc.c979 static smallint listen_mode; variable
1087 listen_mode = new_mode;
1429 //bb_error_msg("sockfd:%d, listen_mode:%d", sockfd, listen_mode);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1627 if (listen_mode == LISTEN_KERNEL)
1635 change_listen_mode(listen_mode); /* just close and reopen */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Ddiscover.c864 listen_mode = new_mode;
963 if (listen_mode == LISTEN_KERNEL)
1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1070 if (listen_mode == LISTEN_KERNEL)
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {
H A Ddiscover.h225 static int listen_mode; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddhcpc.c979 static smallint listen_mode; variable
1087 listen_mode = new_mode;
1429 //bb_error_msg("sockfd:%d, listen_mode:%d", sockfd, listen_mode);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1627 if (listen_mode == LISTEN_KERNEL)
1635 change_listen_mode(listen_mode); /* just close and reopen */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddhcpc.c979 static smallint listen_mode; variable
1087 listen_mode = new_mode;
1429 //bb_error_msg("sockfd:%d, listen_mode:%d", sockfd, listen_mode);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1627 if (listen_mode == LISTEN_KERNEL)
1635 change_listen_mode(listen_mode); /* just close and reopen */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Ddiscover.c864 listen_mode = new_mode;
963 if (listen_mode == LISTEN_KERNEL)
1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1070 if (listen_mode == LISTEN_KERNEL)
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {
H A Ddiscover.h225 static int listen_mode; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Ddiscover.c864 listen_mode = new_mode;
963 if (listen_mode == LISTEN_KERNEL)
1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1070 if (listen_mode == LISTEN_KERNEL)
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {
H A Ddiscover.h225 static int listen_mode; variable

Completed in 198 milliseconds