gInetAddressGetIsSiteLocal {RGtk2}R Documentation

gInetAddressGetIsSiteLocal

Description

Tests whether address is a site-local address such as 10.0.0.1 (that is, the address identifies a host on a local network that can not be reached directly from the Internet, but which may have outgoing Internet connectivity via a NAT or firewall).

Usage

gInetAddressGetIsSiteLocal(object)

Arguments

object

a GInetAddress

Details

Since 2.22

Value

[logical] TRUE if address is a site-local address.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]