Home
last modified time | relevance | path

Searched defs:CIDR_MATCH (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcidr_match.h42 typedef struct CIDR_MATCH { struct
45 unsigned char net_bytes[CIDR_MATCH_ABYTES]; /* network portion */ argument
46 unsigned char mask_bytes[CIDR_MATCH_ABYTES]; /* network mask */ argument
51 struct CIDR_MATCH *next; /* next entry */ argument
52 struct CIDR_MATCH *block_end; /* block terminator */ argument
53 } CIDR_MATCH; typedef