Searched refs:ALLOW_PAUSES (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Dudpxy.c512 const int ALLOW_PAUSES = get_flagval( "UDPXY_ALLOW_PAUSES", 0 ); local
576 rc = set_nblock( dsockfd, (ALLOW_PAUSES ? 1 : 0) );
592 ssockfd, dsockfd, data_len, g_uopt.rbuf_msgs, ALLOW_PAUSES) );
618 if ( !ALLOW_PAUSES ) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Dudpxy.c512 const int ALLOW_PAUSES = get_flagval( "UDPXY_ALLOW_PAUSES", 0 ); local
576 rc = set_nblock( dsockfd, (ALLOW_PAUSES ? 1 : 0) );
592 ssockfd, dsockfd, data_len, g_uopt.rbuf_msgs, ALLOW_PAUSES) );
618 if ( !ALLOW_PAUSES ) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Dudpxy.c512 const int ALLOW_PAUSES = get_flagval( "UDPXY_ALLOW_PAUSES", 0 ); local
576 rc = set_nblock( dsockfd, (ALLOW_PAUSES ? 1 : 0) );
592 ssockfd, dsockfd, data_len, g_uopt.rbuf_msgs, ALLOW_PAUSES) );
618 if ( !ALLOW_PAUSES ) break;

Completed in 274 milliseconds