Home
last modified time | relevance | path

Searched refs:net_context_set_iface (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Dudp.c126 net_context_set_iface(udp_ctx, iface); in cmd_net_udp_bind()
253 net_context_set_iface(udp_ctx, iface); in cmd_net_udp_send()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_context.h705 static inline void net_context_set_iface(struct net_context *context, in net_context_set_iface() function
727 net_context_set_iface(context, iface); in net_context_bind_iface()
/Zephyr-Core-3.6.0/subsys/net/ip/
Dnet_context.c545 net_context_set_iface(*context, net_if_get_default()); in net_context_get()
781 net_context_set_iface(context, iface); in net_context_bind()
881 net_context_set_iface(context, iface); in net_context_bind()
951 net_context_set_iface(context, iface); in net_context_bind()
961 net_context_set_iface(context, iface); in net_context_bind()
1009 net_context_set_iface(context, iface); in net_context_bind()
1019 net_context_set_iface(context, iface); in net_context_bind()
1952 net_context_set_iface(context, iface); in context_sendto()
2004 net_context_set_iface(context, iface); in context_sendto()
2356 net_context_set_iface(context, net_pkt_iface(pkt)); in net_context_packet_received()
[all …]
/Zephyr-Core-3.6.0/subsys/net/lib/sockets/
Dsockets_can.c209 net_context_set_iface(ctx, iface); in zcan_bind_ctx()
/Zephyr-Core-3.6.0/tests/net/virtual/src/
Dmain.c1028 net_context_set_iface(udp_ctx, iface); in test_virtual_recv_data_from_tunnel()