Home | History | Annotate | Download | only in int

Lines Matching full:routing

80 /* for listen mode routing table*/
112 * The flags are cleared when the routing table/VS is updated */
113 /* technology routing changed */
115 /* protocol routing changed */
117 /* AID routing changed */
123 /* routing flags changed */
140 tech_switch_on; /* default routing - technologies switch_on */
142 tech_switch_off; /* default routing - technologies switch_off */
144 tech_battery_off; /* default routing - technologies battery_off*/
146 proto_switch_on; /* default routing - protocols switch_on */
148 proto_switch_off; /* default routing - protocols switch_off */
150 proto_battery_off; /* default routing - protocols battery_off */
167 uint8_t aid_cfg[NFA_EE_MAX_AID_CFG_LEN]; /* routing entries based on AID */
183 uint8_t size_mask; /* the size for technology and protocol routing */
184 uint16_t size_aid; /* the size for aid routing */
387 /* waiting for the rsp of set routing commands */
433 /* Order of Routing entries in Routing Table */
434 #define NCI_ROUTE_ORDER_AID 0x01 /* AID routing order */
435 #define NCI_ROUTE_ORDER_PATTERN 0x02 /* Pattern routing order*/
436 #define NCI_ROUTE_ORDER_SYS_CODE 0x03 /* System Code routing order*/
437 #define NCI_ROUTE_ORDER_PROTOCOL 0x04 /* Protocol routing order*/
438 #define NCI_ROUTE_ORDER_TECHNOLOGY 0x05 /* Technology routing order*/