Symbol: radius
sys/bus/u4b/gadget/g_mouse.c
339
int radius;
sys/bus/u4b/gadget/g_mouse.c
366
radius = sc->sc_radius;
sys/bus/u4b/gadget/g_mouse.c
373
radius = (radius * (8000-sc->sc_tick)) / 8000;
sys/bus/u4b/gadget/g_mouse.c
381
sc->sc_curr_x_state = (sc->sc_tick * radius) / 2000;
sys/bus/u4b/gadget/g_mouse.c
384
sc->sc_curr_x_state = radius;
sys/bus/u4b/gadget/g_mouse.c
385
sc->sc_curr_y_state = -(((sc->sc_tick - 2000) * radius) / 2000);
sys/bus/u4b/gadget/g_mouse.c
387
sc->sc_curr_x_state = radius - (((sc->sc_tick - 4000) * radius) / 2000);
sys/bus/u4b/gadget/g_mouse.c
388
sc->sc_curr_y_state = -radius;
sys/bus/u4b/gadget/g_mouse.c
391
sc->sc_curr_y_state = -radius + (((sc->sc_tick - 6000) * radius) / 2000);
usr.bin/calendar/basics.c
334
double radius = 6.372e6; /* Earth radius in meters */
usr.bin/calendar/basics.c
336
double dip = arccos_deg(radius / (radius + h));
usr.sbin/ppp/auth.c
181
if (bundle->radius.valid && bundle->radius.ip.s_addr != INADDR_NONE &&
usr.sbin/ppp/auth.c
182
bundle->radius.ip.s_addr != RADIUS_INADDR_POOL) {
usr.sbin/ppp/auth.c
184
if (!ipcp_UseHisIPaddr(bundle, bundle->radius.ip))
usr.sbin/ppp/auth.c
186
ipcp_Setup(&bundle->ncp.ipcp, bundle->radius.mask.s_addr);
usr.sbin/ppp/auth.c
208
if (!bundle->radius.valid || bundle->radius.ip.s_addr == INADDR_NONE) {
usr.sbin/ppp/auth.c
239
if (bundle->radius.valid)
usr.sbin/ppp/bundle.c
1097
radius_Show(&arg->bundle->radius, arg->prompt);
usr.sbin/ppp/bundle.c
1232
bundle->phys_type.open && bundle->radius.sessiontime) {
usr.sbin/ppp/bundle.c
1236
secs = bundle->radius.sessiontime;
usr.sbin/ppp/bundle.c
1911
if (bundle->radius.valid && bundle->radius.mtu &&
usr.sbin/ppp/bundle.c
1912
bundle->radius.mtu < bundle->iface->mtu) {
usr.sbin/ppp/bundle.c
1914
bundle->radius.mtu);
usr.sbin/ppp/bundle.c
1915
bundle->iface->mtu = bundle->radius.mtu;
usr.sbin/ppp/bundle.c
234
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.c
259
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.c
291
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.c
321
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.c
424
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.c
493
result += descriptor_UpdateSet(&bundle->radius.desc, r, w, e, n);
usr.sbin/ppp/bundle.c
521
if (descriptor_IsSet(&bundle->radius.desc, fdset))
usr.sbin/ppp/bundle.c
547
if (descriptor_IsSet(&bundle->radius.desc, fdset))
usr.sbin/ppp/bundle.c
548
descriptor_Read(&bundle->radius.desc, bundle, fdset);
usr.sbin/ppp/bundle.c
884
radius_Init(&bundle.radius);
usr.sbin/ppp/bundle.c
920
radius_Destroy(&bundle->radius);
usr.sbin/ppp/bundle.c
969
if (bundle->radius.sessiontime)
usr.sbin/ppp/bundle.h
147
struct radius radius; /* Info retrieved from radius server */
usr.sbin/ppp/chap.c
500
if (*authp->physical->dl->bundle->radius.cfg.file) {
usr.sbin/ppp/chap.c
558
if (*bundle->radius.cfg.file && bundle->radius.msrepstr)
usr.sbin/ppp/chap.c
559
msg = bundle->radius.msrepstr;
usr.sbin/ppp/chap.c
567
if (*bundle->radius.cfg.file && bundle->radius.repstr)
usr.sbin/ppp/chap.c
568
msg = bundle->radius.repstr;
usr.sbin/ppp/chap.c
598
if (*bundle->radius.cfg.file && bundle->radius.errstr)
usr.sbin/ppp/chap.c
599
msg = bundle->radius.errstr;
usr.sbin/ppp/chap.c
859
if (*bundle->radius.cfg.file) {
usr.sbin/ppp/chap.c
860
if (!radius_Authenticate(&bundle->radius, &chap->auth,
usr.sbin/ppp/command.c
2166
*arg->bundle->radius.cfg.file = '\0';
usr.sbin/ppp/command.c
2172
strncpy(arg->bundle->radius.cfg.file, argp,
usr.sbin/ppp/command.c
2173
sizeof arg->bundle->radius.cfg.file - 1);
usr.sbin/ppp/command.c
2174
arg->bundle->radius.cfg.file
usr.sbin/ppp/command.c
2175
[sizeof arg->bundle->radius.cfg.file - 1] = '\0';
usr.sbin/ppp/ipcp.c
570
|| (ipcp->fsm.bundle->radius.valid && ipcp->fsm.bundle->radius.vj)
usr.sbin/ppp/ipcp.c
694
if (bundle->radius.valid)
usr.sbin/ppp/ipcp.c
695
route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr);
usr.sbin/ppp/ipcp.c
868
radius_Account(&fp->bundle->radius, &fp->bundle->radacct,
usr.sbin/ppp/ipcp.c
872
if (fp->bundle->radius.cfg.file[0] != '\0' && fp->bundle->radius.filterid)
usr.sbin/ppp/ipcp.c
873
system_Select(fp->bundle, fp->bundle->radius.filterid, LINKDOWNFILE,
usr.sbin/ppp/ipcp.c
936
radius_Account(&fp->bundle->radius, &fp->bundle->radacct, fp->bundle->links,
usr.sbin/ppp/ipcp.c
939
if (fp->bundle->radius.cfg.file[0] != '\0' && fp->bundle->radius.filterid)
usr.sbin/ppp/ipcp.c
940
system_Select(fp->bundle, fp->bundle->radius.filterid, LINKUPFILE,
usr.sbin/ppp/ipv6cp.c
255
if (bundle->radius.valid)
usr.sbin/ppp/ipv6cp.c
256
route_Change(bundle, bundle->radius.routes, &ipv6cp->myaddr,
usr.sbin/ppp/mppe.c
435
struct radius *r = &fp->bundle->radius;
usr.sbin/ppp/mppe.c
466
if (*fp->bundle->radius.cfg.file && fp->bundle->radius.mppe.policy)
usr.sbin/ppp/mppe.c
467
return fp->bundle->radius.mppe.policy == MPPE_POLICY_REQUIRED ? 1 : 0;
usr.sbin/ppp/mppe.c
484
if (*bundle->radius.cfg.file && bundle->radius.mppe.types) {
usr.sbin/ppp/mppe.c
485
if (bundle->radius.mppe.types & MPPE_TYPE_40BIT)
usr.sbin/ppp/mppe.c
487
if (bundle->radius.mppe.types & MPPE_TYPE_128BIT)
usr.sbin/ppp/mppe.c
697
if (*bundle->radius.cfg.file && bundle->radius.mppe.recvkey) {
usr.sbin/ppp/mppe.c
698
if (mip->keylen > bundle->radius.mppe.recvkeylen)
usr.sbin/ppp/mppe.c
699
mip->keylen = bundle->radius.mppe.recvkeylen;
usr.sbin/ppp/mppe.c
702
memcpy(mip->mastkey, bundle->radius.mppe.recvkey, mip->keylen);
usr.sbin/ppp/mppe.c
753
if (*bundle->radius.cfg.file && bundle->radius.mppe.sendkey) {
usr.sbin/ppp/mppe.c
754
if (mop->keylen > bundle->radius.mppe.sendkeylen)
usr.sbin/ppp/mppe.c
755
mop->keylen = bundle->radius.mppe.sendkeylen;
usr.sbin/ppp/mppe.c
758
memcpy(mop->mastkey, bundle->radius.mppe.sendkey, mop->keylen);
usr.sbin/ppp/pap.c
149
if (*bundle->radius.cfg.file && bundle->radius.repstr)
usr.sbin/ppp/pap.c
150
SendPapCode(authp, PAP_ACK, bundle->radius.repstr);
usr.sbin/ppp/pap.c
267
if (*bundle->radius.cfg.file) {
usr.sbin/ppp/pap.c
268
if (!radius_Authenticate(&bundle->radius, authp, authp->in.name,
usr.sbin/ppp/radius.c
1027
radius_Show(struct radius *r, struct prompt *p)
usr.sbin/ppp/radius.c
144
demangle(struct radius *r, const void *mangled, size_t mlen,
usr.sbin/ppp/radius.c
222
radius_Process(struct radius *r, int got)
usr.sbin/ppp/radius.c
533
radius_Continue(struct radius *r, int sel)
usr.sbin/ppp/radius.c
555
radius_Continue((struct radius *)v, 0);
usr.sbin/ppp/radius.c
573
struct radius *rad = descriptor2radius(d);
usr.sbin/ppp/radius.c
592
struct radius *r = descriptor2radius(d);
usr.sbin/ppp/radius.c
612
radius_Init(struct radius *r)
usr.sbin/ppp/radius.c
646
radius_Destroy(struct radius *r)
usr.sbin/ppp/radius.c
717
radius_Authenticate(struct radius *r, struct authinfo *authp, const char *name,
usr.sbin/ppp/radius.c
886
radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl,
usr.sbin/ppp/radius.h
69
struct radius *rad_parent; /* "Parent" struct radius stored in bundle */
usr.sbin/ppp/radius.h
79
((d)->type == RADIUS_DESCRIPTOR ? (struct radius *)(d) : NULL)
usr.sbin/ppp/radius.h
83
extern void radius_Init(struct radius *);
usr.sbin/ppp/radius.h
84
extern void radius_Destroy(struct radius *);
usr.sbin/ppp/radius.h
86
extern void radius_Show(struct radius *, struct prompt *);
usr.sbin/ppp/radius.h
87
extern int radius_Authenticate(struct radius *, struct authinfo *,
usr.sbin/ppp/radius.h
90
extern void radius_Account(struct radius *, struct radacct *,