require "../netinet/in" require "../stdint" lib LibC fun htons(x0 : UShort) : UShort fun ntohs(x0 : UShort) : UShort fun inet_ntop(x0 : Int, x1 : Void*, x2 : Char*, x3 : SocklenT) : Char* fun inet_pton(x0 : Int, x1 : Char*, x2 : Void*) : Int end