MCPcopy Create free account

hub / github.com/c1982/ripego / functions

Functions36 in github.com/c1982/ripego

↓ 262 callersFunctionparseRPSLValue
(whoisText string, class string, section string)
helper.go:38
↓ 12 callersFunctiongetTcpContent
(search string, host string)
helper.go:16
↓ 7 callersFunctiongetNicProvider
GetNicProvider function that search for the right provider for the lookup.
whois.go:108
↓ 5 callersFunctionisProviderIP
(ipaddr string, ips []string)
helper.go:76
↓ 3 callersFunctionisValidIp
(ipaddr string)
helper.go:95
↓ 2 callersFunctionAfrinicCheck
AfrinicCheck function
afrinic.go:7
↓ 2 callersFunctionArinCheck
(search string)
arin.go:6
↓ 2 callersMethodCheck
(search string)
whois.go:124
↓ 2 callersFunctionLacnicCheck
(search string)
lacnic.go:6
↓ 2 callersFunctionparseRPSLine
(whoisLine string)
helper.go:64
↓ 1 callersFunctionApnicCheck
(search string)
apnic.go:6
↓ 1 callersFunctionApnicCheck6
(search string)
apnic.go:42
↓ 1 callersFunctionRipeCheck
(search string)
ripe.go:7
↓ 1 callersFunctionRipeCheck6
(search string)
ripe.go:55
↓ 1 callersFunctionfirstOctec
(ipaddr string)
helper.go:91
↓ 1 callersMethodhasIP
(ipaddr string)
whois.go:125
↓ 1 callersFunctionisValidIPv6
(ipaddr string)
helper.go:101
MethodCheck
Check function (original)
afrinic.go:55
MethodCheck
(search string)
lacnic.go:42
MethodCheck
(search string)
apnic.go:78
MethodCheck
(search string)
arin.go:30
MethodCheck
(search string)
ripe.go:103
FunctionIPLookup
IPLookup function that returns IP information at provider and returns information.
whois.go:38
FunctionIPv4Lookup
IPv4Lookup function that returns IP information at provider and returns information.
whois.go:48
FunctionIPv6Lookup
IPv6Lookup function that returns IP information at provider and returns information.
whois.go:78
FunctionIpLookup
IpLookup function for lagacy, not breaking stuff
whois.go:28
FunctionTestNicProvider
* func TestWhois(t *testing.T) { info, err := IPLookup("178.18.196.250") if err != nil { t.Error(err) } t.Log(info.Inetnum) t.Log(info.Netna
whois_test.go:23
FunctionTestParseData
(t *testing.T)
helper_test.go:113
FunctionTestReadLineValue
* func TestTcpContent(t *testing.T) { d, err := GetTcpContent("178.18.196.250", "whois.ripe.net") if err != nil { t.Fatal(err.Error()) } if d
helper_test.go:96
MethodhasIP
hasIP function for derterming the right provider
afrinic.go:103
MethodhasIP
hasIP function for derterming the right provider
lacnic.go:79
MethodhasIP
hasIP function for derterming the right provider
apnic.go:115
MethodhasIP
hasIP function for derterming the right provider
arin.go:55
MethodhasIP
hasIP function for derterming the right provider
ripe.go:152
Functioninit
()
whois.go:19
Functionmain
()
usage/main.go:10