KDECore
netsupp_win32.cpp File Reference
#include "netsupp.h"
Include dependency graph for netsupp_win32.cpp:
Go to the source code of this file.
Functions | |
char * | gai_strerror (int errorcode) |
int | getnameinfo (const struct sockaddr *sa, unsigned int salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) |
const char * | inet_ntop (int af, const void *cp, char *buf, size_t len) |
int | inet_pton (int af, const char *cp, void *buf) |
void | kde_freeaddrinfo (struct kde_addrinfo *ai) |
int | kde_getaddrinfo (const char *name, const char *service, const struct addrinfo *hint, struct kde_addrinfo **result) |
Function Documentation
char* gai_strerror | ( | int | errorcode | ) |
int getnameinfo | ( | const struct sockaddr * | sa, | |
unsigned int | salen, | |||
char * | host, | |||
size_t | hostlen, | |||
char * | serv, | |||
size_t | servlen, | |||
int | flags | |||
) |
const char* inet_ntop | ( | int | af, | |
const void * | cp, | |||
char * | buf, | |||
size_t | len | |||
) |
int inet_pton | ( | int | af, | |
const char * | cp, | |||
void * | buf | |||
) |
void kde_freeaddrinfo | ( | struct kde_addrinfo * | ai | ) |
Definition at line 26 of file netsupp_win32.cpp.
int kde_getaddrinfo | ( | const char * | name, | |
const char * | service, | |||
const struct addrinfo * | hint, | |||
struct kde_addrinfo ** | result | |||
) |
Definition at line 31 of file netsupp_win32.cpp.