The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Valuepair functions that are radiusd-specific and as such do not belong in the library. More...
#include <freeradius-devel/server/paircmp.h>
#include <freeradius-devel/server/regex.h>
#include <freeradius-devel/server/request.h>
#include <freeradius-devel/unlang/xlat.h>
#include <freeradius-devel/util/debug.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | paircmp_pairs (UNUSED request_t *request, fr_pair_t const *check, fr_pair_t *vp) |
Compares check and vp by value. More... | |
Valuepair functions that are radiusd-specific and as such do not belong in the library.
Definition in file paircmp.c.
Compares check and vp by value.
Does not call any per-attribute comparison function, but does honour check.operator. Basically does "vp.value check.op check.value".
[in] | request | Current request. |
[in] | check | rvalue, and operator. |
[in] | vp | lvalue. |
Definition at line 56 of file paircmp.c.