Home
last modified time | relevance | path

Searched defs:is_supported (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c493 static bool is_supported(int family, int type, int proto) in is_supported() function
/Zephyr-latest/include/zephyr/net/
Dsocket.h1138 bool (*is_supported)(int family, int type, int proto); member