tftp_open
static int tftp_open(const char *, struct open_file *);
.fo_open = tftp_open,
undi.pxs->tftp_open.ServerIPAddress = serverip;
undi.pxs->tftp_open.GatewayIPAddress = gatewayip;
undi.pxs->tftp_open.TFTPPort = htons(TFTP_PORT);
undi.pxs->tftp_open.PacketSize = TFTP_MAX_PACKET;
(void) sprintf(undi.pxs->tftp_open.FileName, "%s", file);
*pktlen = undi.pxs->tftp_open.PacketSize;
undi.pxs->tftp_open.ServerIPAddress = serverip;
undi.pxs->tftp_open.GatewayIPAddress = gatewayip;
(void) sprintf(undi.pxs->tftp_open.FileName, "%s", file);
t_PXENV_TFTP_OPEN tftp_open;