Home
last modified time | relevance | path

Searched defs:tftp_error (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/libupload/
Dupload_tftp.c21 struct tftp_error { struct
22 uint16_t opcode;
23 uint16_t errcode;
24 char errmsg[0];
/external/syslinux/gpxe/src/include/gpxe/
Dtftp.h56 struct tftp_error { struct
79 struct tftp_error error; argument
/external/syslinux/core/fs/pxe/
Dtftp.c36 static void tftp_error(struct inode *inode, uint16_t errnum, in tftp_error() function