Searched refs:send_parms (Results 1 – 1 of 1) sorted by relevance
690 static char send_parms[SEND_DATA_SIZE]; variable707 if (send_ptr == &send_parms[SEND_DATA_SIZE - 1]) in handle_send_packet()709 bytes = send_ptr - send_parms; /* how many bytes we'll process */ in handle_send_packet()725 his_pad_count = untochar(send_parms[2]); in handle_send_packet()731 his_pad_char = ktrans(send_parms[3]); in handle_send_packet()737 his_eol = untochar(send_parms[4]); in handle_send_packet()743 his_quote = send_parms[5]; in handle_send_packet()818 send_ptr = send_parms; in k_recv()925 if (send_ptr >= &send_parms[SEND_DATA_SIZE]) in k_recv()
Completed in 4 milliseconds