|
|
1.1 root 1: #include <isode/tsap.h>
2: #include <isode/isoservent.h>
3:
4: ...
5:
6: register struct TSAPaddr *ta;
7: register struct isoservent *is;
8:
9: ...
10:
11: if ((is = getisoserventbyname ("session", "tsap")) == NULL)
12: error ("tsap/session");
13:
14: /* RemoteHost is the host we're interested in,
15: e.g., ``gremlin.nrtc.northrop.com'' */
16:
17: if ((ta = is2taddr (RemoteHost, NULLCP, is)) == NULLTA)
18: error ("address translation failed");
19:
20: ...
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.