mbed-os/connectivity/nanostack/sal-stack-nanostack/source/Common_Protocols
Ashok Rao b9b4c5d392 Mbed OS will soon be changing directory structure to the below:
```
connectivity
├── netsocket
├── lwipstack
├── nanostack
│   ├── mbed_lib.json // nanostack-interface's mbed_lib.json
│   ├── include
│   │   └── nanostack // headers from features/netsocket/nanostack-interface
│   ├── source        // sources from features/netsocket/nanostack-interface
│   ├── coap-service  // used by Thread only - deprecate?
│   ├── mbed-mesh-api
│   ├── nanostack-hal-mbed-cmsis-rtos // HAL porting layer for Nanostack on mbed with CMSIS-RTOS
│   ├── sal-stack-nanostack
│   └── sal-stack-nanostack-eventloop
├── cellular                // previously in features/cellular/framework/
├── ...

```

This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \nanostack.
2020-08-05 16:55:43 +01:00
..
icmpv6.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
icmpv6.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
icmpv6_prefix.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
icmpv6_prefix.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
icmpv6_radv.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
icmpv6_radv.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ip.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_constants.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_flow.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_flow.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_fragmentation.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_fragmentation.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_resolution.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ipv6_resolution.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mld.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mld.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
tcp.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
tcp.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
udp.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
udp.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00