Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fdf5d5bc
Commit
fdf5d5bc
authored
Aug 08, 2002
by
Ralf Bächle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add XID and TEST frame definitions.
parent
4a38941a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
include/net/ax25.h
include/net/ax25.h
+2
-0
net/ax25/TODO
net/ax25/TODO
+2
-0
No files found.
include/net/ax25.h
View file @
fdf5d5bc
...
@@ -69,6 +69,8 @@
...
@@ -69,6 +69,8 @@
#define AX25_UA 0x63
/* Unnumbered acknowledge */
#define AX25_UA 0x63
/* Unnumbered acknowledge */
#define AX25_FRMR 0x87
/* Frame reject */
#define AX25_FRMR 0x87
/* Frame reject */
#define AX25_UI 0x03
/* Unnumbered information */
#define AX25_UI 0x03
/* Unnumbered information */
#define AX25_XID 0xaf
/* Exchange information */
#define AX25_TEST 0xe3
/* Test */
#define AX25_PF 0x10
/* Poll/final bit for standard AX.25 */
#define AX25_PF 0x10
/* Poll/final bit for standard AX.25 */
#define AX25_EPF 0x01
/* Poll/final bit for extended AX.25 */
#define AX25_EPF 0x01
/* Poll/final bit for extended AX.25 */
...
...
net/ax25/TODO
View file @
fdf5d5bc
...
@@ -20,3 +20,5 @@ Implement proper socket locking in netrom and rose.
...
@@ -20,3 +20,5 @@ Implement proper socket locking in netrom and rose.
Check socket locking when ax25_rcv is sending to raw sockets. In particular
Check socket locking when ax25_rcv is sending to raw sockets. In particular
ax25_send_to_raw() seems fishy. Heck - ax25_rcv is fishy.
ax25_send_to_raw() seems fishy. Heck - ax25_rcv is fishy.
Handle XID and TEST frames properly.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment