Ticket #2116: INET_ADDRSTRLEN.patch

File INET_ADDRSTRLEN.patch, 436 bytes (added by nielx, 16 years ago)
  • headers/posix/netinet/in.h

     
    8484};
    8585/* the address is therefore at sin_addr.s_addr */
    8686
     87#define INET_ADDRSTRLEN 16 /* Length of the string form for IP. */
     88
    8789/* RFC 3678 - Socket Interface Extensions for Multicast Source Filters */
    8890
    8991struct ip_mreq {