Used by the X25_init, x25_link_connect, x25_link_disconnect, x25_link_monitor, x25_device_query, and x25_term subroutines to pass the name of the X.25 port.
#define X25FLG_LINK_NAME 0x00000002
struct cb_link_name_struct
{
unsigned long flags;
char *link_name;
};
Item | Description |
---|---|
X25_FLG_LINK_NAME | Indicates that the link_name field is used. |
Item | Description |
---|---|
flags | Notification to the API that the associated field has been used. |
link_name | Name of the X.25 port. |