(in? this net)
(to-int this)
(to-string this)
(address this)
(network this)
(next-one this)
(to-hostmask this)
(to-prefixlen this)
(to-seq this)
(netmask this)
(hostmask this)
(broadcast-address this)
(contains-ip? this ip)
(overlaps? this other)
(hosts this)
(address-exclude this other)
(supernet-of? this other)
(subnets this new-prefixlen)
(prefixlen this)
(num-addresses this)
(supernet this new-prefixlen)
(subnet-of? this other)
(base-address this)
(with-hostmask this)
(with-netmask this)
(with-prefixlen this)
(global? this)
(link-local? this)
(loopback? this)
(multicast? this)
(private? this)
(reserved? this)
(unspecified? this)
(make-ipv4address ip)
(make-ipv4interface intf-input)
intf-input must in format: ip/netmask or ip/prefixlen
intf-input must in format: ip/netmask or ip/prefixlen
(make-ipv4network network-input)
Entry must be in form network/prefixlen or network/netmask
Entry must be in form network/prefixlen or network/netmask
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |