Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_ip.h44 #define PF_UNSPEC 0 /**< Unspecified protocol family. */ macro
54 #define AF_UNSPEC PF_UNSPEC /**< Unspecified address family. */
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp291 hints.ai_family = PF_UNSPEC; in open()