File: gInetAddressGetIsSiteLocal.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (13 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
\alias{gInetAddressGetIsSiteLocal}
\name{gInetAddressGetIsSiteLocal}
\title{gInetAddressGetIsSiteLocal}
\description{Tests whether \code{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{\item{\verb{object}}{a \code{\link{GInetAddress}}}}
\details{Since 2.22}
\value{[logical] \code{TRUE} if \code{address} is a site-local address.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}