emailler/ip65
Oliver Schmidt e1bf89d1a8 Use parameters for TCP C callback.
In contrast to the multiple UDP callbacks there's only one TCP callback so it easy to provide a wrapper for the C callback that pushes C parameters on the stack.
2017-11-07 23:05:05 +01:00
..
arithmetic.s
arp.s
config_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
config.s
copymem.s
dhcp_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
dhcp.s
dns_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
dns.s
dottedquad_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
dottedquad.s
eth.s
http.s
httpd.s
icmp_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
icmp.s
input_c.s Added C interface to abort key control. 2017-11-05 22:55:55 +01:00
ip65_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
ip65.s
ip.s
Makefile Added C interface to TCP functions. 2017-11-06 23:36:44 +01:00
output_buffer.s
parser.s
sntp.s
string_utils.s
tcp_c.s Use parameters for TCP C callback. 2017-11-07 23:05:05 +01:00
tcp.s
tftp.s
timer_c.s Added C interface to timer handling. 2017-11-05 23:16:34 +01:00
timer.s
udp_c.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
udp.s
url.s