HomeSort by relevance Sort by last modified time
    Searched refs:rrq (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
fsys_tftp.c 257 /* Send the RRQ whose length is LEN. */
338 grub_printf ("opcode = 0x%x, rrq = ", (unsigned long) tp.opcode);
341 if (tp.u.rrq[i] >= ' ' && tp.u.rrq[i] <= '~')
342 grub_putchar (tp.u.rrq[i]);
433 len = (grub_sprintf ((char *) tp.u.rrq,
etherboot.h 344 char rrq[TFTP_DEFAULTSIZE_PACKET]; member in union:tftp_t::__anon1935
384 char rrq[512]; member in union:tftpreq_t::__anon1940
main.c 321 len = (grub_sprintf ((char *) tp.u.rrq, "%s%coctet%cblksize%c%d",

Completed in 78 milliseconds