zephyr/include/net
Jukka Rissanen e765a5a2e2 net: Add initial IP stack offloading support
If IP stack offloading is enabled, then call corresponding
L2 driver when corresponding net_context API function is
called. The L2 driver can then do its magic to send/recv
IP packet or do what ever with it.

Change-Id: I26695cee6feb80a41923db0165f22d94477333be
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:41:16 +02:00
..
uip net: uip: Fix the net_context.h content for legacy stack 2016-12-02 12:40:49 +02:00
yaip net: Add initial IP stack offloading support 2016-12-02 12:41:16 +02:00
arp.h
buf.h net: buf: Fix minor typo in documentation 2016-12-02 12:40:23 +02:00
dhcpv4.h net: Add DHCPv4 client support 2016-12-02 12:40:26 +02:00
ethernet.h
ieee802154_radio.h
ieee802154.h
ip_buf.h
l2_buf.h
mii.h net: Definitions for IEEE 802.3, Section 2 MII compatible PHY transceivers 2016-12-02 12:41:05 +02:00
nbuf.h
net_context.h net: uip: Fix the net_context.h content for legacy stack 2016-12-02 12:40:49 +02:00
net_core.h
net_event.h net: Add network management event code for IPv6 2016-12-02 12:40:47 +02:00
net_if.h net: Do not try to use net_if.h in legacy uIP stack 2016-12-02 12:40:23 +02:00
net_ip.h
net_l2.h
net_linkaddr.h
net_mgmt.h net: Add network management API 2016-12-02 12:40:45 +02:00
net_socket.h
net_stats.h net: rpl: Initial commit 2016-12-02 12:41:00 +02:00
offload_ip.h net: Add initial IP stack offloading support 2016-12-02 12:41:16 +02:00
tinydtls.h
trickle.h