1. 02 6月, 2014 1 次提交
    • R
      remove cruft from old resolver and numeric ip parsing · 76f440cf
      Rich Felker 提交于
      the old resolver code used a function __ipparse which contained the
      logic for inet_addr and inet_aton, which is needed in getaddrinfo.
      this was phased out in the resolver overhaul in favor of directly
      using inet_aton and inet_pton as appropriate.
      
      this commit cleans up some stuff that was left behind.
      76f440cf
  2. 26 6月, 2013 1 次提交
    • R
      implement inet_lnaof, inet_netof, and inet_makeaddr · e40f48a4
      Rich Felker 提交于
      also move all legacy inet_* functions into a single file to avoid
      wasting object file and compile time overhead on them.
      
      the added functions are legacy interfaces for working with classful
      ipv4 network addresses. they have no modern usefulness whatsoever, but
      some programs unconditionally use them anyway, and they're tiny.
      e40f48a4
  3. 12 2月, 2011 1 次提交