Home | History | Annotate | Download | only in radius

Lines Matching full:server

36 				    SERVER **authserver,
37 SERVER **acctserver);
41 SERVER **authserver,
42 SERVER **acctserver)
46 SERVER *accts, *auths, *s;
50 auths = (SERVER *) malloc(sizeof(SERVER));
52 accts = (SERVER *) malloc(sizeof(SERVER));
111 option_error("%s: server address missing on line %d: %s",
119 option_error("%s: server port missing on line %d: %s",