Home
last modified time | relevance | path

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; in eb_pxenv_tftp_open()
1274 undi.pxs->tftp_open.GatewayIPAddress = gatewayip; in eb_pxenv_tftp_open()
1275 undi.pxs->tftp_open.TFTPPort = htons(TFTP_PORT); in eb_pxenv_tftp_open()
1276 undi.pxs->tftp_open.PacketSize = TFTP_MAX_PACKET; in eb_pxenv_tftp_open()
1277 (void) sprintf(undi.pxs->tftp_open.FileName, "%s", file); in eb_pxenv_tftp_open()
1280 *pktlen = undi.pxs->tftp_open.PacketSize; in eb_pxenv_tftp_open()
1315 undi.pxs->tftp_open.ServerIPAddress = serverip; in eb_pxenv_tftp_get_fsize()
1316 undi.pxs->tftp_open.GatewayIPAddress = gatewayip; in eb_pxenv_tftp_get_fsize()
1317 (void) sprintf(undi.pxs->tftp_open.FileName, "%s", file); in eb_pxenv_tftp_get_fsize()
H A Dundi.h86 t_PXENV_TFTP_OPEN tftp_open; member
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c67 static int tftp_open(const char *, struct open_file *);
77 .fo_open = tftp_open,
431 tftp_open(const char *path, struct open_file *f) in tftp_open() function