Home
last modified time | relevance | path

Searched refs:rc_acct (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dradius.c946 result = rc_acct(rstate.client_port, send); in radius_acct_start()
1101 result = rc_acct(rstate.client_port, send); in radius_acct_stop()
1198 result = rc_acct(rstate.client_port, send); in radius_acct_interim()
Dradiusclient.h409 int rc_acct __P((UINT4, VALUE_PAIR *));
Dbuildreq.c360 int rc_acct(UINT4 client_port, VALUE_PAIR *send) in rc_acct() function