[BACK]Return to netdb.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/netdb.h between version 1.21 and 1.22

version 1.21, 2004/10/25 03:09:01 version 1.22, 2004/11/17 03:57:53
Line 167 
Line 167 
 #define NI_NOFQDN       4       /* return a short name if in the local domain */  #define NI_NOFQDN       4       /* return a short name if in the local domain */
 #define NI_NAMEREQD     8       /* fail if either host or service name is unknown */  #define NI_NAMEREQD     8       /* fail if either host or service name is unknown */
 #define NI_DGRAM        16      /* look up datagram service instead of stream */  #define NI_DGRAM        16      /* look up datagram service instead of stream */
 #define NI_WITHSCOPEID  32      /* KAME hack: attach scopeid to host portion */  
   
 #define NI_MAXHOST      MAXHOSTNAMELEN  /* max host name returned by getnameinfo */  #define NI_MAXHOST      MAXHOSTNAMELEN  /* max host name returned by getnameinfo */
 #define NI_MAXSERV      32      /* max serv. name length returned by getnameinfo */  #define NI_MAXSERV      32      /* max serv. name length returned by getnameinfo */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22