#include "defs.h"

Go to the source code of this file.
Functions | |
| void | os_arg (int *argc, char **argv) |
| void | os_init (void) |
| void | os_cleanup (void) |
| void | os_exit (int ret) |
| void | os_clear_console (void) |
| void | os_printline (int level, const char *line) |
| void os_arg | ( | int * | argc, | |
| char ** | argv | |||
| ) |
Referenced by main().
| void os_cleanup | ( | void | ) |
disable IP forwarding
Definition at line 36 of file init.c.
References LOG_NETWORKING, OLSR_DEBUG, OLSR_WARN, os_cleanup_global_ifoptions(), os_clear_console(), and WIDE_STRING.
Referenced by olsr_shutdown().

| void os_clear_console | ( | void | ) |
Definition at line 97 of file log.c.
References LOG_MAIN, and OLSR_WARN.
Referenced by olsr_process_changes(), and os_cleanup().
| void os_exit | ( | int | ret | ) |
Referenced by olsr_event2(), olsr_exit(), and ping_infinite().
| void os_init | ( | void | ) |
Definition at line 30 of file init.c.
References DisableIcmpRedirects(), LOG_NETWORKING, OLSR_DEBUG, OLSR_WARN, os_apm_init(), os_init_global_ifoptions(), os_syslog_init(), and WIDE_STRING.
Referenced by main().

| void os_printline | ( | int | level, | |
| const char * | line | |||
| ) |
Definition at line 68 of file log.c.
References SEVERITY_DEBUG, SEVERITY_ERR, SEVERITY_INFO, and SEVERITY_WARN.
Referenced by olsr_log_syslog().
1.6.3