Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
smt.h File Reference

Go to the source code of this file.

Data Structures

struct  smt_sid
 
struct  smt_header
 
struct  smt_para
 
struct  smt_p_una
 
struct  smt_p_sde
 
struct  smt_p_state
 
struct  smt_p_timestamp
 
struct  smt_p_policy
 
struct  smt_p_latency
 
struct  smt_p_neighbor
 
struct  smt_phy_rec
 
struct  smt_mac_rec
 
struct  smt_p_path
 
struct  smt_p_mac_status
 
struct  smt_p_lem
 
struct  smt_p_mac_counter
 
struct  smt_p_mac_fnc
 
struct  smt_p_priority
 
struct  smt_p_eb
 
struct  smp_p_manufacturer
 
struct  smp_p_user
 
struct  smt_p_echo
 
struct  smt_p_reason
 
struct  smt_p_refused
 
struct  smt_p_version
 
struct  smt_p_0015
 
struct  smt_p_0016
 
struct  smt_p_0017
 
struct  smt_p_0018
 
struct  smt_p_0019
 
struct  smt_p_001a
 
struct  smt_p_001b
 
struct  smt_p_001c
 
struct  smt_p_001d
 
struct  smt_p_fsc
 
struct  smt_p_1048
 
struct  smt_p_208c
 
struct  smt_p_208d
 
struct  smt_p_208e
 
struct  smt_p_208f
 
struct  smt_p_2090
 
struct  smt_p_320b
 
struct  smt_p_320f
 
struct  smt_p_3210
 
struct  smt_p_4050
 
struct  smt_p_4051
 
struct  smt_p_4052
 
struct  smt_p_4053
 
struct  smt_p_setcount
 
struct  smt_nif
 
struct  smt_sif_config
 
struct  smt_sif_operation
 
struct  smt_ecf
 
struct  smt_rdf
 
struct  smt_sba_alc_res
 
struct  smt_sba_alc_req
 
struct  smt_sba_chg
 
struct  smt_sba_rep_req
 
struct  smt_sba_rep_res
 

Macros

#define SMT6_10
 
#define SMT7_20
 
#define OPT_PMF   /* if parameter management is supported */
 
#define OPT_SRF   /* if status report is supported */
 
#define SMT_VID   0x0001 /* V 5.1 .. 6.1 */
 
#define SMT_VID_2   0x0002 /* V 7.2 */
 
#define SWAP_SMTHEADER   "662sl8ss"
 
#define SMT_ANNOUNCE   0x01 /* announcement */
 
#define SMT_REQUEST   0x02 /* request */
 
#define SMT_REPLY   0x03 /* reply */
 
#define SMT_NIF   0x01 /* neighbor information frames */
 
#define SMT_SIF_CONFIG   0x02 /* station information configuration */
 
#define SMT_SIF_OPER   0x03 /* station information operation */
 
#define SMT_ECF   0x04 /* echo frames */
 
#define SMT_RAF   0x05 /* resource allocation */
 
#define SMT_RDF   0x06 /* request denied */
 
#define SMT_SRF   0x07 /* status report */
 
#define SMT_PMF_GET   0x08 /* parameter management get */
 
#define SMT_PMF_SET   0x09 /* parameter management set */
 
#define SMT_ESF   0xff /* extended service */
 
#define SMT_MAX_ECHO_LEN   4458 /* max length of SMT Echo */
 
#define SMT_TEST_ECHO_LEN   SMT_MAX_ECHO_LEN /* test length */
 
#define SMT_MAX_INFO_LEN   (4352-20) /* max length for SMT info */
 
#define PARA_LEN   (sizeof(struct smt_para))
 
#define SMTSETPARA(p, t)
 
#define SMT_P_UNA   0x0001 /* upstream neighbor address */
 
#define SWAP_SMT_P_UNA   "s6"
 
#define SMT_P_SDE   0x0002 /* station descriptor */
 
#define SWAP_SMT_P_SDE   "1111"
 
#define SMT_SDE_STATION   0 /* end node */
 
#define SMT_SDE_CONCENTRATOR   1 /* concentrator */
 
#define SMT_P_STATE   0x0003 /* station state */
 
#define SWAP_SMT_P_STATE   "scc"
 
#define SMT_ST_WRAPPED   (1<<0) /* station wrapped */
 
#define SMT_ST_UNATTACHED   (1<<1) /* unattached concentrator */
 
#define SMT_ST_TWISTED_A   (1<<2) /* A-A connection, twisted ring */
 
#define SMT_ST_TWISTED_B   (1<<3) /* B-B connection, twisted ring */
 
#define SMT_ST_ROOTED_S   (1<<4) /* rooted station */
 
#define SMT_ST_SRF   (1<<5) /* SRF protocol supported */
 
#define SMT_ST_SYNC_SERVICE   (1<<6) /* use synchronous bandwidth */
 
#define SMT_ST_MY_DUPA   (1<<0) /* my station detected dupl. */
 
#define SMT_ST_UNA_DUPA   (1<<1) /* my UNA detected duplicate */
 
#define SMT_P_TIMESTAMP   0x0004 /* time stamp */
 
#define SWAP_SMT_P_TIMESTAMP   "8"
 
#define SMT_P_POLICY   0x0005 /* station policies */
 
#define SWAP_SMT_P_POLICY   "ss"
 
#define SMT_PL_HOLD   1 /* hold policy supported (Dual MAC) */
 
#define SMT_P_LATENCY   0x0006 /* latency */
 
#define SWAP_SMT_P_LATENCY   "ssss"
 
#define SMT_P_NEIGHBORS   0x0007 /* MAC neighbor description */
 
#define SWAP_SMT_P_NEIGHBORS   "ss66"
 
#define SMT_PHY_A   0 /* A port */
 
#define SMT_PHY_B   1 /* B port */
 
#define SMT_PHY_S   2 /* slave port */
 
#define SMT_PHY_M   3 /* master port */
 
#define SMT_CS_DISABLED   0 /* connect state : disabled */
 
#define SMT_CS_CONNECTING   1 /* connect state : connecting */
 
#define SMT_CS_STANDBY   2 /* connect state : stand by */
 
#define SMT_CS_ACTIVE   3 /* connect state : active */
 
#define SMT_RM_NONE   0
 
#define SMT_RM_MAC   1
 
#define SMT_P_PATH   0x0008 /* path descriptor */
 
#define SWAP_SMT_P_PATH   "[6s]"
 
#define SMT_P_MAC_STATUS   0x0009 /* MAC status */
 
#define SWAP_SMT_P_MAC_STATUS   "sslllllllll"
 
#define SMT_P_LEM   0x000a /* link error monitor */
 
#define SWAP_SMT_P_LEM   "ssccccll"
 
#define SMT_P_MAC_COUNTER   0x000b /* MAC frame counters */
 
#define SWAP_SMT_P_MAC_COUNTER   "ssll"
 
#define SMT_P_MAC_FNC   0x000c /* MAC frame not copied counter */
 
#define SWAP_SMT_P_MAC_FNC   "ssl"
 
#define SMT_P_PRIORITY   0x000d /* MAC priority values */
 
#define SWAP_SMT_P_PRIORITY   "ssl"
 
#define SMT_P_EB   0x000e /* PHY EB status */
 
#define SWAP_SMT_P_EB   "ssl"
 
#define SMT_P_MANUFACTURER   0x000f /* manufacturer field */
 
#define SWAP_SMT_P_MANUFACTURER   ""
 
#define SMT_P_USER   0x0010 /* manufacturer field */
 
#define SWAP_SMT_P_USER   ""
 
#define SMT_P_ECHODATA   0x0011 /* echo data */
 
#define SWAP_SMT_P_ECHODATA   ""
 
#define SMT_P_REASON   0x0012 /* reason code */
 
#define SWAP_SMT_P_REASON   "l"
 
#define SMT_RDF_CLASS   0x00000001 /* class not supported */
 
#define SMT_RDF_VERSION   0x00000002 /* version not supported */
 
#define SMT_RDF_SUCCESS   0x00000003 /* success (PMF) */
 
#define SMT_RDF_BADSET   0x00000004 /* bad set count (PMF) */
 
#define SMT_RDF_ILLEGAL   0x00000005 /* read only (PMF) */
 
#define SMT_RDF_NOPARAM   0x6 /* parameter not supported (PMF) */
 
#define SMT_RDF_RANGE   0x8 /* out of range */
 
#define SMT_RDF_AUTHOR   0x9 /* not autohorized */
 
#define SMT_RDF_LENGTH   0x0a /* length error */
 
#define SMT_RDF_TOOLONG   0x0b /* length error */
 
#define SMT_RDF_SBA   0x0d /* SBA denied */
 
#define SMT_P_REFUSED   0x0013 /* refused frame beginning */
 
#define SWAP_SMT_P_REFUSED   "l"
 
#define SMT_P_VERSION   0x0014 /* SMT supported versions */
 
#define SWAP_SMT_P_VERSION   "sccss"
 
#define SWAP_SMT_P0015   "l"
 
#define SYNC_BW   0x00000001L /* Synchronous Bandwidth */
 
#define SWAP_SMT_P0016   "l"
 
#define REQUEST_ALLOCATION   0x1 /* req allocation of sync bandwidth */
 
#define REPORT_ALLOCATION   0x2 /* rep of sync bandwidth allocation */
 
#define CHANGE_ALLOCATION   0x3 /* forces a station using sync band-*/
 
#define SWAP_SMT_P0017   "l"
 
#define SWAP_SMT_P0018   "l"
 
#define SWAP_SMT_P0019   "s6"
 
#define SWAP_SMT_P001A   "l"
 
#define SWAP_SMT_P001B   "l"
 
#define SWAP_SMT_P001C   "l"
 
#define SWAP_SMT_P001D   "l"
 
#define SMT_P_FSC   0x200b
 
#define FSC_TYPE0   0 /* "normal" node (A/C handling) */
 
#define FSC_TYPE1   1 /* Special A/C indicator forwarding */
 
#define FSC_TYPE2   2 /* Special A/C indicator forwarding */
 
#define SMT_P_AUTHOR   0x0021
 
#define SWAP_SMT_P1048   "ll"
 
#define SWAP_SMT_P208C   "4lss66"
 
#define SWAP_SMT_P208D   "4lllll"
 
#define SWAP_SMT_P208E   "4llll"
 
#define SWAP_SMT_P208F   "4ll6666s6"
 
#define SWAP_SMT_P2090   "4lssl"
 
#define SBAPATHINDEX   (0x01L)
 
#define SWAP_SMT_P320B   "42s"
 
#define SWAP_SMT_P320F   "4l"
 
#define SWAP_SMT_P3210   "4l"
 
#define SWAP_SMT_P4050   "4l1111ll"
 
#define SWAP_SMT_P4051   "4lssss"
 
#define SWAP_SMT_P4052   "4ll"
 
#define SWAP_SMT_P4053   "4lsslss"
 
#define SMT_P_SETCOUNT   0x1035
 
#define SWAP_SMT_P_SETCOUNT   "l8"
 
#define SIZEOF_SMT_SIF_CONFIG
 
#define SIZEOF_SMT_SIF_OPERATION
 
#define SMT_ECF_LEN   (sizeof(struct smt_header)+sizeof(struct smt_para))
 
#define SMT_STATION_ACTION   1
 
#define SMT_STATION_ACTION_CONNECT   0
 
#define SMT_STATION_ACTION_DISCONNECT   1
 
#define SMT_STATION_ACTION_PATHTEST   2
 
#define SMT_STATION_ACTION_SELFTEST   3
 
#define SMT_STATION_ACTION_DISABLE_A   4
 
#define SMT_STATION_ACTION_DISABLE_B   5
 
#define SMT_STATION_ACTION_DISABLE_M   6
 
#define SMT_PORT_ACTION   2
 
#define SMT_PORT_ACTION_MAINT   0
 
#define SMT_PORT_ACTION_ENABLE   1
 
#define SMT_PORT_ACTION_DISABLE   2
 
#define SMT_PORT_ACTION_START   3
 
#define SMT_PORT_ACTION_STOP   4
 

Typedefs

typedef u_char t_station_id [8]
 

Macro Definition Documentation

#define CHANGE_ALLOCATION   0x3 /* forces a station using sync band-*/

Definition at line 474 of file smt.h.

#define FSC_TYPE0   0 /* "normal" node (A/C handling) */

Definition at line 564 of file smt.h.

#define FSC_TYPE1   1 /* Special A/C indicator forwarding */

Definition at line 565 of file smt.h.

#define FSC_TYPE2   2 /* Special A/C indicator forwarding */

Definition at line 566 of file smt.h.

#define OPT_PMF   /* if parameter management is supported */

Definition at line 26 of file smt.h.

#define OPT_SRF   /* if status report is supported */

Definition at line 27 of file smt.h.

#define PARA_LEN   (sizeof(struct smt_para))

Definition at line 112 of file smt.h.

#define REPORT_ALLOCATION   0x2 /* rep of sync bandwidth allocation */

Definition at line 473 of file smt.h.

#define REQUEST_ALLOCATION   0x1 /* req allocation of sync bandwidth */

Definition at line 472 of file smt.h.

#define SBAPATHINDEX   (0x01L)

Definition at line 645 of file smt.h.

#define SIZEOF_SMT_SIF_CONFIG
Value:
(sizeof(struct smt_sif_config)- \

Definition at line 756 of file smt.h.

#define SIZEOF_SMT_SIF_OPERATION
Value:

Definition at line 773 of file smt.h.

#define SMT6_10

Definition at line 23 of file smt.h.

#define SMT7_20

Definition at line 24 of file smt.h.

#define SMT_ANNOUNCE   0x01 /* announcement */

Definition at line 75 of file smt.h.

#define SMT_CS_ACTIVE   3 /* connect state : active */

Definition at line 235 of file smt.h.

#define SMT_CS_CONNECTING   1 /* connect state : connecting */

Definition at line 233 of file smt.h.

#define SMT_CS_DISABLED   0 /* connect state : disabled */

Definition at line 232 of file smt.h.

#define SMT_CS_STANDBY   2 /* connect state : stand by */

Definition at line 234 of file smt.h.

#define SMT_ECF   0x04 /* echo frames */

Definition at line 85 of file smt.h.

#define SMT_ECF_LEN   (sizeof(struct smt_header)+sizeof(struct smt_para))

Definition at line 783 of file smt.h.

#define SMT_ESF   0xff /* extended service */

Definition at line 91 of file smt.h.

#define SMT_MAX_ECHO_LEN   4458 /* max length of SMT Echo */

Definition at line 93 of file smt.h.

#define SMT_MAX_INFO_LEN   (4352-20) /* max length for SMT info */

Definition at line 100 of file smt.h.

#define SMT_NIF   0x01 /* neighbor information frames */

Definition at line 82 of file smt.h.

#define SMT_P_AUTHOR   0x0021

Definition at line 571 of file smt.h.

#define SMT_P_EB   0x000e /* PHY EB status */

Definition at line 356 of file smt.h.

#define SMT_P_ECHODATA   0x0011 /* echo data */

Definition at line 393 of file smt.h.

#define SMT_P_FSC   0x200b

Definition at line 553 of file smt.h.

#define SMT_P_LATENCY   0x0006 /* latency */

Definition at line 195 of file smt.h.

#define SMT_P_LEM   0x000a /* link error monitor */

Definition at line 295 of file smt.h.

#define SMT_P_MAC_COUNTER   0x000b /* MAC frame counters */

Definition at line 315 of file smt.h.

#define SMT_P_MAC_FNC   0x000c /* MAC frame not copied counter */

Definition at line 329 of file smt.h.

#define SMT_P_MAC_STATUS   0x0009 /* MAC status */

Definition at line 274 of file smt.h.

#define SMT_P_MANUFACTURER   0x000f /* manufacturer field */

Definition at line 369 of file smt.h.

#define SMT_P_NEIGHBORS   0x0007 /* MAC neighbor description */

Definition at line 213 of file smt.h.

#define SMT_P_PATH   0x0008 /* path descriptor */

Definition at line 262 of file smt.h.

#define SMT_P_POLICY   0x0005 /* station policies */

Definition at line 182 of file smt.h.

#define SMT_P_PRIORITY   0x000d /* MAC priority values */

Definition at line 343 of file smt.h.

#define SMT_P_REASON   0x0012 /* reason code */

Definition at line 404 of file smt.h.

#define SMT_P_REFUSED   0x0013 /* refused frame beginning */

Definition at line 426 of file smt.h.

#define SMT_P_SDE   0x0002 /* station descriptor */

Definition at line 132 of file smt.h.

#define SMT_P_SETCOUNT   0x1035

Definition at line 712 of file smt.h.

#define SMT_P_STATE   0x0003 /* station state */

Definition at line 149 of file smt.h.

#define SMT_P_TIMESTAMP   0x0004 /* time stamp */

Definition at line 172 of file smt.h.

#define SMT_P_UNA   0x0001 /* upstream neighbor address */

Definition at line 120 of file smt.h.

#define SMT_P_USER   0x0010 /* manufacturer field */

Definition at line 380 of file smt.h.

#define SMT_P_VERSION   0x0014 /* SMT supported versions */

Definition at line 438 of file smt.h.

#define SMT_PHY_A   0 /* A port */

Definition at line 227 of file smt.h.

#define SMT_PHY_B   1 /* B port */

Definition at line 228 of file smt.h.

#define SMT_PHY_M   3 /* master port */

Definition at line 230 of file smt.h.

#define SMT_PHY_S   2 /* slave port */

Definition at line 229 of file smt.h.

#define SMT_PL_HOLD   1 /* hold policy supported (Dual MAC) */

Definition at line 190 of file smt.h.

#define SMT_PMF_GET   0x08 /* parameter management get */

Definition at line 89 of file smt.h.

#define SMT_PMF_SET   0x09 /* parameter management set */

Definition at line 90 of file smt.h.

#define SMT_PORT_ACTION   2

Definition at line 875 of file smt.h.

#define SMT_PORT_ACTION_DISABLE   2

Definition at line 878 of file smt.h.

#define SMT_PORT_ACTION_ENABLE   1

Definition at line 877 of file smt.h.

#define SMT_PORT_ACTION_MAINT   0

Definition at line 876 of file smt.h.

#define SMT_PORT_ACTION_START   3

Definition at line 879 of file smt.h.

#define SMT_PORT_ACTION_STOP   4

Definition at line 880 of file smt.h.

#define SMT_RAF   0x05 /* resource allocation */

Definition at line 86 of file smt.h.

#define SMT_RDF   0x06 /* request denied */

Definition at line 87 of file smt.h.

#define SMT_RDF_AUTHOR   0x9 /* not autohorized */

Definition at line 418 of file smt.h.

#define SMT_RDF_BADSET   0x00000004 /* bad set count (PMF) */

Definition at line 414 of file smt.h.

#define SMT_RDF_CLASS   0x00000001 /* class not supported */

Definition at line 411 of file smt.h.

#define SMT_RDF_ILLEGAL   0x00000005 /* read only (PMF) */

Definition at line 415 of file smt.h.

#define SMT_RDF_LENGTH   0x0a /* length error */

Definition at line 419 of file smt.h.

#define SMT_RDF_NOPARAM   0x6 /* parameter not supported (PMF) */

Definition at line 416 of file smt.h.

#define SMT_RDF_RANGE   0x8 /* out of range */

Definition at line 417 of file smt.h.

#define SMT_RDF_SBA   0x0d /* SBA denied */

Definition at line 421 of file smt.h.

#define SMT_RDF_SUCCESS   0x00000003 /* success (PMF) */

Definition at line 413 of file smt.h.

#define SMT_RDF_TOOLONG   0x0b /* length error */

Definition at line 420 of file smt.h.

#define SMT_RDF_VERSION   0x00000002 /* version not supported */

Definition at line 412 of file smt.h.

#define SMT_REPLY   0x03 /* reply */

Definition at line 77 of file smt.h.

#define SMT_REQUEST   0x02 /* request */

Definition at line 76 of file smt.h.

#define SMT_RM_MAC   1

Definition at line 238 of file smt.h.

#define SMT_RM_NONE   0

Definition at line 237 of file smt.h.

#define SMT_SDE_CONCENTRATOR   1 /* concentrator */

Definition at line 136 of file smt.h.

#define SMT_SDE_STATION   0 /* end node */

Definition at line 135 of file smt.h.

#define SMT_SIF_CONFIG   0x02 /* station information configuration */

Definition at line 83 of file smt.h.

#define SMT_SIF_OPER   0x03 /* station information operation */

Definition at line 84 of file smt.h.

#define SMT_SRF   0x07 /* status report */

Definition at line 88 of file smt.h.

#define SMT_ST_MY_DUPA   (1<<0) /* my station detected dupl. */

Definition at line 166 of file smt.h.

#define SMT_ST_ROOTED_S   (1<<4) /* rooted station */

Definition at line 162 of file smt.h.

#define SMT_ST_SRF   (1<<5) /* SRF protocol supported */

Definition at line 163 of file smt.h.

#define SMT_ST_SYNC_SERVICE   (1<<6) /* use synchronous bandwidth */

Definition at line 164 of file smt.h.

#define SMT_ST_TWISTED_A   (1<<2) /* A-A connection, twisted ring */

Definition at line 160 of file smt.h.

#define SMT_ST_TWISTED_B   (1<<3) /* B-B connection, twisted ring */

Definition at line 161 of file smt.h.

#define SMT_ST_UNA_DUPA   (1<<1) /* my UNA detected duplicate */

Definition at line 167 of file smt.h.

#define SMT_ST_UNATTACHED   (1<<1) /* unattached concentrator */

Definition at line 159 of file smt.h.

#define SMT_ST_WRAPPED   (1<<0) /* station wrapped */

Definition at line 158 of file smt.h.

#define SMT_STATION_ACTION   1

Definition at line 866 of file smt.h.

#define SMT_STATION_ACTION_CONNECT   0

Definition at line 867 of file smt.h.

#define SMT_STATION_ACTION_DISABLE_A   4

Definition at line 871 of file smt.h.

#define SMT_STATION_ACTION_DISABLE_B   5

Definition at line 872 of file smt.h.

#define SMT_STATION_ACTION_DISABLE_M   6

Definition at line 873 of file smt.h.

#define SMT_STATION_ACTION_DISCONNECT   1

Definition at line 868 of file smt.h.

#define SMT_STATION_ACTION_PATHTEST   2

Definition at line 869 of file smt.h.

#define SMT_STATION_ACTION_SELFTEST   3

Definition at line 870 of file smt.h.

#define SMT_TEST_ECHO_LEN   SMT_MAX_ECHO_LEN /* test length */

Definition at line 97 of file smt.h.

#define SMT_VID   0x0001 /* V 5.1 .. 6.1 */

Definition at line 33 of file smt.h.

#define SMT_VID_2   0x0002 /* V 7.2 */

Definition at line 34 of file smt.h.

#define SMTSETPARA (   p,
  t 
)
Value:
(p)->para.p_type = (t),\
(p)->para.p_len = sizeof(*(p)) - PARA_LEN

Definition at line 114 of file smt.h.

#define SWAP_SMT_P0015   "l"

Definition at line 453 of file smt.h.

#define SWAP_SMT_P0016   "l"

Definition at line 465 of file smt.h.

#define SWAP_SMT_P0017   "l"

Definition at line 481 of file smt.h.

#define SWAP_SMT_P0018   "l"

Definition at line 491 of file smt.h.

#define SWAP_SMT_P0019   "s6"

Definition at line 501 of file smt.h.

#define SWAP_SMT_P001A   "l"

Definition at line 512 of file smt.h.

#define SWAP_SMT_P001B   "l"

Definition at line 522 of file smt.h.

#define SWAP_SMT_P001C   "l"

Definition at line 532 of file smt.h.

#define SWAP_SMT_P001D   "l"

Definition at line 542 of file smt.h.

#define SWAP_SMT_P1048   "ll"

Definition at line 576 of file smt.h.

#define SWAP_SMT_P208C   "4lss66"

Definition at line 587 of file smt.h.

#define SWAP_SMT_P208D   "4lllll"

Definition at line 596 of file smt.h.

#define SWAP_SMT_P208E   "4llll"

Definition at line 605 of file smt.h.

#define SWAP_SMT_P208F   "4ll6666s6"

Definition at line 613 of file smt.h.

#define SWAP_SMT_P2090   "4lssl"

Definition at line 626 of file smt.h.

#define SWAP_SMT_P320B   "42s"

Definition at line 648 of file smt.h.

#define SWAP_SMT_P320F   "4l"

Definition at line 657 of file smt.h.

#define SWAP_SMT_P3210   "4l"

Definition at line 665 of file smt.h.

#define SWAP_SMT_P4050   "4l1111ll"

Definition at line 673 of file smt.h.

#define SWAP_SMT_P4051   "4lssss"

Definition at line 685 of file smt.h.

#define SWAP_SMT_P4052   "4ll"

Definition at line 694 of file smt.h.

#define SWAP_SMT_P4053   "4lsslss"

Definition at line 700 of file smt.h.

#define SWAP_SMT_P_EB   "ssl"

Definition at line 357 of file smt.h.

#define SWAP_SMT_P_ECHODATA   ""

Definition at line 394 of file smt.h.

#define SWAP_SMT_P_LATENCY   "ssss"

Definition at line 196 of file smt.h.

#define SWAP_SMT_P_LEM   "ssccccll"

Definition at line 296 of file smt.h.

#define SWAP_SMT_P_MAC_COUNTER   "ssll"

Definition at line 316 of file smt.h.

#define SWAP_SMT_P_MAC_FNC   "ssl"

Definition at line 330 of file smt.h.

#define SWAP_SMT_P_MAC_STATUS   "sslllllllll"

Definition at line 275 of file smt.h.

#define SWAP_SMT_P_MANUFACTURER   ""

Definition at line 370 of file smt.h.

#define SWAP_SMT_P_NEIGHBORS   "ss66"

Definition at line 214 of file smt.h.

#define SWAP_SMT_P_PATH   "[6s]"

Definition at line 263 of file smt.h.

#define SWAP_SMT_P_POLICY   "ss"

Definition at line 183 of file smt.h.

#define SWAP_SMT_P_PRIORITY   "ssl"

Definition at line 344 of file smt.h.

#define SWAP_SMT_P_REASON   "l"

Definition at line 405 of file smt.h.

#define SWAP_SMT_P_REFUSED   "l"

Definition at line 427 of file smt.h.

#define SWAP_SMT_P_SDE   "1111"

Definition at line 133 of file smt.h.

#define SWAP_SMT_P_SETCOUNT   "l8"

Definition at line 713 of file smt.h.

#define SWAP_SMT_P_STATE   "scc"

Definition at line 150 of file smt.h.

#define SWAP_SMT_P_TIMESTAMP   "8"

Definition at line 173 of file smt.h.

#define SWAP_SMT_P_UNA   "s6"

Definition at line 121 of file smt.h.

#define SWAP_SMT_P_USER   ""

Definition at line 381 of file smt.h.

#define SWAP_SMT_P_VERSION   "sccss"

Definition at line 439 of file smt.h.

#define SWAP_SMTHEADER   "662sl8ss"

Definition at line 61 of file smt.h.

#define SYNC_BW   0x00000001L /* Synchronous Bandwidth */

Definition at line 460 of file smt.h.

Typedef Documentation

typedef u_char t_station_id[8]

Definition at line 41 of file smt.h.