Home
last modified time | relevance | path

Searched defs:NetworkToHost (Results 1 – 1 of 1) sorted by relevance

/art/dt_fd_forward/
Ddt_fd_forward.cc68 template<> int8_t NetworkToHost(int8_t in) { return in; } in NetworkToHost() function
70 template<> int16_t NetworkToHost(int16_t in) { return ntohs(in); } in NetworkToHost() function
72 template<> int32_t NetworkToHost(int32_t in) { return ntohl(in); } in NetworkToHost() function