Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c28 static int sock_dispatch_create(int family, int type, int proto);
87 if (sock_family->handler == sock_dispatch_create) { in sock_dispatch_find()
448 static int sock_dispatch_create(int family, int type, int proto) in sock_dispatch_create() function
499 sock_dispatch_create);