OpenVAS Scanner 21.4.1
|
Unix SMB/CIFS implementation. time handling functions. More...
#include "byteorder.h"
#include "smb.h"
#include <limits.h>
#include <sys/time.h>
#include <time.h>
#include <utime.h>
Macros | |
#define | uint32 uint32_t |
#define | TIME_T_MIN |
#define | TIME_T_MAX LONG_MAX |
#define | NTTIME_INFINITY (NTTIME) 0x8000000000000000LL |
#define | TIME_FIXUP_CONSTANT_INT 11644473600LL |
Functions | |
void | unix_timespec_to_nt_time_ntlmssp (NTTIME *nt, struct timespec ts) |
void | GetTimeOfDay_ntlmssp (struct timeval *tval) |
void | put_long_date_timespec_ntlmssp (char *p, struct timespec ts) |
void | put_long_date_ntlmssp (char *p, time_t t) |
Unix SMB/CIFS implementation. time handling functions.
time handling functions
#define NTTIME_INFINITY (NTTIME) 0x8000000000000000LL |
#define TIME_FIXUP_CONSTANT_INT 11644473600LL |
#define TIME_T_MAX LONG_MAX |
#define TIME_T_MIN |
#define uint32 uint32_t |
void GetTimeOfDay_ntlmssp | ( | struct timeval * | tval | ) |
void put_long_date_ntlmssp | ( | char * | p, |
time_t | t | ||
) |
void put_long_date_timespec_ntlmssp | ( | char * | p, |
struct timespec | ts | ||
) |
void unix_timespec_to_nt_time_ntlmssp | ( | NTTIME * | nt, |
struct timespec | ts | ||
) |