include/inet6def.h

/* [<][>][^][v][top]
[bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 #define AF_INET6        24              /* Internet Protocol version 6 */
   2 typedef uint32_t u_int32_t ;
   3 
   4 int inet_pton(int af, const char *src, void *dst);
   5 const char *inet_ntop(int af, const void *src, char *dst, size_t size);

/* [<][>][^][v][top][bottom][index][help] */