HomeSort by relevance Sort by last modified time
    Searched refs:ssap (Results 51 - 59 of 59) sorted by null

1 23

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 65 uint8_t ssap; /* Source Service Access Point (0xAA) */ member in struct:llc_snap_hdr
if_hippi.h 138 * Looks like the dsap and ssap fields have been swapped by mistake in
144 __u8 ssap; /* always 0xAA */ member in struct:hippi_snap_hdr
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 319 pBuffer[nOffset++] = (uint8_t)((psHeader->ptype << 6) | psHeader->ssap);
334 psHeader->ssap = pBuffer[nOffset+1] & 0x3F;
phFriNfc_LlcpTransport.c 44 uint8_t ssap; local
58 ssap = (uint8_t)sLlcpLocalHeader.ssap;
74 ssap);
96 ssap);
    [all...]
phFriNfc_Llcp.c 208 sHeader.ssap = PHFRINFC_LLCP_SAP_LINK;
242 sHeader.ssap = PHFRINFC_LLCP_SAP_LINK;
264 sHeader.ssap = PHFRINFC_LLCP_SAP_LINK;
875 sHeader.ssap = PHFRINFC_LLCP_SAP_LINK;
    [all...]
phFriNfc_Llcp.h 182 #define PHFRINFC_LLCP_PACKET_HEADER_SIZE 2 /**< Size of the general packet header (DSAP+PTYPE+SSAP).*/
234 unsigned ssap : 6; member in struct:phFriNfc_Llcp_sPacketHeader
phFriNfc_LlcpTransport.h 132 * \brief LLCP socket reception with SSAP callback definition
135 uint8_t ssap,
    [all...]
phLibNfc.h 770 * \brief LLCP socket reception with SSAP callback definition
773 uint8_t ssap,
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h 98 uint8 ssap; member in struct:dot11_llc_snap_header
    [all...]

Completed in 327 milliseconds

1 23