Home
last modified time | relevance | path

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

/dports/comms/direwolf/direwolf-1.6/src/
H A Dax25_link.c2883 int ask_for_resend[128]; in i_frame_continued() local
2902ask_for_resend[ask_resend_count++] = AX25MODULO(x, S->modulo, __FILE__, __func__, __LINE__); in i_frame_continued()
2906 send_srej_frames (S, ask_for_resend, ask_resend_count, allow_f1); in i_frame_continued()
2958 int ask_for_resend[128]; in i_frame_continued() local
2967 ask_for_resend[ask_resend_count++] = i; in i_frame_continued()
2970 send_srej_frames (S, ask_for_resend, ask_resend_count, allow_f1); in i_frame_continued()
3016 int ask_for_resend[128]; in i_frame_continued() local
3021 ask_for_resend[n] = AX25MODULO(first + n, S->modulo, __FILE__, __func__, __LINE__);; in i_frame_continued()
3024 send_srej_frames (S, ask_for_resend, ask_resend_count, allow_f1); in i_frame_continued()