Home
last modified time | relevance | path

Searched refs:STS_FALSE (Results 1 – 4 of 4) sorted by relevance

/dports/net/siproxd/siproxd-0.8.2/src/
H A Dredirect_cache.c115 return STS_FALSE; in is_in_redirected_cache()
150 return STS_FALSE; in expire_redirected_cache()
H A Dsip_utils.c174 return (found_own_via>2)? STS_TRUE : STS_FALSE; in check_vialoop()
195 return STS_FALSE; in is_via_local()
244 return (found)? STS_TRUE : STS_FALSE; in is_via_local()
417 return STS_FALSE; in is_sipuri_local()
422 return STS_FALSE; in is_sipuri_local()
435 return STS_FALSE; in is_sipuri_local()
467 return (found)? STS_TRUE : STS_FALSE; in is_sipuri_local()
628 if ( is_via_local(via) == STS_FALSE ) { in sip_del_myvia()
H A Dsiproxd.c398 if (sts == STS_FALSE) continue;
464 if (sts == STS_FALSE) goto end_loop;
H A Dsiproxd.h336 #define STS_FALSE 1 /* FALSE */ macro