Searched defs:Tftp (Results 1 – 4 of 4) sorted by relevance
20 typedef struct Tftp Tftp; typedef23 struct Tftp struct25 IP4 sip;26 IP4 dip;27 IP4 gip;29 int sport;30 int dport;32 char *rp;33 char *ep;35 int seq;[all …]
125 typedef struct Tftp Tftp; typedef126 struct Tftp struct128 EFI_IP_ADDRESS sip;129 EFI_IP_ADDRESS dip;131 EFI_PXE_BASE_CODE_UDP_PORT sport;132 EFI_PXE_BASE_CODE_UDP_PORT dport;134 char *rp;135 char *ep;137 int seq;138 int eof;[all …]
45 typedef struct Tftp Tftp; typedef47 struct Tftp { struct48 uchar header[Tftphdrsz]; argument49 uchar data[Maxsegsize];
30 } Tftp; typedef