Home | History | Annotate | Download | only in radius

Lines Matching defs:id

2  * $Id: clientid.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
17 UINT4 id;
27 * Purpose: Read in the ttyname to port id map file
38 char *c, *name, *id, *q;
67 id = c;
75 p->id = atoi(id);
97 * Purpose: Map ttyname to port id
101 * Returns: port id, zero if no entry found
116 if (!strcmp(ttyname, p->name)) return p->id;