diff options
Diffstat (limited to 'pfinet.old/linux-src/include/net/llc_name.h')
-rw-r--r-- | pfinet.old/linux-src/include/net/llc_name.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet.old/linux-src/include/net/llc_name.h b/pfinet.old/linux-src/include/net/llc_name.h new file mode 100644 index 00000000..72128719 --- /dev/null +++ b/pfinet.old/linux-src/include/net/llc_name.h @@ -0,0 +1,7 @@ +char *frame_names[] = + {"I_CMD","RR_CMD","RNR_CMD","REJ_CMD","DISC_CMD", + "SABME_CMD","I_RSP","RR_RSP","RNR_RSP","REJ_RSP", + "UA_RSP","DM_RSP","FRMR_RSP","BAD_FRAME","UI_CMD", + "XID_CMD","TEST_CMD","XID_RSP","TEST_RSP" +}; + |