Solstice X.25 PAD programming
Hello,
I am trying to program a X.25 PAD application with triple X Support ( X.3 / X.28 / X.29 ). I am having problems implementing the triple X parameters...
There are two header files ( xxx_control.h and xxx.h ) in the SUN-include directories with no comment or other information how to use them. The only reference is in a support-sample ( listen.c ) of an PAD listening-deamon :
/* * PAD calls need X3/X.28/X.29 parameter handling, so push the *'triple X' module to map PAD parameters to termio ioctls */
if (ioctl(devd, I_PUSH, "s_xxx") < 0) { perror("push(s_xxx)"); listen_failed = 1; return(-1); }
Has anyone ever used these SUNLink libraries to provide support ??
Are there any samples of an existing PAD with triple X support ??
Thx a lot :-)