Searched defs:afi (Results 1 - 10 of 10) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c820 tNFA_STATUS NFA_RwI93Inventory (UINT8 afi, UINT8 *p_uid) argument
824 NFA_TRACE_API1 ("NFA_RwI93Inventory (): AFI: 0x%02X", afi);
837 p_msg->params.i93_cmd.afi = afi;
1249 tNFA_STATUS NFA_RwI93WriteAFI (UINT8 afi) argument
1253 NFA_TRACE_API1 ("NFA_RwI93WriteAFI (): AFI: 0x%02X", afi);
1266 p_msg->params.i93_cmd.afi = afi;
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c284 STREAM_TO_UINT8 (rw_data.i93_sys_info.afi, p);
285 p_i93->afi = rw_data.i93_sys_info.afi;
369 tNFC_STATUS rw_i93_send_cmd_inventory (UINT8 *p_uid, UINT8 afi) argument
374 RW_TRACE_DEBUG1 ("rw_i93_send_cmd_inventory () AFI:0x%02X", afi);
395 UINT8_TO_STREAM (p, afi); /* Optional AFI */
860 tNFC_STATUS rw_i93_send_cmd_write_afi (UINT8 afi) argument
887 UINT8_TO_STREAM (p, afi); /* AFI */
1267 STREAM_TO_UINT8 (p_i93->afi, p);
2846 tNFC_STATUS RW_I93Inventory (UINT8 afi, UINT argument
3208 RW_I93WriteAFI(UINT8 afi) argument
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h196 UINT8 afi; member in struct:__anon7774
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h214 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon7879
896 NFC_API extern tNFC_STATUS RW_I93Inventory (UINT8 afi, UINT8 *p_uid);
1050 NFC_API extern tNFC_STATUS RW_I93WriteAFI (UINT8 afi);
/external/tcpdump/
H A Dprint-bgp.c112 u_int8_t afi[2]; /* the compiler messes this structure up */ member in struct:bgp_route_refresh
114 u_int8_t safi; /* afi should be int16 - so we have to access it using */
115 }; /* EXTRACT_16BITS(&bgp_route_refresh->afi) (sigh) */
1946 EXTRACT_16BITS(&bgp_route_refresh_header->afi),
1948 EXTRACT_16BITS(&bgp_route_refresh_header->afi),
H A Dprint-isoclns.c1616 isis_print_extd_ip_reach (const u_int8_t *tptr, const char *ident, u_int16_t afi) { argument
1632 if (afi == IPV4) {
1645 } else if (afi == IPV6) {
1670 if (afi == IPV4)
1676 if (afi == IPV6)
1687 if (afi == IPV4 && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
1690 if (afi == IPV6)
1696 if ((ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte) && afi == IPV4) ||
1697 (ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte) && afi == IPV6)) {
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h291 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon7529
380 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon7540
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h516 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon7922
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dnci_defs.h777 UINT8 afi; member in struct:__anon7394
812 UINT8 afi; member in struct:__anon7398
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h777 UINT8 afi; member in struct:__anon7474
812 UINT8 afi; member in struct:__anon7478

Completed in 194 milliseconds