Used by the x25_pvc_alloc subroutine to pass the name of the X.25 port and the logical channel number.
#define X25FLG_LINK_NAME 0x00000002 #define X25FLG_LCN 0x00000040
struct cb_pvc_alloc_struct { unsigned long flags; char *link_name; unsigned int lcn; } ;
X25_FLG_LCN | Indicates that the lcn field is used. |
X25_FLG_LINK_NAME | Indicates that the link_name field is used. |
The x25sdefs.h file.
Logical Channels and Virtual Circuits.