Searched refs:TLI (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | parms.h | 138 #define TLI /* for AT&T Transport Layer Interface networks */ macro 162 * e E_PROTOCOL eio.c TCP, UNET, TLI, and DATAKIT. 175 #if defined TCP || defined UNET || defined TLI || defined DATAKIT 177 #endif /* TCP || UNET || TLI || DATAKIT */
|
H A D | interface.c | 38 #ifdef TLI 43 #endif /* TLI */ 71 #ifdef TLI 73 static ssize_t tread(), twrite(); /* TLI i/o */ 77 static int tioctl(), /* TLI i/o control */ 79 tsetup(), /* TLI setup without streams module */ 80 tssetup(), /* TLI setup with streams module */ 81 tteardown(); /* TLI teardown, works with either setup */ 82 #endif /* TLI */ 122 #ifdef TLI [all...] |
H A D | stoa.c | 30 #ifdef TLI 222 #endif /* TLI */
|
H A D | callers.c | 89 #ifdef TLI 91 #endif /* TLI */ 123 #ifdef TLI 124 {"TLI", tlicall}, /* AT&T Transport Layer Interface */ 128 #endif /* TLI */ 1021 #ifdef TLI 1027 * TLI line1 - - TLI 1134 * Netname /dev/netport - - TLI \D\000 1220 #endif /* TLI */ [all...] |
H A D | uucico.c | 56 #ifdef TLI 58 #endif /* TLI */
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | parms.h | 104 #define TLI /* for AT&T Transport Layer Interface networks */ macro 131 * e E_PROTOCOL eio.c TCP, UNET, TLI, and DATAKIT. 144 #if defined TCP || defined UNET || defined TLI || defined DATAKIT 146 #endif /* TCP || UNET || TLI || DATAKIT */
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | fromhost.c | 11 * On systems with sockets and TLI, fromhost() determines the type of API 12 * (sockets, TLI), then invokes the appropriate API-specific routines. 23 #if defined(TLI) || defined(PTX) || defined(TLI_SEQUENT) 44 * and the Transport Level Interface (TLI). 47 * or TLI. On some systems, sockets are not part of the streams system, 58 #endif /* TLI || PTX || TLI_SEQUENT */
|
H A D | Makefile.com | 48 CPPFLAGS += $(NETGROUP) $(TLI) $(ALWAYS_HOSTNAME) $(AUTH) \ 84 TLI = -DTLI
|
H A D | tcpd.h | 97 struct t_unitdata *unit; /* TLI transport address or 0 */ 149 #if defined(TLI) || defined(PTX) || defined(TLI_SEQUENT) 152 #define fromhost sock_host /* no TLI support needed */ 232 /* The System V Transport-Level Interface (TLI) interface. */ 234 #if defined(TLI) || defined(PTX) || defined(TLI_SEQUENT)
|
H A D | tli.c | 26 #ifdef TLI 125 /* tli_endpoints - determine TLI client and server endpoint information */ 179 /* tli_transport - find out TLI transport type */ 228 /* tli_hostaddr - map TLI transport address to printable address */ 245 /* tli_hostname - map TLI transport address to hostname */ 319 snprintf(buf, sizeof (buf), "Unknown TLI error %d", t_errno); 354 #endif /* TLI */
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | parms.h | 59 #define TLI /* for AT&T Transport Layer Interface networks */ macro
|
H A D | interface.c | 41 #ifdef TLI 43 #endif /* TLI */ 55 #ifdef TLI 61 static int tsetup(int, int *, int *); /* TLI setup without streams module */ 62 static int tssetup(int, int *, int *); /* TLI setup with streams module */ 63 static int tteardown(int, int, int); /* TLI teardown, works with either setup */ 64 #endif /* TLI */ 83 #ifdef TLI 85 { "TLI", tread, twrite, tioctl, tsetup, tteardown }, 90 #endif /* TLI */ [all...] |
H A D | callers.c | 58 #ifdef TLI 60 #endif /* TLI */ 64 #ifdef TLI 65 {"TLI", tlicall}, /* AT&T Transport Layer Interface */ 69 #endif /* TLI */ 443 #ifdef TLI 449 * TLI line1 - - TLI 553 * Netname /dev/netport - - TLI \D\000 642 #endif /* TLI */ [all...] |
H A D | stoa.c | 36 #ifdef TLI 231 #endif /* TLI */
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | try-from.c | 4 * and (SysV only) if the TLI on top of IP heuristics work. 24 #ifdef TLI 56 * Turn on the "IP-underneath-TLI" detection heuristics. 58 #ifdef TLI 61 #endif /* TLI */
|
H A D | Makefile | 13 CPPFLAGS += $(ACCESS) $(PARANOID) $(NETGROUP) $(TLI) \ 78 TLI = -DTLI macro
|
Completed in 141 milliseconds