sys_network_ports() - display the active network ports
mixed *sys_network_ports(void);
Returns an array of arrays; one for each network port that is being actively
used.
An array of the following sub-array will be returned with each active port:
({ (int) external_port_#, (string) type, (int) port, (int) tls, })
network_stats(3)