inet_address_mib

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This MIB module defines textual conventions for representing Internet addresses. An Internet address can be an IPv4 address, an IPv6 address, or a DNS domain name. This module also defines textual conventions for Internet port numbers, autonomous system numbers, and the length of an Internet address prefix.

Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC 4001, see the RFC itself for full legal notices.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InetAddressType

type InetAddressType string

InetAddressType represents ipv6(2) to ipv4(1)).

const (
	InetAddressType_unknown InetAddressType = "unknown"

	InetAddressType_ipv4 InetAddressType = "ipv4"

	InetAddressType_ipv6 InetAddressType = "ipv6"

	InetAddressType_ipv4z InetAddressType = "ipv4z"

	InetAddressType_ipv6z InetAddressType = "ipv6z"

	InetAddressType_dns InetAddressType = "dns"
)

type InetScopeType

type InetScopeType string

InetScopeType represents not yet assigned.

const (
	InetScopeType_interfaceLocal InetScopeType = "interfaceLocal"

	InetScopeType_linkLocal InetScopeType = "linkLocal"

	InetScopeType_subnetLocal InetScopeType = "subnetLocal"

	InetScopeType_adminLocal InetScopeType = "adminLocal"

	InetScopeType_siteLocal InetScopeType = "siteLocal"

	InetScopeType_organizationLocal InetScopeType = "organizationLocal"

	InetScopeType_global InetScopeType = "global"
)

type InetVersion

type InetVersion string

InetVersion represents purpose.

const (
	InetVersion_unknown InetVersion = "unknown"

	InetVersion_ipv4 InetVersion = "ipv4"

	InetVersion_ipv6 InetVersion = "ipv6"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL