Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_FamilyInet

Gets the value of the address family for Internet Protocol.

Syntax

#include <prnetdb.h> 

PRUint16 PR_FamilyInet(void);

Returns

The value of the address family for Internet Protocol. This is usually PR_AF_INET, but can also be PR_AF_INET6 if IPv6 is enabled. The returned value can be assigned to the inet.family field of a PRNetAddr object.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,