![]() |
ircproxy The Ultimate Cyborg |
#include <match.h>
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. | |
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().
| int in_mask::fall |
Non-zero if besides bits and mask a text compare is still needed.
Definition at line 27 of file match.h.
Referenced by matchcompIP().
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|