Searched refs:getconfig (Results 1 – 19 of 19) sorted by relevance
/freebsd/usr.sbin/rtadvd/ |
H A D | config.h | 34 extern struct ifinfo *getconfig(struct ifinfo *);
|
H A D | config.c | 183 if (getconfig(ifi) == NULL) { in loadconfig_ifname() 335 getconfig(struct ifinfo *ifi) in getconfig() function
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fifo.c | 127 _SI( .getconfig = ) NULL,
|
H A D | dn_aqm.h | 106 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *); member
|
H A D | dn_sched.h | 139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *); member
|
H A D | dn_sched_prio.c | 233 _SI( .getconfig = ) NULL,
|
H A D | dn_sched_rr.c | 319 _SI( .getconfig = ) NULL,
|
H A D | dn_sched_wf2q.c | 378 _SI( .getconfig = ) NULL,
|
H A D | dn_aqm_codel.c | 439 _SI( .getconfig = ) aqm_codel_getconfig,
|
H A D | dn_sched_fq_codel.c | 611 _SI( .getconfig = ) fq_codel_getconfig,
|
H A D | ip_dummynet.c | 1392 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 D | dn_aqm_pie.c | 807 _SI( .getconfig = ) aqm_pie_getconfig,
|
H A D | dn_sched_qfq.c | 846 _SI( .getconfig = ) NULL,
|
H A D | dn_sched_fq_pie.c | 1233 _SI( .getconfig = ) fq_pie_getconfig,
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 15 * 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 D | ntpd.h | 72 extern void getconfig (int, char **);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpsim.c | 138 getconfig(argc, argv); in ntpsim()
|
H A D | ntpd.c | 1141 getconfig(argc, argv);
|
H A D | ntp_config.c | 5122 * 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
|