Searched refs:tftp_open (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c1273 undi.pxs->tftp_open.ServerIPAddress = serverip;
1274 undi.pxs->tftp_open.GatewayIPAddress = gatewayip;
1275 undi.pxs->tftp_open.TFTPPort = htons(TFTP_PORT);
1276 undi.pxs->tftp_open.PacketSize = TFTP_MAX_PACKET;
1277 (void) sprintf(undi.pxs->tftp_open.FileName, "%s", file);
1280 *pktlen = undi.pxs->tftp_open.PacketSize;
1315 undi.pxs->tftp_open.ServerIPAddress = serverip;
1316 undi.pxs->tftp_open.GatewayIPAddress = gatewayip;
1317 (void) sprintf(undi.pxs->tftp_open.FileName, "%s", file);
H A Dundi.h86 t_PXENV_TFTP_OPEN tftp_open; member in union:pxenv_structure
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtftp.c381 tftp_open (struct grub_file *file, const char *filename) function
538 .open = tftp_open,

Completed in 49 milliseconds