Home
last modified time | relevance | path

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

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dsess_stat.c281 if( rc >= BFERR_CONNECT_TOOLOW ) in session_stat_update()
285 if( rc >= BFERR_CONNECT_TOOLOW ) in session_stat_update()
H A Dsess_call.c137 return BFERR_CONNECT_TOOLOW; in call_system_modem_init()
405 rc = BFERR_CONNECT_TOOLOW; in call_system_modem()
H A Dsess_main.c717 rc = BFERR_CONNECT_TOOLOW; in session()
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/include/
H A Dbforce.h110 #define BFERR_CONNECT_TOOLOW 20 macro