Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Dconfig.h34 extern struct ifinfo *getconfig(struct ifinfo *);
H A Dconfig.c183 if (getconfig(ifi) == NULL) { in loadconfig_ifname()
335 getconfig(struct ifinfo *ifi) in getconfig() function
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c127 _SI( .getconfig = ) NULL,
H A Ddn_aqm.h106 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *); member
H A Ddn_sched.h139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *); member
H A Ddn_sched_prio.c233 _SI( .getconfig = ) NULL,
H A Ddn_sched_rr.c319 _SI( .getconfig = ) NULL,
H A Ddn_sched_wf2q.c378 _SI( .getconfig = ) NULL,
H A Ddn_aqm_codel.c439 _SI( .getconfig = ) aqm_codel_getconfig,
H A Ddn_sched_fq_codel.c611 _SI( .getconfig = ) fq_codel_getconfig,
H A Dip_dummynet.c1392 if (fs->aqmfp && fs->aqmfp->getconfig) { in get_aqm_parms()
1393 if(fs->aqmfp->getconfig(fs, ep)) { in get_aqm_parms()
1447 if (schk->fp && schk->fp->getconfig) { in get_sched_parms()
1448 if(schk->fp->getconfig(schk, ep)) { in get_sched_parms()
H A Ddn_aqm_pie.c807 _SI( .getconfig = ) aqm_pie_getconfig,
H A Ddn_sched_qfq.c846 _SI( .getconfig = ) NULL,
H A Ddn_sched_fq_pie.c1233 _SI( .getconfig = ) fq_pie_getconfig,
/freebsd/contrib/ntp/
H A DCommitLog-4.1.015 * ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
214 (getconfig): CONF_CLOCK_HUFFPUFF support.
397 (getconfig): version support.
563 * ntpd/ntp_config.c (getconfig): Initialize/bounds check minpoll
577 * ntpd/ntp_config.c (getconfig): Read stratum fudge value into
588 * ntpd/ntp_config.c (getconfig): move "tinker" so it's generally
595 * ntpd/ntp_config.c (getconfig): Squawk if provided minpoll or
968 * ntpd/ntp_config.c (getconfig): Handle CONF_CRYPTO_CERT.
1359 * ntpd/ntp_config.c (getconfig):
1838 * ntpd/ntp_config.c (getconfig):
[all …]
/freebsd/contrib/ntp/include/
H A Dntpd.h72 extern void getconfig (int, char **);
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c138 getconfig(argc, argv); in ntpsim()
H A Dntpd.c1141 getconfig(argc, argv);
H A Dntp_config.c5122 * getconfig() - process startup configuration file e.g /etc/ntp.conf in getconfig()
5125 getconfig( in getconfig()
5176 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(config_file)); in getconfig()
5189 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>: %m", FindConfig(alt_config_file)); in getconfig()
5097 getconfig( getconfig() function