Navigation


Changeset 516:1c2f5ee38039 in freeDiameter for extensions/app_radgw/radius.h


Ignore:
Timestamp:
Aug 27, 2010, 10:59:51 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Allow RADIUS Proxies with the app_radgw extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/radius.h

    r254 r516  
    44 * It is redistributed under the terms of the BSD license, as allowed
    55 * by the original copyright reproduced bellow.
    6  *  The file has not been modified, except for this notice.
     6 *  The file has not been modified, except for this notice and
     7 * declaration of:
     8 *  void radius_msg_dump_attr_val(struct radius_attr_hdr *hdr);
    79 */
     10
    811/*********************************************************************************/
    912
     
    216219void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
    217220void radius_msg_free(struct radius_msg *msg);
     221void radius_msg_dump_attr_val(struct radius_attr_hdr *hdr);
    218222void radius_msg_dump(struct radius_msg *msg);
    219223int radius_msg_finish(struct radius_msg *msg, const u8 *secret,
Note: See TracChangeset for help on using the changeset viewer.