Searched refs:be_unix_flags (Results 1 – 1 of 1) sorted by relevance
62 constexpr inline uint8_t FlagToHost(__be32 be_unix_flags) { in FlagToHost() argument63 return ntohl(be_unix_flags) >> 16; in FlagToHost()