libUPnP
1.6.17
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
upnp
src
inc
inet_pton.h
1
#ifndef INET_PTON
2
#define INET_PTON
3
4
#ifdef WIN32
5
6
#ifdef IPV6_
7
#define INET_IPV6
8
#endif
9
10
#include "unixutil.h"
11
12
#include <errno.h>
13
#include <stdio.h>
14
#include <string.h>
15
34
extern
const
char
*inet_ntop(
int
af,
const
void
*src,
char
*dst,
35
socklen_t size);
36
46
extern
int
inet_pton(
int
af,
const
char
*src,
void
*dst);
47
48
#endif
/* WIN32 */
49
50
#endif
/* INET_PTON */
Generated on Thu Oct 3 2013 19:27:39 for libUPnP by
1.8.1.2