Searched defs:network_to_host (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dtemplates.h57 FORCEINLINE uint16 network_to_host(uint16 i) { return ntohs(i); } function in namespace:aux
58 FORCEINLINE uint32 network_to_host(uint32 i) { return ntohl(i); } function in namespace:aux
59 FORCEINLINE int32 network_to_host(int32 i) { return ntohl(i); } function in namespace:aux

Completed in 37 milliseconds