Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c205 int str_length = strlen(str); in send_error() local
210 p = init_packet(TFTP_ERROR, code, str_length + 1); in send_error()
216 MEMCPY(&payload[2], str, str_length + 1); in send_error()

Completed in 8 milliseconds