s/qmail 4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
ipme.h
Go to the documentation of this file.
1#ifndef IPME_H
2#define IPME_H
3
4#include "ip.h"
5#include "ipalloc.h"
6
7extern ipalloc ipme;
8
9int ipme_init(void);
10int ipme_is4(struct ip4_address *);
11int ipme_is6(struct ip6_address *);
12int ipme_is(struct ip_mx *);
13
14#endif
ipalloc ipme
Definition: ipme.c:24
int ipme_init(void)
Definition: ipme.c:61
int ipme_is(struct ip_mx *)
Definition: ipme.c:50
int ipme_is6(struct ip6_address *)
Definition: ipme.c:38
int ipme_is4(struct ip4_address *)
Definition: ipme.c:26
Definition: ipalloc.h:8