/home/pvrabec/openscap/openscap-0.5.6/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"
#include "../common/util.h"
#include "../common/public/debug.h"

Data Structures

struct  oval_sysint
 Handle: Oval_systint. More...

Typedefs

typedef struct oval_sysint oval_sysint_t

Functions

bool 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)
 Get interface name.
void oval_sysint_set_name (struct oval_sysint *sysint, char *name)
char * oval_sysint_get_ip_address (struct oval_sysint *sysint)
 Get interface IP address.
void oval_sysint_set_ip_address (struct oval_sysint *sysint, char *ip_address)
char * oval_sysint_get_mac_address (struct oval_sysint *sysint)
 Get interface MAC address.
void oval_sysint_set_mac_address (struct oval_sysint *sysint, char *mac_address)
struct oval_sysintoval_sysint_new (struct oval_syschar_model *model)
bool oval_sysint_is_valid (struct oval_sysint *sysint)
 return true if the sysint instance is valid
bool oval_sysint_is_locked (struct oval_sysint *sysint)
 return true if the sysint instance is locked.
struct oval_sysintoval_sysint_clone (struct oval_syschar_model *new_model, struct oval_sysint *old_sysint)
void oval_sysint_free (struct oval_sysint *sysint)
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)

Detailed Description

Open Vulnerability and Assessment Language.

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


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1