Searched refs:pdu_type (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_util.c | 806 UINT8 pdu_type; in llcp_util_send_rr_rnr() local 840 pdu_type = LLCP_PDU_RNR_TYPE; in llcp_util_send_rr_rnr() 846 pdu_type = LLCP_PDU_RR_TYPE; in llcp_util_send_rr_rnr() 864 … UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, pdu_type, p_dlcb->local_sap)); in llcp_util_send_rr_rnr()
|
/external/tcpdump/ |
D | print-isoclns.c | 551 u_int8_t pdu_type; /* 3 MSbits are reserved */ member 1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; in isis_print() local 1824 pdu_type=isis_header->pdu_type; in isis_print() 1830 tok2str(isis_pdu_values,"unknown PDU-Type %u",pdu_type)); in isis_print() 1832 switch (pdu_type) { in isis_print() 1873 pdu_type), in isis_print() 1887 switch (pdu_type) { in isis_print()
|