Home
last modified time | relevance | path

Searched refs:lan_active (Results 1 – 17 of 17) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dlancode.c72 int lan_active = 0; variable
109 if (lan_active == 0) in lanrecv_init()
144 if (lan_active == 0) in lan_recv_close()
158 if (lan_active == 0) in lan_recv()
194 if (lan_active == 0) in lan_send_init()
232 if (lan_active == 0) in lan_send_close()
249 if (lan_active == 0) in lan_send()
H A Dqtc_log.c250 if (lan_active == 1) { in make_qtc_logline()
269 if (lan_active == 1) { in make_qtc_logline()
282 if (lan_active == 1) { in make_qtc_logline()
H A Dmakelogline.c158 if ((lan_active == 1) && (exchange_serial == 1)) { // show qso nr in prepare_fixed_part()
165 if (lan_active == 1 && cqwwm2 == 1) { in prepare_fixed_part()
H A Dsendbuf.c179 extern int lan_active; in ExpandMacro()
234 if ((lan_active == 1) && (exchange_serial == 1)) { in ExpandMacro()
H A Dbackground_process.c51 extern int lan_active;
164 if (lan_active == 1) { in background_process()
H A Dnote.c57 if (lan_active == 1) { in include_note()
H A Dscroll_log.c72 if ((lan_active == 1) && (exchange_serial == 1)) { in get_next_serial()
H A Dglobalvars.h90 extern int lan_active;
H A Dtime_update.c57 if (lan_active != 0) { in broadcast_lan()
H A Dcallinput.c125 extern int lan_active; in callinput()
955 if (lan_active != 0) in callinput()
976 if (lan_active != 0) { in callinput()
H A Dmain.c70 extern int lan_active;
747 if (lan_active == 1) { in lan_init()
H A Dchangepars.c724 extern int lan_active; in networkinfo()
738 if (lan_active == 1) in networkinfo()
H A Dgetexchange.c88 extern int lan_active; in getexchange()
117 if ((lan_active == 1) && (exchange_serial == 1)) { in getexchange()
H A Dsplitscreen.c586 extern int lan_active; in addtext()
720 if (lan_active == 1 && lanspotflg == 0) { in addtext()
H A Dparse_logcfg.c238 extern int lan_active; in parse_logcfg()
1045 lan_active = 1; in parse_logcfg()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dnetwork_lan.c215 STATIC mp_obj_t lan_active(size_t n_args, const mp_obj_t *args) { in lan_active() function
234 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(lan_active_obj, 1, 2, lan_active);
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c31 int lan_active = 0; variable