Home
last modified time | relevance | path

Searched refs:TFTP_DEFAULT_BLKSIZE (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/include/gpxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dtftp.h15 #define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */ macro
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_tftp.c186 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
187 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/net/ipxe/ipxe-2265a65/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/arch/x86/interface/pxe/
H A Dpxe_tftp.c183 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in pxe_tftp_open()
184 blksize = TFTP_DEFAULT_BLKSIZE; in pxe_tftp_open()
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtftp.cc58 #define TFTP_DEFAULT_BLKSIZE 512 macro
109 spt->blksize_val = TFTP_DEFAULT_BLKSIZE; in tftp_session_allocate()
366 spt->blksize_val = TFTP_DEFAULT_BLKSIZE; in tftp_parse_options()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/udp/
H A Dtftp.c290 if ( blksize < TFTP_DEFAULT_BLKSIZE ) in tftp_set_request_blksize()
291 blksize = TFTP_DEFAULT_BLKSIZE; in tftp_set_request_blksize()
1126 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/udp/
H A Dtftp.c1085 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/udp/
H A Dtftp.c1080 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/udp/
H A Dtftp.c1083 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()
/dports/net/ipxe/ipxe-2265a65/src/net/udp/
H A Dtftp.c1102 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/udp/
H A Dtftp.c1085 tftp->blksize = TFTP_DEFAULT_BLKSIZE; in tftp_core_open()

12