zephyr/include/net
Jukka Rissanen e98f5d37f5 net: sockets: Store socket private data into its own variable
Do not try to re-use net_context.user_data field as in many places
(like in accept) it is expected to contain pointer to net_context.
Storing the socket flags will corrupt the value. To simplify and
make things less error prone, use socket specific field in net_context
to store the socket flags.

Fixes #19191

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-09-18 23:47:36 +03:00
..
bt.h
buf.h
can.h
coap.h
coap_link_format.h
dhcpv4.h
dns_resolve.h
dummy.h
ethernet.h
ethernet_mgmt.h
ethernet_vlan.h
gptp.h
hostname.h
http_parser.h
http_parser_state.h
http_parser_url.h
ieee802154.h
ieee802154_mgmt.h
ieee802154_radio.h
ipv4_autoconf.h
lldp.h
lwm2m.h net: lwm2m: support client-initiated De-register 2019-09-08 12:36:33 +02:00
mii.h
mqtt.h
net_config.h
net_conn_mgr.h
net_context.h net: sockets: Store socket private data into its own variable 2019-09-18 23:47:36 +03:00
net_core.h
net_event.h
net_if.h net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
net_ip.h net: Add IPPROTO_RAW as it was missing 2019-09-12 11:22:45 +03:00
net_l2.h
net_linkaddr.h
net_mgmt.h
net_offload.h
net_pkt.h
net_stats.h
net_timeout.h
openthread.h
ppp.h
promiscuous.h
ptp_time.h net: Explicitly include toolchain.h to check for endianness definitions. 2019-09-09 21:40:54 +02:00
sntp.h net: sntp: Allow to build for CONFIG_POSIX_API. 2019-09-12 17:30:29 +03:00
socket.h
socket_can.h
socket_net_mgmt.h
socket_offload.h
socket_offload_ops.h
socket_select.h
socketutils.h include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
socks.h
tls_credentials.h
trickle.h
udp.h
wifi.h
wifi_mgmt.h