Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c36 struct socket_type { struct
37 char *friendly_name;
38 int type;
62 static struct socket_type socket_types[] = { argument
/openbmc/bmcweb/http/
H A Dapp.hpp38 using socket_type = std::conditional_t<BMCWEB_INSECURE_DISABLE_SSL, typedef in crow::App