File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / resolver.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 14:04:50 2016 UTC (7 years, 7 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, HEAD
iftop 1.0pre4

/*
 * resolver.h:
 *
 */

#ifndef __RESOLVER_H_ /* include guard */
#define __RESOLVER_H_

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>


void resolver_initialise(void);

void resolve(int af, struct in6_addr* addr, char* result, int buflen);

#endif /* __RESOLVER_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>