/home/aaron/olsrd-current/olsrd/src/win32/unistd.h File Reference

#include <stddef.h>
Include dependency graph for unistd.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define IPTOS_PREC (  )     ((x) & 0xe0)

Definition at line 56 of file unistd.h.

Referenced by os_socket_set_olsr_options().

#define IPTOS_TOS (  )     ((x) & 0x1e)

Definition at line 55 of file unistd.h.

Referenced by os_socket_set_olsr_options().


Function Documentation

int getpid ( void   ) 

Definition at line 88 of file compat.c.

Referenced by main().

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  ) 

Definition at line 74 of file compat.c.

References RandState.

Referenced by main().

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().

Here is the call graph for this function:

Generated on Thu May 23 06:00:10 2013 for olsrd by  doxygen 1.6.3