s/qmail 4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
ipme.h File Reference
#include "ip.h"
#include "ipalloc.h"
Include dependency graph for ipme.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Variables

ipalloc ipme
 

Function Documentation

◆ ipme_init()

int ipme_init ( void  )

Definition at line 61 of file ipme.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ipme_is()

int ipme_is ( struct ip_mx mxip)

Definition at line 50 of file ipme.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ipme_is4()

int ipme_is4 ( struct ip4_address *  ip)

Definition at line 26 of file ipme.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ipme_is6()

int ipme_is6 ( struct ip6_address *  ip)

Definition at line 38 of file ipme.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ipme

ipalloc ipme
extern

Definition at line 24 of file ipme.c.