emailler/ip65
Oliver Schmidt 8745021d7d Avoid trash of zero page variable.
It's not save to presume any zero page variable to stay intact after using the Ethernet drivers to perform actual network I/O. In example a necessary ARP lookup may require network I/O in not anticipated scenarios. Therefore the tftp_filename is rather to be placed in a normal variable and copied to a zero page variable just-in-time.
2017-04-10 09:06:18 +02:00
..
arithmetic.s
arp.s
cifs.s
config.s Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
copymem.s
debug.s
dhcp.s
dns.s Export dns_hostname_is_dotted_quad. 2015-04-13 21:01:59 +02:00
dottedquad.s
eth.s
http.s
httpd.s Removed unused imports. 2015-02-16 17:47:26 +01:00
icmp.s
ip65.s Adjusted inline doc to actual implementation. 2015-02-16 22:35:29 +01:00
ip.s
Makefile
output_buffer.s
parser.s
printf.s
sntp.s
string_utils.s
tcp.s
telnet.s Removed unused imports. 2015-02-16 17:47:26 +01:00
tftp.s Avoid trash of zero page variable. 2017-04-10 09:06:18 +02:00
timer.s
udp.s Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
url.s