FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | clib_timebase_init (clib_timebase_t *tb, i32 timezone_offset_in_hours, clib_timebase_daylight_time_t daylight_type) |
void | clib_timebase_time_to_components (f64 now, clib_timebase_component_t *cp) |
f64 | clib_timebase_components_to_time (clib_timebase_component_t *cp) |
f64 | clib_timebase_find_sunday_midnight (f64 start_time) |
f64 | clib_timebase_offset_from_sunday (u8 *day) |
u8 * | format_clib_timebase_time (u8 *s, va_list *args) |
uword | unformat_clib_timebase_range_hms (unformat_input_t *input, va_list *args) |
uword | unformat_clib_timebase_range_vector (unformat_input_t *input, va_list *args) |
f64 | clib_timebase_summer_offset (clib_timebase_t *tb, f64 now) |
Variables | |
static const u32 | days_per_month [] |
static const char * | month_short_names [] |
static const char * | day_names_epoch_order [] |
static const char * | day_names_calendar_order [] |
f64 clib_timebase_components_to_time | ( | clib_timebase_component_t * | cp | ) |
Definition at line 177 of file time_range.c.
Definition at line 213 of file time_range.c.
void clib_timebase_init | ( | clib_timebase_t * | tb, |
i32 | timezone_offset_in_hours, | ||
clib_timebase_daylight_time_t | daylight_type | ||
) |
Definition at line 19 of file time_range.c.
f64 clib_timebase_summer_offset | ( | clib_timebase_t * | tb, |
f64 | now | ||
) |
Definition at line 383 of file time_range.c.
void clib_timebase_time_to_components | ( | f64 | now, |
clib_timebase_component_t * | cp | ||
) |
Definition at line 96 of file time_range.c.
uword unformat_clib_timebase_range_hms | ( | unformat_input_t * | input, |
va_list * | args | ||
) |
Definition at line 268 of file time_range.c.
uword unformat_clib_timebase_range_vector | ( | unformat_input_t * | input, |
va_list * | args | ||
) |
|
static |
Definition at line 84 of file time_range.c.
|
static |
Definition at line 74 of file time_range.c.
|
static |
Definition at line 44 of file time_range.c.
|
static |
Definition at line 59 of file time_range.c.