s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
src
include
ipalloc.h
Go to the documentation of this file.
1
#ifndef IPALLOC_H
2
#define IPALLOC_H
3
4
#include "ip.h"
5
#include "genalloc.h"
6
#define NAME_LEN 256
7
8
struct
ip_mx
{
9
unsigned
short
af
;
10
union
{
11
struct
ip4_address
ip4
;
12
struct
ip6_address
ip6
;
13
}
addr
;
14
int
pref
;
15
char
mxh
[
NAME_LEN
];
16
};
17
18
GEN_ALLOC_typedef
(ipalloc,
struct
ip_mx
,ix,len,a)
19
int
ipalloc_readyplus();
20
int
ipalloc_append
();
21
22
#endif
GEN_ALLOC_typedef
GEN_ALLOC_typedef(ipalloc, struct ip_mx, ix, len, a) int ipalloc_readyplus()
NAME_LEN
#define NAME_LEN
Definition:
ipalloc.h:6
ipalloc_append
int ipalloc_append()
ip_mx
Definition:
ipalloc.h:8
ip_mx::mxh
char mxh[NAME_LEN]
Definition:
ipalloc.h:15
ip_mx::ip6
struct ip6_address ip6
Definition:
ipalloc.h:12
ip_mx::ip4
struct ip4_address ip4
Definition:
ipalloc.h:11
ip_mx::addr
union ip_mx::@0 addr
ip_mx::pref
int pref
Definition:
ipalloc.h:14
ip_mx::af
unsigned short af
Definition:
ipalloc.h:9
Generated on Thu Jan 16 2025 17:42:04 for s/qmail by
1.9.6