aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius/radlib_vs.h
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-12-06 19:00:37 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-12-06 19:00:37 +0000
commitbf5a1b6502d930e5ff552b6616e7bafe8d575920 (patch)
tree8d0ad6b1300d7654093c94ccf2cdb651d9af655e /lib/libradius/radlib_vs.h
parent38ce9496fedfa55dbe83da3a446802f6756051db (diff)
downloadsrc-bf5a1b6502d930e5ff552b6616e7bafe8d575920.tar.gz
src-bf5a1b6502d930e5ff552b6616e7bafe8d575920.zip
- Rewrite radius servers traversal algorithm.
- Add functions for working with IPv6 attributes. Approved by: ae
Notes
Notes: svn path=/head/; revision=243956
Diffstat (limited to 'lib/libradius/radlib_vs.h')
-rw-r--r--lib/libradius/radlib_vs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libradius/radlib_vs.h b/lib/libradius/radlib_vs.h
index 8b3a75e79d6a..0acfb0e10e00 100644
--- a/lib/libradius/radlib_vs.h
+++ b/lib/libradius/radlib_vs.h
@@ -73,6 +73,7 @@ struct rad_handle;
__BEGIN_DECLS
int rad_get_vendor_attr(u_int32_t *, const void **, size_t *);
int rad_put_vendor_addr(struct rad_handle *, int, int, struct in_addr);
+int rad_put_vendor_addr6(struct rad_handle *, int, int, struct in6_addr);
int rad_put_vendor_attr(struct rad_handle *, int, int, const void *,
size_t);
int rad_put_vendor_int(struct rad_handle *, int, int, u_int32_t);