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

/illumos-gate/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
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c65 static int tftp_open(const char *path, struct open_file *f);
81 tftp_open,
397 tftp_open(const char *path, struct open_file *f) function

Completed in 342 milliseconds