emailler/ip65
Oliver Schmidt e6684904cf Made tcp_listen return the client IP address.
Together with the recent change to provide the inbound data buffer address and length to the TCP callback function as C parameters this change allows the TCP API to get along without any global variable :-)
2017-11-08 20:59:06 +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 Made tcp_listen return the client IP address. 2017-11-08 20:59:06 +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