Home
last modified time | relevance | path

Searched refs:from_chan (Results 1 – 21 of 21) sorted by relevance

/dports/comms/direwolf/direwolf-1.6/src/
H A Dcdigipeater.c81 int cdigipeater_get_count (int from_chan, int to_chan) { in cdigipeater_get_count() argument
82 return (cdigi_count[from_chan][to_chan]); in cdigipeater_get_count()
128 void cdigipeater (int from_chan, packet_t pp) in cdigipeater() argument
135 …if ( from_chan < 0 || from_chan >= MAX_CHANS || save_audio_config_p->achan[from_chan].medium != ME… in cdigipeater()
150 if (to_chan == from_chan) { in cdigipeater()
153 result = cdigipeat_match (from_chan, pp, save_audio_config_p->achan[from_chan].mycall, in cdigipeater()
155 save_cdigi_config_p->has_alias[from_chan][to_chan], in cdigipeater()
160 cdigi_count[from_chan][to_chan]++; in cdigipeater()
173 if (to_chan != from_chan) { in cdigipeater()
176 result = cdigipeat_match (from_chan, pp, save_audio_config_p->achan[from_chan].mycall, in cdigipeater()
[all …]
H A Ddigipeater.c96 return (digi_count[from_chan][to_chan]); in digipeater_get_count()
156 if ( from_chan < 0 || from_chan >= MAX_CHANS || in digipeater()
172 if (to_chan == from_chan) { in digipeater()
175 result = digipeat_match (from_chan, pp, save_audio_config_p->achan[from_chan].mycall, in digipeater()
177 &save_digi_config_p->alias[from_chan][to_chan], &save_digi_config_p->wide[from_chan][to_chan], in digipeater()
183 digi_count[from_chan][to_chan]++; in digipeater()
198 if (to_chan != from_chan) { in digipeater()
201 result = digipeat_match (from_chan, pp, save_audio_config_p->achan[from_chan].mycall, in digipeater()
203 &save_digi_config_p->alias[from_chan][to_chan], &save_digi_config_p->wide[from_chan][to_chan], in digipeater()
209 digi_count[from_chan][to_chan]++; in digipeater()
[all …]
H A Ddigipeater.h61 extern void digipeater (int from_chan, packet_t pp);
63 void digi_regen (int from_chan, packet_t pp);
68 int digipeater_get_count (int from_chan, int to_chan);
H A Dpfilter.c102 int from_chan; /* From and to channels. MAX_CHANS is used for IGate. */ member
198 int pfilter (int from_chan, int to_chan, char *filter, packet_t pp, int is_aprs) in pfilter() argument
204 assert (from_chan >= 0 && from_chan <= MAX_CHANS); in pfilter()
220 pfstate.from_chan = from_chan; in pfilter()
261 if (from_chan == MAX_CHANS) { in pfilter()
265 …dw_printf (" Packet filter from radio channel %d to IGate returns %s\n", from_chan, bool2text(resu… in pfilter()
268 …t filter for APRS digipeater from radio channel %d to %d returns %s\n", from_chan, to_chan, bool2t… in pfilter()
271 …r for traditional digipeater from radio channel %d to %d returns %s\n", from_chan, to_chan, bool2t… in pfilter()
1511 if (pf->from_chan == MAX_CHANS) { in print_error()
1523 snprintf (intro, sizeof(intro), "filter[%d,IG]: ", pf->from_chan); in print_error()
[all …]
H A Dconfig.c2313 if (from_chan < 0 || from_chan >= MAX_CHANS) { in config_init()
2326 line, from_chan); in config_init()
2470 if (from_chan < 0 || from_chan >= MAX_CHANS) { in config_init()
2482 line, from_chan); in config_init()
2544 if (from_chan < 0 || from_chan >= MAX_CHANS) { in config_init()
2559 line, from_chan); in config_init()
2667 if (from_chan < 0 || from_chan >= MAX_CHANS) { in config_init()
2678 line, from_chan); in config_init()
2684 line, from_chan); in config_init()
2762 if (from_chan < 0 || from_chan >= MAX_CHANS) { in config_init()
[all …]
H A Dcdigipeater.h51 extern void cdigipeater (int from_chan, packet_t pp);
56 int cdigipeater_get_count (int from_chan, int to_chan);
H A Dpfilter.h11 int pfilter (int from_chan, int to_chan, char *filter, packet_t pp, int is_aprs);
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_data.c478 struct ndmchan* from_chan; in ndmda_quantum_image() local
486 from_chan = 0; in ndmda_quantum_image()
491 from_chan = &da->formatter_image; in ndmda_quantum_image()
498 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
504 n_copy = n_ready = ndmchan_n_ready(from_chan); in ndmda_quantum_image()
506 if (from_chan->eof) { in ndmda_quantum_image()
523 bcopy(&from_chan->data[from_chan->beg_ix], &to_chan->data[to_chan->end_ix], in ndmda_quantum_image()
525 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndma_data.c499 struct ndmchan * from_chan; in ndmda_quantum_image() local
507 from_chan = 0; in ndmda_quantum_image()
512 from_chan = &da->formatter_image; in ndmda_quantum_image()
519 from_chan = &sess->plumb.image_stream.chan; in ndmda_quantum_image()
525 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
527 if (from_chan->eof) { in ndmda_quantum_image()
549 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
552 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndma_data.c499 struct ndmchan * from_chan; in ndmda_quantum_image() local
507 from_chan = 0; in ndmda_quantum_image()
512 from_chan = &da->formatter_image; in ndmda_quantum_image()
519 from_chan = &sess->plumb.image_stream.chan; in ndmda_quantum_image()
525 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
527 if (from_chan->eof) { in ndmda_quantum_image()
549 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
552 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_data.c524 struct ndmchan * from_chan; in ndmda_quantum_image() local
532 from_chan = 0; in ndmda_quantum_image()
537 from_chan = &da->formatter_image; in ndmda_quantum_image()
544 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
550 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
552 if (from_chan->eof) { in ndmda_quantum_image()
574 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
577 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_data.c524 struct ndmchan * from_chan; in ndmda_quantum_image() local
532 from_chan = 0; in ndmda_quantum_image()
537 from_chan = &da->formatter_image; in ndmda_quantum_image()
544 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
550 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
552 if (from_chan->eof) { in ndmda_quantum_image()
574 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
577 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_data.c524 struct ndmchan * from_chan; in ndmda_quantum_image() local
532 from_chan = 0; in ndmda_quantum_image()
537 from_chan = &da->formatter_image; in ndmda_quantum_image()
544 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
550 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
552 if (from_chan->eof) { in ndmda_quantum_image()
574 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
577 from_chan->beg_ix += n_copy; in ndmda_quantum_image()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_data.c524 struct ndmchan * from_chan; in ndmda_quantum_image() local
532 from_chan = 0; in ndmda_quantum_image()
537 from_chan = &da->formatter_image; in ndmda_quantum_image()
544 from_chan = &sess->plumb.image_stream->chan; in ndmda_quantum_image()
550 n_copy = n_ready = ndmchan_n_ready (from_chan); in ndmda_quantum_image()
552 if (from_chan->eof) { in ndmda_quantum_image()
574 bcopy (&from_chan->data[from_chan->beg_ix], in ndmda_quantum_image()
577 from_chan->beg_ix += n_copy; in ndmda_quantum_image()