For internal use only.
This file contains the implementation of the sockaddr_export() function.
Definition in file sockaddr_export.c.
#include "event_int.h"
#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
Include dependency graph for sockaddr_export.c:
Go to the source code of this file.
Functions | |
ev_err_t | sockaddr_export (const ev_sockaddr_t *sa, struct sockaddr *addr, int *len) |
Export an ev_sockaddr_t to a struct sockaddr . |