You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <netinet/in.h> header shall define the following types:
in_port_t
Equivalent to the type uint16_t as defined in <inttypes.h> .
in_addr_t
Equivalent to the type uint32_t as defined in <inttypes.h> .
but in_port_t is never defined by any NDK header.
The text was updated successfully, but these errors were encountered:
http://pubs.opengroup.org/onlinepubs/000095399/basedefs/netinet/in.h.html says:
but
in_port_t
is never defined by any NDK header.The text was updated successfully, but these errors were encountered: