Searched defs:tftp_state (Results 1 – 1 of 1) sorted by relevance
27 struct tftp_state { struct28 uint32_t my_ip;29 uint32_t srv_ip;53 static int send_ack_packet(struct tftp_state *tftp, in send_ack_packet() argument