zephyr/net/yaip
Jukka Rissanen 1932d4c3ec net: Convert network connection to use sockaddr
As the net_conn needs port information, use struct sockaddr
internally as it has the port numbers built in.

Change-Id: Idb1c87afa956dfe55dc8d533d867fa7845545b12
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:40:15 +02:00
..
l2 net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00
6lo.c net: Add initial 6lowpan IPHC compression support. 2016-12-02 12:40:14 +02:00
6lo.h net: Add initial 6lowpan IPHC compression support. 2016-12-02 12:40:14 +02:00
6lo_private.h net: Add initial 6lowpan IPHC compression support. 2016-12-02 12:40:14 +02:00
Kconfig net: Add initial 6lowpan IPHC compression support. 2016-12-02 12:40:14 +02:00
Makefile net: Do not include anything from net/ip directory 2016-12-02 12:40:14 +02:00
connection.c net: Convert network connection to use sockaddr 2016-12-02 12:40:15 +02:00
connection.h net: Convert network connection to use sockaddr 2016-12-02 12:40:15 +02:00
icmpv4.c net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00
icmpv4.h net: Add support for ICMPv4 error message 2016-12-02 12:40:12 +02:00
icmpv6.c net: Swap ll addresses when handling ICMPv6 Echo-Request 2016-12-02 12:40:14 +02:00
icmpv6.h net: Add support for ICMPv6 error message 2016-12-02 12:40:12 +02:00
ipv6.c net: IP address lookup functions return interface 2016-12-02 12:40:14 +02:00
ipv6.h net: Refactored IPv6 DAD and ND activation 2016-12-02 12:40:12 +02:00
nbr.c net: Add a neighbor cache needed in IPv6 2016-12-02 12:40:07 +02:00
nbr.h net: Add a neighbor cache needed in IPv6 2016-12-02 12:40:07 +02:00
nbuf.c net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00
net_context.c net: Use generic wrapper for semaphore give operation 2016-12-02 12:40:06 +02:00
net_core.c net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00
net_if.c net: Address family needs to be set for multicast address 2016-12-02 12:40:14 +02:00
net_private.h net: UDP checksum calculator 2016-12-02 12:40:14 +02:00
udp.h net: Convert network connection to use sockaddr 2016-12-02 12:40:15 +02:00
utils.c net: Making IP address const in utility func 2016-12-02 12:40:14 +02:00