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.c826 static inline int host_to_target_sock_type(int host_type) in safe_syscall3()
830 switch (host_type & 0xf /* SOCK_TYPE_MASK */) { in safe_syscall3()
838 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3()
843 if (host_type & SOCK_CLOEXEC) { in safe_syscall3()
849 if (host_type & SOCK_NONBLOCK) { in safe_syscall3()
3145 int host_type = 0; in target_to_host_sock_type() local
3150 host_type = SOCK_DGRAM; in target_to_host_sock_type()
3153 host_type = SOCK_STREAM; in target_to_host_sock_type()
3156 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()
3161 host_type |= SOCK_CLOEXEC; in target_to_host_sock_type()
[all …]