Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp175 boost::urls::host_type hostType = host.host_type(); in doResolve()
176 if (hostType == boost::urls::host_type::name) in doResolve()
600 if (host.host_type() != boost::urls::host_type::name) in setCipherSuiteTLSext()
/openbmc/qemu/linux-user/
H A Dsyscall.c812 static inline int host_to_target_sock_type(int host_type) in safe_syscall3()
816 switch (host_type & 0xf /* SOCK_TYPE_MASK */) { in safe_syscall3()
824 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3()
829 if (host_type & SOCK_CLOEXEC) { in safe_syscall3()
835 if (host_type & SOCK_NONBLOCK) { in safe_syscall3()
3131 int host_type = 0; in target_to_host_sock_type() local
3136 host_type = SOCK_DGRAM; in target_to_host_sock_type()
3139 host_type = SOCK_STREAM; in target_to_host_sock_type()
3142 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()
3147 host_type |= SOCK_CLOEXEC; in target_to_host_sock_type()
[all …]