su  1.12.11devel
 All Data Structures Files Functions Variables Typedefs Enumerator Macros Groups Pages
Data Fields
su_localinfo_s Struct Reference

Local address info structure. More...

#include <su_localinfo.h>

Collaboration diagram for su_localinfo_s:
Collaboration graph
[legend]

Data Fields

int li_flags
 Bitwise or of flags: LI_V4MAPPED, LI_CANONNAME, LI_NAMEREQD, LI_NUMERIC, LI_DOWN, LI_IFNAME.
 
int li_family
 Address family. More...
 
int li_index
 Network interface index. More...
 
int li_scope
 Address scope. More...
 
socklen_t li_addrlen
 Length of li_addr. More...
 
su_sockaddr_tli_addr
 Binary address. More...
 
char * li_canonname
 Canonical name for address. More...
 
su_localinfo_tli_next
 Next structure in linked list. More...
 
char * li_ifname
 Network interface name. More...
 

Detailed Description

Local address info structure.

Field Documentation

su_sockaddr_t* li_addr

Binary address.

socklen_t li_addrlen

Length of li_addr.

char* li_canonname

Canonical name for address.

int li_family

Address family.

char* li_ifname

Network interface name.

int li_index

Network interface index.

su_localinfo_t* li_next

Next structure in linked list.

int li_scope

Address scope.


Sofia-SIP 1.12.11devel - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.