kolibrios/kernel/branches/net/network
hidnplayr a8ad5846a9 Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.


git-svn-id: svn://kolibrios.org@3200 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-01-27 20:03:18 +00:00
..
ARP.inc Updated API so applications can easily send ARP announcements, keep track of ARP conflicts. 2013-01-27 20:03:18 +00:00
ethernet.inc Added some experimental IPv6 code to net branch. 2013-01-18 14:32:05 +00:00
icmp.inc Some markup changes in network stack. 2012-08-15 16:15:57 +00:00
IPv4.inc Kernel now automatically sends one gratuitous ARP once IP address has been set. 2013-01-11 10:52:01 +00:00
IPv6.inc Added some experimental IPv6 code to net branch. 2013-01-18 14:32:05 +00:00
loopback.inc Added crude loopback device. 2012-08-08 13:14:32 +00:00
PPPoE.inc Send all PPPoE control packets to PPPoE app. 2012-09-01 20:44:13 +00:00
queue.inc NET branch: re-organised all structs to use struct.inc from fasm 2011-11-08 23:06:26 +00:00
socket.inc Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry) 2012-12-31 13:04:38 +00:00
stack.inc Added some experimental IPv6 code to net branch. 2013-01-18 14:32:05 +00:00
tcp_input.inc Added TCP_mss (max segment size) stub. 2012-12-29 22:22:10 +00:00
tcp_output.inc Added simple socket debugging tool. 2012-12-30 20:31:11 +00:00
tcp_subr.inc Fixed previous mistake. 2013-01-11 14:07:18 +00:00
tcp_timer.inc Fixed TCP keepalive 2012-12-28 19:56:52 +00:00
tcp_usreq.inc Added simple socket debugging tool. 2012-12-30 20:31:11 +00:00
tcp.inc Added simple socket debugging tool. 2012-12-30 20:31:11 +00:00
udp.inc Port numbers for TCP and UDP must be given in Big endian order now. 2012-11-01 12:33:15 +00:00