Searched defs:smt_header (Results 1 – 1 of 1) sorted by relevance
46 _packed struct smt_header { struct47 struct fddi_addr smt_dest ; /* destination address */48 struct fddi_addr smt_source ; /* source address */49 u_char smt_class ; /* NIF, SIF ... */50 u_char smt_type ; /* req., response .. */51 u_short smt_version ; /* version id */52 u_int smt_tid ; /* transaction ID */53 struct smt_sid smt_sid ; /* station ID */54 u_short smt_pad ; /* pad with 0 */55 u_short smt_len ; /* length of info field */
Completed in 7 milliseconds