#include "default_config.h"
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "pcp.h"
#include "findsaddr.h"
#include "unp.h"
Go to the source code of this file.
|
const char * | findsaddr (const struct sockaddr_in *to, struct in6_addr *from) |
|
const char * | findsaddr6 (const struct sockaddr_in6 *to, struct in6_addr *from) |
|
◆ INVALID_SOCKET
#define INVALID_SOCKET -1 |
◆ SOCKET
◆ findsaddr()
const char * findsaddr |
( |
const struct sockaddr_in * |
to, |
|
|
struct in6_addr * |
from |
|
) |
| |
◆ findsaddr6()
const char * findsaddr6 |
( |
const struct sockaddr_in6 * |
to, |
|
|
struct in6_addr * |
from |
|
) |
| |