OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_find_server
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/radius/
radiusclient.h
425
int
rc_find_server
__P((char *, UINT4 *, char *));
config.c
442
* Function:
rc_find_server
450
int
rc_find_server
(char *server_name, UINT4 *ip_addr, char *secret)
function
468
error("
rc_find_server
: couldn't open file: %m: %s", rc_conf_str("servers"));
539
error("
rc_find_server
: couldn't find RADIUS server %s in %s",
sendserver.c
229
if (
rc_find_server
(server_name, &auth_ipaddr, secret) != 0)
Completed in 503 milliseconds