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()
801 static inline int host_to_target_sock_type(int host_type) in safe_syscall3()805 switch (host_type & 0xf /* SOCK_TYPE_MASK */) { in safe_syscall3()813 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3()818 if (host_type & SOCK_CLOEXEC) { in safe_syscall3()824 if (host_type & SOCK_NONBLOCK) { in safe_syscall3()3102 int host_type = 0; in target_to_host_sock_type() local3107 host_type = SOCK_DGRAM; in target_to_host_sock_type()3110 host_type = SOCK_STREAM; in target_to_host_sock_type()3113 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()3118 host_type |= SOCK_CLOEXEC; 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()