mbed-os/features/netsocket
Hasnain Virk 7333c5ae6d Avoid option level collisions
To allow a network stack to support both NSAPI and its own options, try to make
sure the NSAPI levels don't collide with level numbers likely to be used by
network stacks.

Distinguish between socket and stack options, and tighten up documentation. Add
IP MRU stack options as an example (implementation not immediately planned for
any stack, but could be useful).
2016-12-30 12:42:10 +00:00
..
CellularInterface.h nsapi - Added standardized return types for size and errors 2016-11-02 15:25:22 -05:00
EthInterface.h Add tags to our code 2016-10-04 15:02:44 -05:00
MeshInterface.h Add tags to our code 2016-10-04 15:02:44 -05:00
NetworkInterface.cpp nsapi - Added standardized return types for size and errors 2016-11-02 15:25:22 -05:00
NetworkInterface.h nsapi - Added standardized return types for size and errors 2016-11-02 15:25:22 -05:00
NetworkStack.cpp nsapi - Fixed missing NSAPI_UNSPEC check in gethostbyname for ip literals 2016-11-08 18:05:35 -06:00
NetworkStack.h Avoid option level collisions 2016-12-30 12:42:10 +00:00
Socket.cpp nsapi - Fixed open/close issue in Socket 2016-12-30 12:41:08 +00:00
Socket.h Avoid option level collisions 2016-12-30 12:42:10 +00:00
SocketAddress.cpp netsocket - Fix set_ip_bytes out-of-bound access 2016-11-04 11:02:34 +08:00
SocketAddress.h Merge pull request #2897 from geky/nsapi-consistent-unspec 2016-10-27 10:26:00 +02:00
TCPServer.cpp Don't send events on close() 2016-12-08 10:48:54 +00:00
TCPServer.h Don't send events on close() 2016-12-08 10:48:54 +00:00
TCPSocket.cpp Supporting non-blocking connect() 2016-12-30 12:42:08 +00:00
TCPSocket.h Don't send events on close() 2016-12-08 10:48:54 +00:00
UDPSocket.cpp Don't send events on close() 2016-12-08 10:48:54 +00:00
UDPSocket.h Don't send events on close() 2016-12-08 10:48:54 +00:00
WiFiAccessPoint.cpp Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge 2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h Fixed missing public 2016-10-04 15:52:56 +02:00
WiFiInterface.h WiFi: Minor fixes to docs and includes 2016-11-10 09:40:48 +00:00
emac_stack_mem.h Added emac_stack_mem_copy. Needed by the u-blox ODIN-W2 driver. 2016-11-07 15:52:56 +01:00
mbed_lib.json restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
nsapi.h Add tags to our code 2016-10-04 15:02:44 -05:00
nsapi_dns.cpp Merge pull request #3075 from geky/nsapi-error-size-types-2 2016-11-07 11:13:40 +00:00
nsapi_dns.h nsapi - Added standardized return types for size and errors 2016-11-02 15:25:22 -05:00
nsapi_types.h Avoid option level collisions 2016-12-30 12:42:10 +00:00