Searched defs:socket_type (Results 1 – 2 of 2) sorted by relevance
36 struct socket_type { struct37 char *friendly_name;38 int type;62 static struct socket_type socket_types[] = { argument
38 using socket_type = std::conditional_t<BMCWEB_INSECURE_DISABLE_SSL, typedef in crow::App