networkclient
example_1.c File Reference

Sample code to initialize a RADIUS packet. More...

#include <networkradius-devel/client.h>
Include dependency graph for example_1.c:

Functions

int main (int argc, const char *argv[])
 

Detailed Description

Sample code to initialize a RADIUS packet.

This example initializes a packet, and then adds User-Name and User-Password to it. The resulting packet is then printed to the standard output.

Function Documentation