search for: acl_head

Displaying 2 results from an estimated 2 matches for "acl_head".

2007 Jan 06
1
Re: [nut-commits] svn commit r710 - in trunk: . clients server
...============================================================================ > --- trunk/server/access.c (original) > +++ trunk/server/access.c Sat Jan 6 19:39:08 2007 > @@ -25,13 +25,14 @@ > #include "common.h" > #include "access.h" > > -struct acl_t *acl_head = NULL; > -struct access_t *access_head = NULL; > + struct acl_t *acl_head = NULL; > + struct access_t *access_head = NULL; > > +#ifdef HAVE_IPV6 > /* > * Stolen from privoxy code :] > */ > -int mask_cmp (const struct sockaddr_storage* ip_addr, unsigned int prefi...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...=========================================================================== > --- trunk/server/access.c (original) > +++ trunk/server/access.c Fri Jan 5 21:06:59 2007 > @@ -25,33 +25,72 @@ > #include "common.h" > #include "access.h" > > - struct acl_t *acl_head = NULL; > - struct access_t *access_head = NULL; > +struct acl_t *acl_head = NULL; > +struct access_t *access_head = NULL; > + > +/* > + * Stolen from privoxy code :] > + */ > +int mask_cmp (const struct sockaddr_storage* ip_addr, unsigned int prefix, const struct sockaddr...