Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c144 tftp_packet_t spacket; member
475 setpacketevent(&state->spacket, TFTP_EVENT_WRQ); in tftp_send_first()
477 (char *)state->spacket.data + 4; in tftp_send_first()
483 setpacketevent(&state->spacket, TFTP_EVENT_RRQ); in tftp_send_first()
499 msnprintf((char *)state->spacket.data + 2, in tftp_send_first()
515 (char *)state->spacket.data + sbytes, in tftp_send_first()
519 (char *)state->spacket.data + sbytes, buf); in tftp_send_first()
525 (char *)state->spacket.data + sbytes, in tftp_send_first()
529 (char *)state->spacket.data + sbytes, buf); in tftp_send_first()
535 (char *)state->spacket.data + sbytes, in tftp_send_first()
[all …]