#include "squid.h"
#include "auth/basic/RADIUS/radius-util.h"
#include "md5.h"
#include <cctype>
#include <csignal>
#include <ctime>
Include dependency graph for radius-util.cc:
Go to the source code of this file.
Functions | |
static int | good_ipaddr (char *addr) |
static uint32_t | ipstr2long (char *ip_str) |
uint32_t | get_ipaddr (char *host) |
Variables | |
char | util_sccsid [] |
Function Documentation
◆ get_ipaddr()
uint32_t get_ipaddr | ( | char * | host | ) |
Definition at line 143 of file radius-util.cc.
References good_ipaddr(), and ipstr2long().
Referenced by main().
◆ good_ipaddr()
|
static |
Definition at line 70 of file radius-util.cc.
Referenced by get_ipaddr().
◆ ipstr2long()
|
static |
Definition at line 102 of file radius-util.cc.
Referenced by get_ipaddr().
Variable Documentation
◆ util_sccsid
char util_sccsid[] |
Initial value:
=
"@(#)util.c 1.5 Copyright 1992 Livingston Enterprises Inc\n"
" 2.1 Copyright 1997 Cistron Internet Services B.V."
Definition at line 43 of file radius-util.cc.