Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Detherfun.c102 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()
H A Detherfun.h114 u_char *tftp_r = buf + sizeof(struct ether_header) + sizeof(struct ip) + variable