Lines Matching defs:defs

138 static struct config_defaults	*defs;
316 afdefs = *defs;
317 defs = &afdefs;
319 af_conf->keepalive = defs->keepalive;
320 af_conf->thello_holdtime = defs->thello_holdtime;
321 af_conf->thello_interval = defs->thello_interval;
322 af_conf->flags = defs->afflags;
326 defs = &globaldefs;
359 defs->afflags |= F_LDPD_AF_NO_GTSM;
370 defs->afflags &= ~F_LDPD_AF_THELLO_ACCEPT;
372 defs->afflags |= F_LDPD_AF_THELLO_ACCEPT;
376 defs->afflags &= ~F_LDPD_AF_EXPNULL;
378 defs->afflags |= F_LDPD_AF_EXPNULL;
386 defs->keepalive = $2;
396 defs->lhello_holdtime = $2;
405 defs->lhello_interval = $2;
415 defs->thello_holdtime = $2;
424 defs->thello_interval = $2;
556 defs->pwflags |= F_PW_STATUSTLV_CONF;
558 defs->pwflags &= ~F_PW_STATUSTLV_CONF;
562 defs->pwflags |= F_PW_CWORD_CONF;
564 defs->pwflags &= ~F_PW_CWORD_CONF;
629 pwdefs = *defs;
630 defs = &pwdefs;
667 pw->flags = defs->pwflags;
669 defs = &globaldefs;
779 ifacedefs = *defs;
780 defs = &ifacedefs;
782 ia->hello_holdtime = defs->lhello_holdtime;
783 ia->hello_interval = defs->lhello_interval;
785 defs = &afdefs;
823 tnbrdefs = *defs;
824 defs = &tnbrdefs;
826 tnbr->hello_holdtime = defs->thello_holdtime;
827 tnbr->hello_interval = defs->thello_interval;
829 defs = &afdefs;
1315 defs = &globaldefs;
1316 defs->keepalive = DEFAULT_KEEPALIVE;
1317 defs->lhello_holdtime = LINK_DFLT_HOLDTIME;
1318 defs->lhello_interval = DEFAULT_HELLO_INTERVAL;
1319 defs->thello_holdtime = TARGETED_DFLT_HOLDTIME;
1320 defs->thello_interval = DEFAULT_HELLO_INTERVAL;
1321 defs->pwflags = F_PW_STATUSTLV_CONF|F_PW_CWORD_CONF;