Home
last modified time | relevance | path

Searched refs:yoohoo_send_hello (Results 1 – 3 of 3) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/include/
H A Dprot_yoohoo.h55 int yoohoo_send_hello(s_yoohoo_sysinfo *local_data);
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dprot_yoohoo_api.c199 if( yoohoo_send_hello(local_data) && rc == HRC_OK ) in yoohoo_incoming()
227 if( yoohoo_send_hello(local_data) ) in yoohoo_outgoing()
H A Dprot_yoohoo.c191 int yoohoo_send_hello(s_yoohoo_sysinfo *local_data) in yoohoo_send_hello() function