···2020Packet Layer to Device Driver2121-----------------------------22222323-First Byte = 0x002323+First Byte = 0x00 (X25_IFACE_DATA)24242525This indicates that the rest of the skbuff contains data to be transmitted2626over the LAPB link. The LAPB link should already exist before any data is2727passed down.28282929-First Byte = 0x012929+First Byte = 0x01 (X25_IFACE_CONNECT)30303131Establish the LAPB link. If the link is already established then the connect3232confirmation message should be returned as soon as possible.33333434-First Byte = 0x023434+First Byte = 0x02 (X25_IFACE_DISCONNECT)35353636Terminate the LAPB link. If it is already disconnected then the disconnect3737confirmation message should be returned as soon as possible.38383939-First Byte = 0x033939+First Byte = 0x03 (X25_IFACE_PARAMS)40404141LAPB parameters. To be defined.4242···4444Device Driver to Packet Layer4545-----------------------------46464747-First Byte = 0x004747+First Byte = 0x00 (X25_IFACE_DATA)48484949This indicates that the rest of the skbuff contains data that has been5050received over the LAPB link.51515252-First Byte = 0x015252+First Byte = 0x01 (X25_IFACE_CONNECT)53535454LAPB link has been established. The same message is used for both a LAPB5555link connect_confirmation and a connect_indication.56565757-First Byte = 0x025757+First Byte = 0x02 (X25_IFACE_DISCONNECT)58585959LAPB link has been terminated. This same message is used for both a LAPB6060link disconnect_confirmation and a disconnect_indication.61616262-First Byte = 0x036262+First Byte = 0x03 (X25_IFACE_PARAMS)63636464LAPB parameters. To be defined.6565