Lines Matching refs:radius
583 || (ipcp->fsm.bundle->radius.valid && ipcp->fsm.bundle->radius.vj) in ipcp_Setup()
705 if (bundle->radius.valid) in ipcp_SetIPaddress()
706 route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
879 radius_Flush(&fp->bundle->radius); in IpcpLayerDown()
880 radius_Account(&fp->bundle->radius, &fp->bundle->radacct, in IpcpLayerDown()
883 if (*fp->bundle->radius.cfg.file && fp->bundle->radius.filterid) in IpcpLayerDown()
884 system_Select(fp->bundle, fp->bundle->radius.filterid, LINKDOWNFILE, in IpcpLayerDown()
886 radius_StopTimer(&fp->bundle->radius); in IpcpLayerDown()
949 radius_Account(&fp->bundle->radius, &fp->bundle->radacct, fp->bundle->links, in IpcpLayerUp()
952 if (*fp->bundle->radius.cfg.file && fp->bundle->radius.filterid) in IpcpLayerUp()
953 system_Select(fp->bundle, fp->bundle->radius.filterid, LINKUPFILE, in IpcpLayerUp()