(Page 1 of 19 in this chapter)
|
File
|
Description
|
|---|---|
|
init.c
|
Some initialization code.
|
|
tx_core.c
|
File descriptor and poll() management code.
|
|
connect.c
|
SCCP connection management code.
|
typedef struct connectID
{
S16 suId; /* service user ID */
S16 spId; /* service provider ID */
S16 suConnId; /* user's connection ref number */
S16 spConnId; /* SCCP's connection ref number */
} ConnectID;
(Page 1 of 19 in this chapter)