Searched refs:TX_TLI_API (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 46 return (_tx_accept(fd, resfd, call, TX_TLI_API)); in t_accept() 52 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API)); in t_alloc() 58 return (_tx_bind(fd, req, ret, TX_TLI_API)); in t_bind() 64 return (_tx_close(fd, TX_TLI_API)); in t_close() 70 return (_tx_connect(fd, sndcall, rcvcall, TX_TLI_API)); in t_connect() 80 (void) _tx_error(s, TX_TLI_API); in t_error() 86 return (_tx_free(ptr, struct_type, TX_TLI_API)); in t_free() 97 return (_tx_getinfo(fd, info, TX_TLI_API)); in t_getinfo() 103 return (_tx_getstate(fd, TX_TLI_API)); in t_getstate() 109 return (_tx_listen(fd, call, TX_TLI_API)); in t_listen() [all …]
|
H A D | tx.h | 108 #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)
|