su_localinfo_s Struct Reference

#include <su_localinfo.h>

Collaboration diagram for su_localinfo_s:

Collaboration graph
[legend]

Detailed Description

Local address info structure.


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.
int li_index
 Network interface index.
int li_scope
 Address scope.
socklen_t li_addrlen
 Length of li_addr.
su_sockaddr_tli_addr
 Binary address.
char * li_canonname
 Canonical name for address.
su_localinfo_tli_next
 Next structure in linked list.
char * li_ifname
 Network interface name.


Field Documentation

int li_family

Address family.

int li_index

Network interface index.

int li_scope

Address scope.

socklen_t li_addrlen

Length of li_addr.

Binary address.

char* li_canonname

Canonical name for address.

Next structure in linked list.

char* li_ifname

Network interface name.


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