Ignore:
Timestamp:
May 19, 2003, 3:20:02 PM (22 years ago)
Author:
bird
Message:

TCPV40HDRS function wrappers.

Location:
trunk/src/emx/include/arpa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/arpa/inet.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    4444#endif
    4545
     46
     47#ifdef TCPV40HDRS
     48/** @name tcpip40 function mappings.
     49 * @{ */
     50#define inet_addr       tcpip40_inet_addr
     51#define inet_lnaof      tcpip40_inet_lnaof
     52#define inet_makeaddr   tcpip40_inet_makeaddr
     53#define inet_netof      tcpip40_inet_netof
     54#define inet_network    tcpip40_inet_network
     55#define inet_ntoa       tcpip40_inet_ntoa
     56/* @} */
     57#endif
     58
     59
    4660/* External definitions for functions in inet(3) */
    4761
  • trunk/src/emx/include/arpa/nameser.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    361361#endif /*!TCPV40HDRS*/
    362362
     363
     364#ifdef TCPV40HDRS
     365/** @name tcpip40 function mappings.
     366 * @{ */
     367#define _getshort           tcpip40__getshort
     368#define _getlong            tcpip40__getlong
     369#define putshort            tcpip40_putshort
     370#define putlong             tcpip40_putlong
     371#define dn_expand           tcpip40_dn_expand
     372#define dn_comp             tcpip40_dn_comp
     373#define dn_find             tcpip40_dn_find
     374#define dn_skipname         tcpip40_dn_skipname
     375#define res_init            tcpip40_res_init
     376#define res_mkquery         tcpip40_res_mkquery
     377#define res_send            tcpip40_res_send
     378#define res_query           tcpip40_res_query
     379#define res_search          tcpip40_res_search
     380#define res_querydomain     tcpip40_res_querydomain
     381/* @} */
     382#endif
     383
    363384/* function prototypes */
    364385u_short _System _getshort(u_char*);
Note: See TracChangeset for help on using the changeset viewer.