Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dclientid.c15 struct map2id_s { struct
19 struct map2id_s *next; argument
22 static struct map2id_s *map2id_list = NULL;
39 struct map2id_s *p; in rc_read_mapfile()
69 if ((p = (struct map2id_s *)malloc(sizeof(*p))) == NULL) { in rc_read_mapfile()
106 struct map2id_s *p; in rc_map2id()