Searched refs:LISTEN_NONE (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.c976 #define LISTEN_NONE 0 macro
1082 new_mode != LISTEN_NONE
1094 else if (new_mode != LISTEN_NONE)
1096 /* else LISTEN_NONE: sockfd stays closed */
1139 change_listen_mode(LISTEN_NONE);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1789 change_listen_mode(LISTEN_NONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddhcpc.c976 #define LISTEN_NONE 0 macro
1082 new_mode != LISTEN_NONE
1094 else if (new_mode != LISTEN_NONE)
1096 /* else LISTEN_NONE: sockfd stays closed */
1139 change_listen_mode(LISTEN_NONE);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1789 change_listen_mode(LISTEN_NONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddhcpc.c976 #define LISTEN_NONE 0 macro
1082 new_mode != LISTEN_NONE
1094 else if (new_mode != LISTEN_NONE)
1096 /* else LISTEN_NONE: sockfd stays closed */
1139 change_listen_mode(LISTEN_NONE);
1432 * if (listen_mode != LISTEN_NONE && sockfd < 0),
1620 if (listen_mode == LISTEN_NONE || !FD_ISSET(sockfd, &rfds))
1789 change_listen_mode(LISTEN_NONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Ddiscover.h222 #define LISTEN_NONE 0 macro
H A Ddiscover.c1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Ddiscover.h222 #define LISTEN_NONE 0 macro
H A Ddiscover.c1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Ddiscover.h222 #define LISTEN_NONE 0 macro
H A Ddiscover.c1067 if (retval > 0 && listen_mode != LISTEN_NONE && got_DHCP == 1) {
1117 //else if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP) {
1118 if (retval > 0 && listen_mode != LISTEN_NONE && got_PPP == 1) {

Completed in 146 milliseconds