RTRlib
Main Page
Modules
Data Structures
Examples
All
Data Structures
Functions
Typedefs
Enumerations
Enumerator
Groups
Pages
rtrlib
lib
utils.h
1
/*
2
* This file is part of RTRlib.
3
*
4
* This file is subject to the terms and conditions of the MIT license.
5
* See the file LICENSE in the top level directory for more details.
6
*
7
* Website: http://rtrlib.realmv6.org/
8
*/
9
10
#ifndef RTR_UTILS_H
11
#define RTR_UTILS_H
12
#include <time.h>
13
#include "rtrlib/lib/ip.h"
14
21
int
rtr_get_monotonic_time(time_t *seconds);
22
31
uint32_t rtr_get_bits(
const
uint32_t val,
const
uint8_t from,
const
uint8_t number);
32
33
#endif
Generated on Thu Aug 20 2015 19:31:52 for RTRlib by
1.8.6