Those are ports that are open on your iPhone.
On my pc, ipconfig.exe shows my IPv4 address and the address of the router.
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : mynetworksettings.com
IPv4 Address. . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
A scan of my router shows open ports and detects that it is Linux based. I see that port 80/443 is open for its web interface.
Netstat displays information about my laptop because that's where it is running. It doesn't scan a network address.
The -o switch shows the owning process id which can then be queried with Powershell's get-process cmdlet.
You may also find TcpView useful.
https://learn.microsoft.com/en-us/sysinternals/downloads/tcpview
FTP must be open on your iPhone. From a command prompt see if you can log in anonymously.
[http://help.websiteos.com/websiteos/using_anonymous_ftp_with_a_command_line_system.htm]