Searched refs:ERR_NOPORT (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Difaddr.c207 static const int ERR_NOPORT = -1; local
222 if( ':' != s[ i ] ) return ERR_NOPORT;
228 if( i >= len || !s[i] ) return ERR_NOPORT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Difaddr.c207 static const int ERR_NOPORT = -1; local
222 if( ':' != s[ i ] ) return ERR_NOPORT;
228 if( i >= len || !s[i] ) return ERR_NOPORT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Difaddr.c207 static const int ERR_NOPORT = -1; local
222 if( ':' != s[ i ] ) return ERR_NOPORT;
228 if( i >= len || !s[i] ) return ERR_NOPORT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/test/fbsd/
H A Difaddr.c211 static const int ERR_NOPORT = -1; local
226 if( ':' != s[ i ] ) return ERR_NOPORT;
232 if( i >= len || !s[i] ) return ERR_NOPORT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/test/fbsd/
H A Difaddr.c211 static const int ERR_NOPORT = -1; local
226 if( ':' != s[ i ] ) return ERR_NOPORT;
232 if( i >= len || !s[i] ) return ERR_NOPORT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/test/fbsd/
H A Difaddr.c211 static const int ERR_NOPORT = -1; local
226 if( ':' != s[ i ] ) return ERR_NOPORT;
232 if( i >= len || !s[i] ) return ERR_NOPORT;

Completed in 65 milliseconds