Searched refs:tftp_r (Results 1 – 2 of 2) sorted by relevance
102 tot = tftp_r + (sizeof(MSG) - 1); in do_send_tftp()137 memcpy(tftp_r, MSG, (sizeof(MSG)-1)); in do_send_tftp()139 tftp_r[lcv] = HEXDIGITS[iptmp & 0xF]; in do_send_tftp()
114 u_char *tftp_r = buf + sizeof(struct ether_header) + sizeof(struct ip) + variable