Searched refs:tftphdr_ack (Results 1 – 2 of 2) sorted by relevance
53 struct tftphdr_ack { struct
175 static inline int send_ack(int sock, struct tftphdr_ack *ackhdr) in send_ack()179 return zsock_send(sock, ackhdr, sizeof(struct tftphdr_ack), 0); in send_ack()250 struct tftphdr_ack ackhdr = { in tftp_get()