s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
ipme.c File Reference

ipme_is4, ipme_is6, ipme_is46, ipme_init More...

#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#include <ifaddrs.h>
#include <sys/sockio.h>
#include "hassalen.h"
#include "byte.h"
#include "ip.h"
#include "ipalloc.h"
#include "stralloc.h"
#include "ipme.h"
Include dependency graph for ipme.c:

Go to the source code of this file.

Functions

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

Variables

ipalloc ipme = {0}
 

Detailed Description

ipme_is4, ipme_is6, ipme_is46, ipme_init

Definition in file ipme.c.

Function Documentation

◆ ipme_init()

int ipme_init ( )

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:

◆ 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:

◆ 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:

Variable Documentation

◆ ipme

ipalloc ipme = {0}

Definition at line 24 of file ipme.c.