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

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c827 tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid) argument
831 NFA_TRACE_API2 ("NFA_RwI93Inventory (): afi_present:%d, AFI: 0x%02X", afi_present, afi);
845 p_msg->params.i93_cmd.afi = afi;
1257 tNFA_STATUS NFA_RwI93WriteAFI (UINT8 afi) argument
1261 NFA_TRACE_API1 ("NFA_RwI93WriteAFI (): AFI: 0x%02X", afi);
1274 p_msg->params.i93_cmd.afi = afi;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h199 UINT8 afi; member in struct:__anon24230
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h226 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon24335
941 NFC_API extern tNFC_STATUS RW_I93Inventory (BOOLEAN including_afi, UINT8 afi, UINT8 *p_uid);
1095 NFC_API extern tNFC_STATUS RW_I93WriteAFI (UINT8 afi);
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c225 STREAM_TO_UINT8 (p_i93->afi, p);
455 rw_data.i93_sys_info.afi = p_i93->afi;
537 tNFC_STATUS rw_i93_send_cmd_inventory (UINT8 *p_uid, BOOLEAN including_afi, UINT8 afi) argument
542 RW_TRACE_DEBUG2 ("rw_i93_send_cmd_inventory () including_afi:%d, AFI:0x%02X", including_afi, afi);
571 UINT8_TO_STREAM (p, afi); /* Optional AFI */
1081 tNFC_STATUS rw_i93_send_cmd_write_afi (UINT8 afi) argument
1108 UINT8_TO_STREAM (p, afi); /* AFI */
2430 if (p_i93->afi != 0x00)
3236 tNFC_STATUS RW_I93Inventory (BOOLEAN including_afi, UINT8 afi, UINT argument
3591 RW_I93WriteAFI(UINT8 afi) argument
[all...]
/external/libnfc-nci/src/hal/int/
H A Dnfc_brcm_defs.h332 UINT8 afi; member in struct:__anon23929
371 UINT8 afi; member in struct:__anon23933
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h533 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon24378
/external/tcpdump/
H A Dprint-bgp.c111 u_int8_t afi[2]; /* the compiler messes this structure up */ member in struct:bgp_route_refresh
113 u_int8_t safi; /* afi should be int16 - so we have to access it using */
114 }; /* EXTRACT_16BITS(&bgp_route_refresh->afi) (sigh) */
2621 EXTRACT_16BITS(&bgp_route_refresh_header->afi),
2623 EXTRACT_16BITS(&bgp_route_refresh_header->afi),
H A Dprint-isoclns.c1962 isis_print_extd_ip_reach (const u_int8_t *tptr, const char *ident, u_int16_t afi) { argument
1978 if (afi == AF_INET) {
1991 } else if (afi == AF_INET6) {
2016 if (afi == AF_INET)
2022 if (afi == AF_INET6)
2033 if (afi == AF_INET && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
2036 if (afi == AF_INET6)
2042 if ((afi == AF_INET && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
2044 || (afi == AF_INET6 && ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte))
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h299 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon23979
389 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon23990

Completed in 3776 milliseconds