Home
last modified time | relevance | path

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

/dports/comms/predict/predict-2.2.7/clients/gsat-1.1.0/src/
H A Dmain.c74 predicthost=servername; in main()
78 predicthost=servername; in main()
106 predicthost=servername; in main()
H A Dglobals.h61 char *predicthost; variable
H A Dcomms.c237 fprintf(stderr,"ERROR: predict server %s is not responding to commands.\n", predicthost); in get_response()
952 netsocket=connectsock(predicthost,predictport,"udp"); in connect_server()
955 fprintf(stderr, "ERROR: Can't connect to the predict server on %s.\n", predicthost); in connect_server()
1001 predictversion, predicthost); in connect_server()
H A Dcallbacks.c555 predicthost=(char *)gtk_entry_get_text(GTK_ENTRY(widget)); in on_bt_con_connect_clicked()
560 sprintf(statusmsg,"Connecting to predict server %s ...", predicthost); in on_bt_con_connect_clicked()