zephyr/include/net
Jukka Rissanen cd8d4eb2b7 net: User must provide storage for local IP address
When user creates a socket using net_context_get(), the function
requires local endpoint IP address. This should not be a NULL
pointer because the storage for that IP address was statically
allocated inside the function. Because of this the user needs
to allocate the storage for this and pass that local IP address
to the function. The net_context_get() will fill that local
address to sane value if user passes ANY address (== all bytes
are zeroes) to it.

Change-Id: I88314957f07912d9ecbe517a2402822401d81bd9
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-03-14 11:05:52 +00:00
..
buf.h net: buf: Add net_buf_pull_u8() helper API 2016-02-12 15:10:20 +00:00
ip_buf.h net doc: Fix parameter names in documentation 2016-02-11 20:11:03 +00:00
l2_buf.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
net_core.h net: ip: Make sure CONFIG_NETWORKING_WITH_LOGGING is properly handled 2016-02-19 12:33:45 +00:00
net_ip.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
net_socket.h net: User must provide storage for local IP address 2016-03-14 11:05:52 +00:00
tinydtls.h checkpatch: error - trailing_whitespace 2016-02-05 20:24:33 -05:00