ipv4类

package
v0.0.0-...-fcd50c7 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

gipv4 包提供了用于处理IPv4地址的有用API。 md5:dc7fb957be20c17f

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHostByName

func GetHostByName(hostname string) (string, error)

GetHostByName 返回给定互联网主机名对应的 IPv4 地址。 md5:b6dcb532a1a7dd84

func GetHostsByName

func GetHostsByName(hostname string) ([]string, error)

GetHostsByName 根据给定的互联网主机名返回一个IPv4地址列表。 md5:57770571b1c3af32

func GetIntranetIp

func GetIntranetIp() (ip string, err error)

GetIntranetIp 获取并返回当前机器的第一个内网IP。 md5:2e53e5f6a86c1f3c

func GetIntranetIpArray

func GetIntranetIpArray() (ips []string, err error)

GetIntranetIpArray 获取并返回当前机器的内网IP列表。 md5:48fe9964790750ba

func GetIpArray

func GetIpArray() (ips []string, err error)

GetIpArray 获取并返回当前主机的所有IP地址。 md5:6828d92b1a684cd2

func GetMac

func GetMac() (mac string, err error)

GetMac 获取并返回当前主机的第一个MAC地址。 md5:59a524347ebb9dcc

func GetMacArray

func GetMacArray() (macs []string, err error)

GetMacArray 获取并返回当前主机的所有MAC地址。 md5:18289e2c88c62bec

func GetNameByAddr

func GetNameByAddr(ipAddress string) (string, error)

GetNameByAddr 根据给定的IP地址返回对应的互联网主机名。 md5:9abc34f304140e79

func GetSegment

func GetSegment(ip string) string

GetSegment 返回给定IP地址的段。 例如:192.168.2.102 -> 192.168.2 md5:6b442ab0a95dc737

func Ip2long

func Ip2long(ip string) uint32

Ip2long 将IP地址转换为一个uint32整数。 md5:160031646344d859

func IsIntranet

func IsIntranet(ip string) bool

IsIntranet 检查并返回给定IP地址是否为内部网络IP。 当地:127.0.0.1 A类:10.0.0.0--10.255.255.255 B类:172.16.0.0--172.31.255.255 C类:192.168.0.0--192.168.255.255 md5:1f4c3df8068af016

func Long2ip

func Long2ip(long uint32) string

Long2ip 将无符号 32 位整数形式的 IP 地址转换为字符串类型的地址。 md5:de7a5a15d74ae9b6

func MustGetIntranetIp

func MustGetIntranetIp() string

MustGetIntranetIp 执行与 GetIntranetIp 相同的操作,但如果发生任何错误,它将引发恐慌。 md5:f08d856493c3c333

func ParseAddress

func ParseAddress(address string) (string, int)

ParseAddress 将 `地址` 解析为它的IP和端口。 例如:192.168.1.1:80 -> 192.168.1.1, 80 md5:224991801d25eab5

func Validate

func Validate(ip string) bool

Validate 检查给定的 `ip` 是否为有效的IPv4地址。 md5:d26ab457dd3beb9e

Types

This section is empty.

Jump to

Keyboard shortcuts

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