#include "h/types.h"
#include "h/fddi.h"
#include "h/smc.h"
#include "h/smt_p.h"
#include <linux/bitrev.h>
#include <linux/kernel.h>
#include "h/smtstate.h"
Go to the source code of this file.
|
void | smt_agent_init (struct s_smc *smc) |
|
void | smt_agent_task (struct s_smc *smc) |
|
void | smt_emulate_token_ct (struct s_smc *smc, int mac_index) |
|
void | smt_event (struct s_smc *smc, int event) |
|
void | smt_received_pack (struct s_smc *smc, SMbuf *mb, int fs) |
|
void | smt_send_frame (struct s_smc *smc, SMbuf *mb, int fc, int local) |
|
SMbuf * | smt_build_frame (struct s_smc *smc, int class, int type, int length) |
|
void | smt_set_timestamp (struct s_smc *smc, u_char *p) |
|
u_long | smt_get_tid (struct s_smc *smc) |
|
int | smt_check_para (struct s_smc *smc, struct smt_header *sm, const u_short list[]) |
|
void * | sm_to_para (struct s_smc *smc, struct smt_header *sm, int para) |
|
void | smt_swap_para (struct smt_header *sm, int len, int direction) |
|
int | smt_action (struct s_smc *smc, int class, int code, int index) |
|
Definition at line 24 of file smt.c.
Definition at line 51 of file smt.c.
Definition at line 34 of file smt.c.
#define SMT_TID_MAGIC 0x1f0a7b3c |
Definition at line 36 of file smt.c.