/* bootp.cc 25/04/1998 11.04.40 */ /* bootrc.cc 08/10/2002 14.26.10 */ /* calcmask.cc 26/07/1997 14.08.38 */ /* command.cc 08/10/2002 14.26.52 */ /* daemon1.cc 08/10/2002 14.27.52 */ EXPORT void daemon_register (DAEMON_INTERNAL *dae, const char *name, const char *buf); EXPORT DAEMON_INTERNAL *daemon_find (const char *name); /* daemon.cc 08/10/2002 14.27.10 */ EXPORT int netconf_system (int timeout, const char *cmd); /* daemoni.cc 08/10/2002 14.28.06 */ EXPORT int netconf_system_if (const char *name, const char *args, int timeout); EXPORT int netconf_system_if (const char *name, const char *args); /* daemons.cc 08/10/2002 14.29.34 */ /* datetime.cc 22/07/2004 15.34.42 */ /* devices.cc 08/10/2002 14.32.12 */ /* devlist.cc 24/11/2000 00.01.46 */ /* _dict.cc 14/08/1996 16.18.06 */ /* dnsping.cc 08/10/2002 14.32.44 */ /* dropin.cc 08/10/2002 15.34.20 */ /* groutes.cc 08/10/2002 14.36.10 */ /* helpf.cc 10/02/1998 10.50.16 */ /* host.cc 08/10/2002 14.37.14 */ /* hostinfo.cc 24/11/2000 00.01.46 */ /* hosts.cc 24/08/2004 12.17.04 */ /* html_access.cc 08/10/2002 15.34.20 */ /* ifconfig.cc 07/05/2001 16.58.36 */ EXPORT int ifconfig_getinfo (const char *ifname, IFCONFIG_INFO&info); /* internal.cc 03/10/1995 01.09.14 */ /* ipalias.cc 08/10/2002 15.36.40 */ /* ipx.cc 25/04/2002 13.02.34 */ /* level.cc 25/04/2002 13.02.38 */ /* net.cc 19/08/2004 15.32.34 */ EXPORT bool net_setshowmode (bool mode); EXPORT void net_resetnberr (void); EXPORT int net_getnberr (void); EXPORT void net_hint (const char *var, const char *value, ...); EXPORT void net_prtlog (int level, const char *ctl, ...); EXPORT void net_introlog (int msg); EXPORT void net_title (const char *msg); EXPORT void net_section (const char *msg); EXPORT void net_showlog (void); EXPORT void net_showlastlog (void); /* netconf.cc 27/08/2003 22.40.42 */ EXPORT int netconf_checkupdate (bool showdontquit); EXPORT bool netconf_mainaccess (void); EXPORT bool netconf_rootaccess (const char *msg); EXPORT bool netconf_rootaccess (void); /* networks.cc 25/04/2002 13.03.04 */ /* process.cc 12/11/2003 12.24.48 */ EXPORT PROC *process_find (const char *path, const CONFIG_FILE *pidfile); EXPORT int process_findchild (int pid); EXPORT long process_isactive (const char *path); /* resolv.cc 12/11/2003 12.28.42 */ /* routed.cc 18/09/2000 17.52.44 */ /* routes1.cc 03/03/2000 12.48.50 */ EXPORT bool routes_validnet (const char *net, const char *mask); /* routes.cc 25/04/2002 13.03.24 */ /* shutdown.cc 14/09/2001 14.27.24 */ EXPORT void shutdown_control (void); /* simple.cc 08/10/2002 15.39.28 */ /* simul.cc 25/10/2000 14.36.14 */ EXPORT int simul_isdemo (void); EXPORT int simul_ishint (void); EXPORT int simul_ison (void); /* thishost1.cc 30/10/2001 16.54.36 */ /* thishost.cc 04/04/1998 00.19.30 */