#include <stdarg.h>
#include <stdint.h>
#include "oval_definitions.h"
#include "oval_system_characteristics.h"
#include "oval_probe_session.h"
Go to the source code of this file.
Defines | |
#define | OVAL_PDFLAG_NOREPLY 0x0001 |
#define | OVAL_PDFLAG_NORECONN 0x0002 |
#define | OVAL_PDGLAG_RUNALL 0x0004 |
#define | OVAL_PDFLAG_RUNNOW 0x0008 |
#define | OVAL_PDFLAG_MASK (0x0001|0x0002|0x0004|0x0008) |
#define | OVAL_PCTX_ATTR_RETRY 0x0001 |
#define | OVAL_PCTX_ATTR_RECVTIMEOUT 0x0002 |
#define | OVAL_PCTX_ATTR_SENDTIMEOUT 0x0003 |
#define | OVAL_PCTX_ATTR_SCHEME 0x0004 |
#define | OVAL_PCTX_ATTR_DIR 0x0005 |
#define | OVAL_PCTX_ATTR_MODEL 0x0006 |
Functions | |
struct oval_sysinfo * | oval_probe_sysinf_eval (oval_probe_session_t *sess) __attribute__((nonnull(1))) |
Evaluate system info probe. | |
struct oval_syschar * | oval_probe_object_eval (oval_probe_session_t *sess, struct oval_object *object, int flags) __attribute__((nonnull(1 |
Evaluate an object. |