ip functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| in_range | stock bool:in_range(const net_string[], const ip_string[]) { |
| inet_atom | stock inet_atom(const mask_string[]) { |
| inet_aton | stock inet_aton(const ip_string[]) { |
| inet_maskton | stock inet_maskton(const mask_string[]) { |
| inet_mtoa | stock inet_mtoa(const mask_string[]) return inet_ntoa(inet_mton(mask_string)) |
| inet_mton | stock inet_mton(const mask_string[]) { |
| inet_ntoa | stock inet_ntoa(ip) { |
| inet_ntom | stock inet_ntom(mask) { |
| inet_range | stock bool:inet_range(const net_string[], &net, &mask) { |
| ip_local | stock bool:ip_local(ip) { |