Home
last modified time | relevance | path

Searched refs:net_context_get_iface (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dwebsocket.c49 net_if_get_by_iface(net_context_get_iface(net_ctx)), in websocket_context_cb()
Dconn.c40 net_if_get_by_iface(net_context_get_iface(context)), in context_cb()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c202 if (iface != NULL && iface != net_context_get_iface(&contexts[i])) { in check_used_port()
690 net_if_is_ip_offloaded(net_context_get_iface(context))) { in net_context_put()
692 ret = net_offload_put(net_context_get_iface(context), context); in net_context_put()
869 iface = net_context_get_iface(context); in net_context_bind()
978 iface = net_context_get_iface(context); in net_context_bind()
1211 net_if_is_ip_offloaded(net_context_get_iface(context))) { in net_context_listen()
1212 return net_offload_listen(net_context_get_iface(context), in net_context_listen()
1426 net_ipv4_is_addr_bcast(net_context_get_iface(context), in net_context_connect()
1468 net_if_is_ip_offloaded(net_context_get_iface(context))) { in net_context_connect()
1470 net_context_get_iface(context), in net_context_connect()
[all …]
Dconnection.c258 if (iface != net_context_get_iface(conn->context)) { in conn_find_handler()
342 conn = conn_find_handler(context != NULL ? net_context_get_iface(context) : NULL, in net_conn_register()
717 net_pkt_iface(pkt) != net_context_get_iface(conn->context)) { in net_conn_input()
Dtcp.c1016 iface = net_context_get_iface(conn->context); in tcp_nbr_reachability_hint()
3836 conn->iface = net_context_get_iface(context); in net_tcp_connect()
3865 net_context_get_iface(context), in net_tcp_connect()
3894 net_context_get_iface(context), in net_tcp_connect()
4453 struct net_if *iface = net_context_get_iface(conn->context); in net_tcp_get_supported_mss()
4462 struct net_if *iface = net_context_get_iface(conn->context); in net_tcp_get_supported_mss()
Dnet_if.c192 net_stats_update_udp_sent(net_context_get_iface(context)); in net_context_send_cb()
195 net_stats_update_tcp_seg_sent(net_context_get_iface(context)); in net_context_send_cb()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_can.c401 iface = net_context_get_iface(ctx); in close_socket()
428 net_context_get_iface(ctx), in can_close_socket()
527 iface = net_context_get_iface(obj); in can_sock_getsockopt_vmeth()
649 iface = net_context_get_iface(obj); in can_sock_setsockopt_vmeth()
Dsockets_packet.c173 struct net_if *iface = net_context_get_iface(ctx); in zpacket_set_source_addr()
Dsockets_inet.c567 !net_if_is_ip_offloaded(net_context_get_iface(ctx))) { in send_check_and_wait()
1102 net_if_is_ip_offloaded(net_context_get_iface(ctx))) { in zsock_recv_dgram()
1532 !net_if_is_ip_offloaded(net_context_get_iface(ctx))) { in zsock_poll_prepare_ctx()
1578 !net_if_is_ip_offloaded(net_context_get_iface(ctx))) { in zsock_poll_update_ctx()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h741 struct net_if *net_context_get_iface(struct net_context *context) in net_context_get_iface() function
Dnet_pkt.h1412 net_if_ipv6_select_src_addr(net_context_get_iface( in net_pkt_set_src_ipv6_addr()
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c808 net_context_get_iface(sock->context), in on_cmd_sockread()
Dhl7800.c4104 net_context_get_iface(sock->context), sock->rx_size, in sock_read()