WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

#include <addr_resolv.h>

Data Fields

char * h_name
 
char ** h_aliases
 
int h_addrtype
 
int h_length
 
char ** h_addr_list
 

Detailed Description

This structure describes an Internet host address.

Field Documentation

◆ h_addr_list

char** pj_hostent::h_addr_list

List of addresses.

◆ h_addrtype

int pj_hostent::h_addrtype

Host address type.

◆ h_aliases

char** pj_hostent::h_aliases

Aliases list.

◆ h_length

int pj_hostent::h_length

Length of address.

◆ h_name

char* pj_hostent::h_name

The official name of the host.


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

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.