From ecdeb1753ab553b2081217fbac9dfd04d0620469 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 17:51:32 -0600 Subject: Clean-up naming associated with network checksums --- nuttx/net/README.txt | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'nuttx/net/README.txt') diff --git a/nuttx/net/README.txt b/nuttx/net/README.txt index f072c0786..db1f6aa98 100644 --- a/nuttx/net/README.txt +++ b/nuttx/net/README.txt @@ -12,6 +12,7 @@ Directory Structure +- devif - Stack/device interface layer +- icmp - Internet Control Message Protocol +- iob - I/O buffering logic + +- ipv6 - Logic unique to IPv6 +- netdev - Socket network device interface +- pkt - "Raw" packet socket support +- socket - BSD socket interface @@ -21,18 +22,18 @@ Directory Structure `- utils - Miscellaneous utility functions - +-------------------------------------------------------------+ - | Application layer | - +-------------------------------------------------------------+ - +-------------------------------------------------------------+ - | Socket layer (socket/) | - +-------------------------------------------------------------+ - +------------++-----------------------------------------------+ - | Network || Protocol stacks (arp, icmp, pkt, tcp, udp) | - | Device |+-----------------------------------------------+ - | Interface |+---------------------------------++------------+ - | (netdev/) ||Network Device Interface (devif/)|| Utilities | - +------------++---------------------------------++------------+ - +-------------------------------------------------------------+ - | Network Device Drivers | - +-------------------------------------------------------------+ + +----------------------------------------------------------------+ + | Application layer | + +----------------------------------------------------------------+ + +----------------------------------------------------------------+ + | Socket layer (socket/) | + +----------------------------------------------------------------+ + +------------++--------------------------------------------------+ + | Network || Protocol stacks (arp, ipv6, icmp, pkt, tcp, udp) | + | Device |+--------------------------------------------------+ + | Interface |+------------------------------------++------------+ + | (netdev/) || Network Device Interface (devif/) || Utilities | + +------------++------------------------------------++------------+ + +----------------------------------------------------------------+ + | Network Device Drivers | + +----------------------------------------------------------------+ -- cgit v1.2.3