Searched refs:TX_TLI_API (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c46 return (_tx_accept(fd, resfd, call, TX_TLI_API));
52 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API));
58 return (_tx_bind(fd, req, ret, TX_TLI_API));
64 return (_tx_close(fd, TX_TLI_API));
70 return (_tx_connect(fd, sndcall, rcvcall, TX_TLI_API));
80 (void) _tx_error(s, TX_TLI_API);
86 return (_tx_free(ptr, struct_type, TX_TLI_API));
97 return (_tx_getinfo(fd, info, TX_TLI_API));
103 return (_tx_getstate(fd, TX_TLI_API));
109 return (_tx_listen(fd, call, TX_TLI_API));
[all...]
H A Dtx.h108 #define TX_TLI_API 1 /* The API semantics is TLI */ macro
115 #define _T_IS_XTI(x) ((x) != TX_TLI_API)
116 #define _T_IS_TLI(x) ((x) == TX_TLI_API)

Completed in 55 milliseconds