Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddescriptor.h36 #define RADIUS_DESCRIPTOR (8) macro
H A Dradius.h102 ((d)->type == RADIUS_DESCRIPTOR ? (struct radius *)(d) : NULL)
H A Dradius.c759 r->desc.type = RADIUS_DESCRIPTOR; in radius_Init()