Add numeric service name support to getaddrinfo()
Useful extra flag AI_NUMERICSERV was added in 2005 https://svnweb.freebsd.org/base?view=revision&revision=140908 as defined in RFC3493. Merge those changes to our copy. Tested with an application which used a numeric (rather than named in InetDBase:Services) service.