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
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_ip.h
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
sntp.h
socket.h
socket_can.h
socket_net_mgmt.h
socket_offload.h
socket_offload_ops.h
socket_select.h
socketutils.h
socks.h
tls_credentials.h
trickle.h
udp.h
wifi.h
wifi_mgmt.h