4743 |
5511 d 16 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + IEEE 802.3 + 802.3 (LSAP) eth mode, * code cleanup, * crc.[ch] renamed to checksum.[ch], * net_messages extracted, - debug prints removed, - unused messages and types removed |
|
/branches/network/uspace/srv/net/checksum.c /branches/network/uspace/srv/net/include/checksum.h
/branches/network/uspace/srv/net/crc.c /branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/app/echo/echo.c /branches/network/uspace/srv/net/app/nettest1/nettest1.c /branches/network/uspace/srv/net/app/ping/ping.c /branches/network/uspace/srv/net/err.h /branches/network/uspace/srv/net/il/arp/arp.c /branches/network/uspace/srv/net/il/ip/Makefile /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip.h /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/include/netif_interface.h /branches/network/uspace/srv/net/include/nil_interface.h /branches/network/uspace/srv/net/include/protocol_map.h /branches/network/uspace/srv/net/messages.h /branches/network/uspace/srv/net/net/Makefile /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/net/net_remote.c /branches/network/uspace/srv/net/net/start/Makefile /branches/network/uspace/srv/net/net/start/netstart.c /branches/network/uspace/srv/net/netif/dp8390/Makefile /branches/network/uspace/srv/net/netif/dp8390/dp8390.c /branches/network/uspace/srv/net/netif/dp8390/dp8390.h /branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c /branches/network/uspace/srv/net/netif/dp8390/dp8390_port.h /branches/network/uspace/srv/net/netif/netif.c /branches/network/uspace/srv/net/netif/netif_remote.c /branches/network/uspace/srv/net/nil/eth/Makefile /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/nil/eth/eth_header.h /branches/network/uspace/srv/net/nil/nildummy/nildummy.c /branches/network/uspace/srv/net/self_test.c /branches/network/uspace/srv/net/socket/socket_client.c /branches/network/uspace/srv/net/socket/socket_messages.h /branches/network/uspace/srv/net/structures/char_map.c /branches/network/uspace/srv/net/structures/char_map.h /branches/network/uspace/srv/net/structures/generic_field.h /branches/network/uspace/srv/net/structures/int_map.h /branches/network/uspace/srv/net/structures/packet/packet.h /branches/network/uspace/srv/net/structures/packet/packet_server.c /branches/network/uspace/srv/net/tl/icmp/Makefile /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/icmp/icmp_client.c /branches/network/uspace/srv/net/tl/icmp/icmp_messages.h /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/tcp/tcp_header.h /branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/tl_messages.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c
|
4499 |
5682 d 19 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + transport layer tcp and udp prototypes (do not function with the current ip) |
|
/branches/network/uspace/srv/net/include/tl_interface.h /branches/network/uspace/srv/net/tl/tl_messages.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h /branches/network/uspace/srv/net/tl/udp/udp_module.c /branches/network/uspace/srv/net/tl/udp/udp_module.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp_module.c /branches/network/uspace/srv/net/tl/tcp/tcp_module.h
|