Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194342
b: refs/heads/master
c: e904f0a
h: refs/heads/master
v: v3
  • Loading branch information
andrew hendry authored and David S. Miller committed Apr 22, 2010
1 parent 883cc92 commit 9e21462
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90b3e030370dba721e141e85661881f5e342e1ab
refs/heads/master: e904f0a4163bc7bd303d2430893d82362df6727e
16 changes: 8 additions & 8 deletions trunk/Documentation/networking/x25-iface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,46 @@ the rest of the skbuff, if any more information does exist.
Packet Layer to Device Driver
-----------------------------

First Byte = 0x00
First Byte = 0x00 (X25_IFACE_DATA)

This indicates that the rest of the skbuff contains data to be transmitted
over the LAPB link. The LAPB link should already exist before any data is
passed down.

First Byte = 0x01
First Byte = 0x01 (X25_IFACE_CONNECT)

Establish the LAPB link. If the link is already established then the connect
confirmation message should be returned as soon as possible.

First Byte = 0x02
First Byte = 0x02 (X25_IFACE_DISCONNECT)

Terminate the LAPB link. If it is already disconnected then the disconnect
confirmation message should be returned as soon as possible.

First Byte = 0x03
First Byte = 0x03 (X25_IFACE_PARAMS)

LAPB parameters. To be defined.


Device Driver to Packet Layer
-----------------------------

First Byte = 0x00
First Byte = 0x00 (X25_IFACE_DATA)

This indicates that the rest of the skbuff contains data that has been
received over the LAPB link.

First Byte = 0x01
First Byte = 0x01 (X25_IFACE_CONNECT)

LAPB link has been established. The same message is used for both a LAPB
link connect_confirmation and a connect_indication.

First Byte = 0x02
First Byte = 0x02 (X25_IFACE_DISCONNECT)

LAPB link has been terminated. This same message is used for both a LAPB
link disconnect_confirmation and a disconnect_indication.

First Byte = 0x03
First Byte = 0x03 (X25_IFACE_PARAMS)

LAPB parameters. To be defined.

Expand Down

0 comments on commit 9e21462

Please sign in to comment.