For internal use only.
This file contains the implementation of the sockaddr_import() function.
Definition in file sockaddr_import.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_import.c:
Go to the source code of this file.
Functions | |
ev_err_t | sockaddr_import (ev_sockaddr_t *sa, const struct sockaddr *addr) |
Import an ev_sockaddr_t from a struct sockaddr . |