Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/rtadvd/
HDconfig.h34 extern struct ifinfo *getconfig(struct ifinfo *);
HDconfig.c183 if (getconfig(ifi) == NULL) { in loadconfig_ifname()
335 getconfig(struct ifinfo *ifi) in getconfig() function
/freebsd-14-stable/sys/netpfil/ipfw/
HDdn_sched_fifo.c127 _SI( .getconfig = ) NULL,
HDdn_aqm.h106 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *); member
HDdn_sched.h139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *); member
HDdn_sched_prio.c233 _SI( .getconfig = ) NULL,
HDdn_sched_rr.c319 _SI( .getconfig = ) NULL,
HDdn_sched_wf2q.c378 _SI( .getconfig = ) NULL,
HDdn_aqm_codel.c439 _SI( .getconfig = ) aqm_codel_getconfig,
HDdn_sched_fq_codel.c611 _SI( .getconfig = ) fq_codel_getconfig,
HDip_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()
HDdn_aqm_pie.c807 _SI( .getconfig = ) aqm_pie_getconfig,
HDdn_sched_qfq.c846 _SI( .getconfig = ) NULL,
HDdn_sched_fq_pie.c1233 _SI( .getconfig = ) fq_pie_getconfig,
/freebsd-14-stable/contrib/ntp/
HDCommitLog-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-14-stable/contrib/ntp/ntpd/
HDntpsim.c138 getconfig(argc, argv); in ntpsim()
HDntpd.c1141 getconfig(argc, argv);
HDntp_config.c5125 getconfig( in getconfig() function
/freebsd-14-stable/contrib/ntp/include/
HDntpd.h72 extern void getconfig (int, char **);