ladybird/Userland/Libraries/LibC/arpa
Peter Elliott db92e66902 LibC: Make <netinet/in.h> more POSIX compliant
1. Move htonl() etc. from <arpa/inet.h> to <netinet/in.h> (which
   <arpa/inet.h> includes).

   The htonl(), htons(), ntohl(), and ntohs() functions shall be
   available as described in <arpa/inet.h>.  Inclusion of the
   <netinet/in.h> header may also make visible all symbols from
   <arpa/inet.h>.

   - POSIX

2. Define IN6_IS_ADDR_LOOPBACK() and IN6_IS_ADDR_V4MAPPED()
2021-08-22 10:29:06 +02:00
..
inet.cpp Userland: Treat inet_pton returning 0 as an error 2021-05-27 22:56:21 +02:00
inet.h LibC: Make <netinet/in.h> more POSIX compliant 2021-08-22 10:29:06 +02:00