#include <stddef.h>

Go to the source code of this file.
Defines | |
| #define | IPTOS_TOS(x) ((x) & 0x1e) |
| #define | IPTOS_PREC(x) ((x) & 0xe0) |
Functions | |
| void | srandom (unsigned int Seed) |
| unsigned int | random (void) |
| char * | win32_strerror (unsigned int ErrNo) |
| int | getpid (void) |
| int | isatty (int fd) |
| #define IPTOS_PREC | ( | x | ) | ((x) & 0xe0) |
Definition at line 56 of file unistd.h.
Referenced by os_socket_set_olsr_options().
| #define IPTOS_TOS | ( | x | ) | ((x) & 0x1e) |
Definition at line 55 of file unistd.h.
Referenced by os_socket_set_olsr_options().
| int isatty | ( | int | fd | ) |
Definition at line 431 of file compat.c.
Referenced by main(), and olsr_process_changes().
| unsigned int random | ( | void | ) |
Definition at line 80 of file compat.c.
References RandState.
Referenced by add_interface(), init_msg_seqno(), olsr_init_tc(), olsr_timer_start(), and olsr_timer_walk().
| void srandom | ( | unsigned int | Seed | ) |
| char* win32_strerror | ( | unsigned int | ErrNo | ) |
Definition at line 95 of file compat.c.
References strscpy().
Referenced by dlerror(), GetIntInfo(), ListInterfaces(), os_route_add_rtentry(), os_route_del_rtentry(), and os_socket_set_nonblocking().

1.6.3