Documentation
¶
Index ¶
- type Ip
- func (s *Ip) GetBroadcastAddress() string
- func (s *Ip) GetHostPortion() string
- func (s *Ip) GetHostPortionBinary() string
- func (s *Ip) GetHostPortionHex() string
- func (s *Ip) GetHostPortionQuards() []int
- func (s *Ip) GetIPAddress() string
- func (s *Ip) GetIPAddressBinary() string
- func (s *Ip) GetIPAddressHex() string
- func (s *Ip) GetIPAddressQuads() []int
- func (s *Ip) GetIPAddressRange() []string
- func (s *Ip) GetNetworkPortion() string
- func (s *Ip) GetNetworkPortionBinary() string
- func (s *Ip) GetNetworkPortionHex() string
- func (s *Ip) GetNetworkPortionQuards() []int
- func (s *Ip) GetNetworkSize() int
- func (s *Ip) GetNumberAddressableHosts() int
- func (s *Ip) GetNumberIPAddresses() int
- func (s *Ip) GetSubnetMask() string
- func (s *Ip) GetSubnetMaskBinary() string
- func (s *Ip) GetSubnetMaskHex() string
- func (s *Ip) GetSubnetMaskQuards() []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ip ¶
type Ip struct {
// contains filtered or unexported fields
}
func SubnetCalculator ¶
func (*Ip) GetBroadcastAddress ¶
func (*Ip) GetHostPortion ¶
func (*Ip) GetHostPortionBinary ¶
func (*Ip) GetHostPortionHex ¶
func (*Ip) GetHostPortionQuards ¶
func (*Ip) GetIPAddress ¶
func (*Ip) GetIPAddressBinary ¶
func (*Ip) GetIPAddressHex ¶
func (*Ip) GetIPAddressQuads ¶
func (*Ip) GetIPAddressRange ¶
func (*Ip) GetNetworkPortion ¶
func (*Ip) GetNetworkPortionBinary ¶
func (*Ip) GetNetworkPortionHex ¶
func (*Ip) GetNetworkPortionQuards ¶
func (*Ip) GetNetworkSize ¶
func (*Ip) GetNumberAddressableHosts ¶
func (*Ip) GetNumberIPAddresses ¶
func (*Ip) GetSubnetMask ¶
func (*Ip) GetSubnetMaskBinary ¶
func (*Ip) GetSubnetMaskHex ¶
func (*Ip) GetSubnetMaskQuards ¶
Click to show internal directories.
Click to hide internal directories.