ircproxy  The Ultimate Cyborg

in_mask Struct Reference

#include <match.h>

List of all members.


Detailed Description

An IP mask used for matchcompIP.

Definition at line 24 of file match.h.


Public Attributes

struct in_addr bits
 What these bits should look like to have a match.
struct in_addr mask
 The bits considered significative in the IP.
int fall
 Non-zero if besides bits and mask a text compare is still needed.

Member Data Documentation

struct in_addr in_mask::bits [read]

What these bits should look like to have a match.

Definition at line 25 of file match.h.

Referenced by matchcompIP().

struct in_addr in_mask::mask [read]

The bits considered significative in the IP.

Definition at line 26 of file match.h.

Referenced by matchcompIP().

Non-zero if besides bits and mask a text compare is still needed.

Definition at line 27 of file match.h.

Referenced by matchcompIP().


The documentation for this struct was generated from the following file:

Copyright © 2005-2007 Carlo Wood.  All rights reserved.