AvahiAddress Struct Reference

Protocol (address family) independent address structure. More...

#include <avahi-common/address.h>


Data Fields

AvahiProtocol proto
 Address family.
union {
   AvahiIPv6Address   ipv6
 Address when IPv6.
   AvahiIPv4Address   ipv4
 Address when IPv4.
   uint8_t   data [1]
 Type-independent data field.
data


Detailed Description

Protocol (address family) independent address structure.
Examples:

client-browse-services.c.

Definition at line 72 of file address.h.


Field Documentation

union { ... } AvahiAddress::data

uint8_t AvahiAddress::data[1]

Type-independent data field.

Definition at line 78 of file address.h.

Address when IPv4.

Definition at line 77 of file address.h.

Address when IPv6.

Definition at line 76 of file address.h.

Address family.

Definition at line 73 of file address.h.


The documentation for this struct was generated from the following file:

Generated on Fri Dec 12 22:23:40 2008 for avahi by  doxygen 1.5.7.1