summaryrefslogtreecommitdiff
path: root/src/include/ipme.h
blob: d559dd83bb03812431942ade18afb0036d16dd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef IPME_H
#define IPME_H

#include "ip.h"

#include "ipalloc.h"

extern ipalloc ipme;

extern int ipme_init(void);
extern int ipme_is4(struct ip4_address *);
extern int ipme_is6(struct ip6_address *);
extern int ipme_is(struct ip_mx *);

#endif