Searched defs:HostToNet (Results 1 – 1 of 1) sorted by relevance
68 uint32_t HostToNet(uint32_t t) { return htonl(t); } in HostToNet() function70 Command HostToNet(const Command t) { return static_cast<Command>(htonl(t)); } in HostToNet() function72 Direction HostToNet(Direction t) { return static_cast<Direction>(htonl(t)); } in HostToNet() function74 uint16_t HostToNet(uint16_t t) { return htons(t); } in HostToNet() function76 CmdHeader HostToNet(const CmdHeader& t) { in HostToNet() function87 CmdRepSubmit HostToNet(const CmdRepSubmit& t) { in HostToNet() function97 CmdRepUnlink HostToNet(const CmdRepUnlink& t) { in HostToNet() function