• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/

Lines Matching refs:lac

29 struct lac *laclist;
31 struct lac *deflac;
46 deflac = (struct lac *) malloc (sizeof (struct lac));
115 struct lac *new_lac ()
117 struct lac *tmp;
118 tmp = (struct lac *) malloc (sizeof (struct lac));
121 log (LOG_CRIT, "%s: Unable to allocate memory for lac entry!\n",
244 set_int (word, value, &(((struct lac *) item)->rtimeout));
266 set_int (word, value, &(((struct lac *) item)->call_rws));
269 set_int (word, value, &(((struct lac *) item)->tun_rws));
270 if (((struct lac *) item)->tun_rws < 1)
313 set_int (word, value, &(((struct lac *) item)->rmax));
354 if (set_boolean (word, value, &(((struct lac *) item)->autodial)))
376 if (((struct lac *) item)->call_rws < 0)
377 ((struct lac *) item)->call_rws = 0;
381 ((struct lac *) item)->call_rws = -1;
408 if (set_boolean (word, value, &(((struct lac *) item)->defaultroute)))
421 struct lac *l = (struct lac *) item;
443 struct lac *l = (struct lac *) item;
484 if (set_boolean (word, value, &(((struct lac *) item)->hbit)))
504 if (set_boolean (word, value, &(((struct lac *) item)->challenge)))
524 if (set_boolean (word, value, &(((struct lac *) item)->lbit)))
545 if (set_boolean (word, value, &(((struct lac *) item)->debug)))
562 struct lac *l = (struct lac *) item;
586 struct lac *l = (struct lac *) item;
639 if (set_boolean (word, value, &(((struct lac *) item)->redial)))
788 log (LOG_DEBUG, "lac start = %x, end = %x, sense=%ud\n",
826 struct lac *l;
831 l = (struct lac *) item;
846 struct lac *l;
850 l = (struct lac *) item;
863 struct lac *l;
872 l = (struct lac *) item;
999 struct lac *tc;
1095 else if (!strcasecmp (s, "lac"))
1127 ((struct lac *) data)->next = laclist;
1128 laclist = (struct lac *) data;
1131 strncpy (((struct lac *) data)->entname,
1132 d, sizeof (((struct lac *) data)->entname));
1134 log (LOG_DEBUG, "parse_config: lac context descriptor %s\n",
1212 {"lac", &set_lac},
1213 {"no lac", &set_lac},