ntohl method

int ntohl(
  1. int netlong
)

Network to host long

Implementation

int ntohl(int netlong) => htonl(netlong);