Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c82 static struct net_socket_register *sock_dispatch_find(int family, int type, in sock_dispatch_find() function
116 sock_family = sock_dispatch_find(ctx->family, ctx->type, in sock_dispatch_native()
130 sock_family = sock_dispatch_find(ctx->family, ctx->type, in sock_dispatch_default()
469 if (sock_dispatch_find(family, type, proto, false) == NULL) { in sock_dispatch_create()