Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Dclient.cpp68 uint32_t HostToNet(uint32_t t) { return htonl(t); } in HostToNet() function
70 Command HostToNet(const Command t) { return static_cast<Command>(htonl(t)); } in HostToNet() function
72 Direction HostToNet(Direction t) { return static_cast<Direction>(htonl(t)); } in HostToNet() function
74 uint16_t HostToNet(uint16_t t) { return htons(t); } in HostToNet() function
76 CmdHeader HostToNet(const CmdHeader& t) { in HostToNet() function
87 CmdRepSubmit HostToNet(const CmdRepSubmit& t) { in HostToNet() function
97 CmdRepUnlink HostToNet(const CmdRepUnlink& t) { in HostToNet() function