Searched refs:host_type (Results 1 – 6 of 6) sorted by relevance
354 u8 host_type; member431 u8 host_type; member
844 hs_page2->host_type = 3; /* 3 mean linux*/ in mvumi_hs_build_page()
129 __le32 host_type; /* CEPH_ENTITY_TYPE_* */ member
579 if (host.host_type() != boost::urls::host_type::name) in setCipherSuiteTLSext()
803 static inline int host_to_target_sock_type(int host_type) in safe_syscall3() 807 switch (host_type & 0xf /* SOCK_TYPE_MASK */) { in safe_syscall3() 815 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3() 820 if (host_type & SOCK_CLOEXEC) { in safe_syscall3() 826 if (host_type & SOCK_NONBLOCK) { in safe_syscall3() 3104 int host_type = 0; in target_to_host_sock_type() local 3109 host_type = SOCK_DGRAM; in target_to_host_sock_type() 3112 host_type = SOCK_STREAM; in target_to_host_sock_type() 3115 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type() 3120 host_type | in target_to_host_sock_type() [all...]
401 con->v1.out_connect.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT); in prepare_write_connect()