• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/

Lines Matching refs:item

210 int set_port (char *word, char *value, int context, void *item)
219 set_int (word, value, &(((struct global *) item)->port));
229 int set_rtimeout (char *word, char *value, int context, void *item)
244 set_int (word, value, &(((struct lac *) item)->rtimeout));
254 int set_rws (char *word, char *value, int context, void *item)
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)
280 set_int (word, value, &(((struct lns *) item)->call_rws));
283 set_int (word, value, &(((struct lns *) item)->tun_rws));
284 if (((struct lns *) item)->tun_rws < 1)
300 int set_rmax (char *word, char *value, int context, void *item)
313 set_int (word, value, &(((struct lac *) item)->rmax));
323 int set_authfile (char *word, char *value, int context, void *item)
338 strncpy (((struct global *) item)->authfile, value,
339 sizeof (((struct global *)item)->authfile));
349 int set_autodial (char *word, char *value, int context, void *item)
354 if (set_boolean (word, value, &(((struct lac *) item)->autodial)))
365 int set_flow (char *word, char *value, int context, void *item)
376 if (((struct lac *) item)->call_rws < 0)
377 ((struct lac *) item)->call_rws = 0;
381 ((struct lac *) item)->call_rws = -1;
387 if (((struct lns *) item)->call_rws < 0)
388 ((struct lns *) item)->call_rws = 0;
392 ((struct lns *) item)->call_rws = -1;
403 int set_defaultroute (char *word, char *value, int context, void *item)
408 if (set_boolean (word, value, &(((struct lac *) item)->defaultroute)))
419 int set_authname (char *word, char *value, int context, void *item)
421 struct lac *l = (struct lac *) item;
422 struct lns *n = (struct lns *) item;
441 int set_hostname (char *word, char *value, int context, void *item)
443 struct lac *l = (struct lac *) item;
444 struct lns *n = (struct lns *) item;
463 int set_passwdauth (char *word, char *value, int context, void *item)
468 if (set_boolean (word, value, &(((struct lns *) item)->passwdauth)))
479 int set_hbit (char *word, char *value, int context, void *item)
484 if (set_boolean (word, value, &(((struct lac *) item)->hbit)))
488 if (set_boolean (word, value, &(((struct lns *) item)->hbit)))
499 int set_challenge (char *word, char *value, int context, void *item)
504 if (set_boolean (word, value, &(((struct lac *) item)->challenge)))
508 if (set_boolean (word, value, &(((struct lns *) item)->challenge)))
519 int set_lbit (char *word, char *value, int context, void *item)
524 if (set_boolean (word, value, &(((struct lac *) item)->lbit)))
528 if (set_boolean (word, value, &(((struct lns *) item)->lbit)))
540 int set_debug (char *word, char *value, int context, void *item)
545 if (set_boolean (word, value, &(((struct lac *) item)->debug)))
549 if (set_boolean (word, value, &(((struct lns *) item)->debug)))
560 int set_pppoptfile (char *word, char *value, int context, void *item)
562 struct lac *l = (struct lac *) item;
563 struct lns *n = (struct lns *) item;
582 int set_papchap (char *word, char *value, int context, void *item)
586 struct lac *l = (struct lac *) item;
587 struct lns *n = (struct lns *) item;
634 int set_redial (char *word, char *value, int context, void *item)
639 if (set_boolean (word, value, &(((struct lac *) item)->redial)))
650 int set_accesscontrol (char *word, char *value, int context, void *item)
656 (word, value, &(((struct global *) item)->accesscontrol)))
667 int set_userspace (char *word, char *value, int context, void *item)
673 (word, value, &(((struct global *) item)->forceuserspace)))
750 int set_iprange (char *word, char *value, int context, void *item)
752 struct lns *lns = (struct lns *) item;
772 int set_lac (char *word, char *value, int context, void *item)
774 struct lns *lns = (struct lns *) item;
794 int set_exclusive (char *word, char *value, int context, void *item)
799 if (set_boolean (word, value, &(((struct lns *) item)->exclusive)))
824 int set_localaddr (char *word, char *value, int context, void *item)
831 l = (struct lac *) item;
834 n = (struct lns *) item;
844 int set_remoteaddr (char *word, char *value, int context, void *item)
850 l = (struct lac *) item;
860 int set_lns (char *word, char *value, int context, void *item)
872 l = (struct lac *) item;
933 int set_rand_source (char *word, char *value, int context, void *item)