/home/pvrabec/openscap/openscap-0.5.3/src/OVAL/oval_sysInterface.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_system_characteristics_impl.h"
#include "oval_collection_impl.h"

Data Structures

struct  oval_sysint

Typedefs

typedef struct oval_sysint oval_sysint_t

Functions

int oval_sysint_iterator_has_more (struct oval_sysint_iterator *oc_sysint)
struct oval_sysintoval_sysint_iterator_next (struct oval_sysint_iterator *oc_sysint)
void oval_sysint_iterator_free (struct oval_sysint_iterator *oc_sysint)
char * oval_sysint_get_name (struct oval_sysint *sysint)
void oval_sysint_set_name (struct oval_sysint *sysint, char *name)
char * oval_sysint_get_ip_address (struct oval_sysint *sysint)
void oval_sysint_set_ip_address (struct oval_sysint *sysint, char *ip_address)
char * oval_sysint_get_mac_address (struct oval_sysint *sysint)
void oval_sysint_set_mac_address (struct oval_sysint *sysint, char *mac_address)
oval_sysint_toval_sysint_new ()
void oval_sysint_free (struct oval_sysint *sysint)
void oval_consume_interface_name (char *text, void *sysint)
void oval_consume_ip_address (char *text, void *sysint)
void oval_consume_mac_address (char *text, void *sysint)
int _oval_sysint_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user)
int oval_sysint_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_sysint_consumer consumer, void *user)
void oval_sysint_to_print (struct oval_sysint *sysint, char *indent, int idx)
void oval_sysint_to_dom (struct oval_sysint *sysint, xmlDoc *doc, xmlNode *tag_parent)

Variables

const char * NAMESPACE_OVALSYS

Detailed Description

Open Vulnerability and Assessment Language.

See more details at http://oval.mitre.org/


Generated on 29 Sep 2009 for Open SCAP Library by  doxygen 1.6.1