Rtos API example

Embed: (wiki syntax)

« Back to documentation index

os_whiteboard.h File Reference

os_whiteboard.h File Reference

Platform API to modify the operating system routing table. More...

Go to the source code of this file.

Enumerations

enum  add_or_remove
 

Mode selection.

More...

Functions

void whiteboard_os_modify (const uint8_t address[static 16], enum add_or_remove mode)
 Modify the operating system whiteboard.

Detailed Description

Platform API to modify the operating system routing table.

API to modify the operating system routing table and neighbor cache. Required on Linux. Not needed on embedded systems.

Definition in file os_whiteboard.h.


Enumeration Type Documentation

Mode selection.

Definition at line 27 of file os_whiteboard.h.


Function Documentation

void whiteboard_os_modify ( const uint8_t  address[static 16],
enum add_or_remove  mode 
)

Modify the operating system whiteboard.

Add entries to or remove from the OS routing table.

Parameters:
addressIPv6 address.
add_or_removeselect whether to add or remove address.