HomeSort by relevance Sort by last modified time
    Searched defs:ssap (Results 76 - 100 of 315) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_802_3.h 32 __u8 ssap; member in struct:hdr_ui
41 __u8 ssap; member in struct:hdr_ni
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_802_3.h 13 * If frame has DSAP/SSAP value 0xaa you must check the SNAP type
31 __u8 ssap; member in struct:hdr_ui
39 __u8 ssap; member in struct:hdr_ni
  /external/tcpdump/
print-llc.c 154 u_int8_t dsap_field, dsap, ssap_field, ssap; local
224 ssap = ssap_field & ~LLC_GSAP;
227 printf("LLC, dsap %s (0x%02x) %s, ssap %s (0x%02x) %s",
231 tok2str(llc_values, "Unknown", ssap),
232 ssap,
242 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D &&
248 if (ssap == LLCSAP_IP && dsap == LLCSAP_IP &&
254 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX &&
271 if (ssap == LLCSAP_NETBEUI && dsap == LLCSAP_NETBEUI
300 if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISON
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 66 uint8 ssap; /* always 0xAA */ member in struct:dot3_mac_llc_snapvlan_header
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 28 static void nfc_jni_receive_callback(void* pContext, uint8_t ssap, NFCSTATUS status)
35 pCallbackData->pContext = (void*)(uintptr_t)ssap;
36 TRACE("RECEIVE UI_FRAME FROM SAP %d OK \n", ssap);
123 uint8_t ssap; local
188 ssap = (uintptr_t)cb_data.pContext;
189 TRACE("Data Received From SSAP = %d\n, length = %d", ssap, sReceiveBuffer.length);
193 e->SetIntField(llcpPacket, f,(jbyte)ssap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 10 * If frame has DSAP/SSAP value 0xaa you must check the SNAP type
28 uint8_t ssap; member in struct:hdr_ui
36 uint8_t ssap; member in struct:hdr_ni
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 10 * If frame has DSAP/SSAP value 0xaa you must check the SNAP type
28 uint8_t ssap; member in struct:hdr_ui
36 uint8_t ssap; member in struct:hdr_ni
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_802_3.h 34 __u8 ssap; member in struct:hdr_ui
42 __u8 ssap; member in struct:hdr_ni
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_802_3.h 34 __u8 ssap; member in struct:hdr_ui
42 __u8 ssap; member in struct:hdr_ni
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_802_3.h 34 __u8 ssap; member in struct:hdr_ui
42 __u8 ssap; member in struct:hdr_ni
  /bionic/libc/kernel/uapi/linux/
if_fddi.h 59 __u8 ssap; member in struct:fddi_8022_1_hdr
65 __u8 ssap; member in struct:fddi_8022_2_hdr
74 __u8 ssap; member in struct:fddi_snap_hdr
if_hippi.h 95 __u8 ssap; member in struct:hippi_snap_hdr
  /development/ndk/platforms/android-3/include/linux/
if_fddi.h 48 __u8 ssap; member in struct:fddi_8022_1_hdr
55 __u8 ssap; member in struct:fddi_8022_2_hdr
64 __u8 ssap; member in struct:fddi_snap_hdr
if_hippi.h 86 __u8 ssap; member in struct:hippi_snap_hdr
if_tr.h 36 __u8 ssap; member in struct:trllc
  /development/ndk/platforms/android-L/include/linux/
if_fddi.h 59 __u8 ssap; member in struct:fddi_8022_1_hdr
65 __u8 ssap; member in struct:fddi_8022_2_hdr
74 __u8 ssap; member in struct:fddi_snap_hdr
if_hippi.h 95 __u8 ssap; member in struct:hippi_snap_hdr
  /external/kernel-headers/original/uapi/linux/
if_fddi.h 68 __u8 ssap; /* source service access point */ member in struct:fddi_8022_1_hdr
75 __u8 ssap; /* source service access point */ member in struct:fddi_8022_2_hdr
84 __u8 ssap; /* always 0xAA */ member in struct:fddi_snap_hdr
if_hippi.h 136 * Looks like the dsap and ssap fields have been swapped by mistake in
141 __u8 ssap; /* always 0xAA */ member in struct:hippi_snap_hdr
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 63 static void llcp_link_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg);
655 LLCP_TRACE_WARNING3 ("Data link (SSAP:DSAP=0x%X:0x%X) congestion start: count=%d",
785 LLCP_TRACE_DEBUG3 ("Data link (SSAP:DSAP=0x%X:0x%X) congestion end: count=%d",
1136 UINT8 dsap, ptype, ssap; local
1318 UINT8 dsap, ptype, ssap; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_fddi.h 69 __u8 ssap; /* source service access point */ member in struct:fddi_8022_1_hdr
77 __u8 ssap; /* source service access point */ member in struct:fddi_8022_2_hdr
87 __u8 ssap; /* always 0xAA */ member in struct:fddi_snap_hdr
if_hippi.h 139 * Looks like the dsap and ssap fields have been swapped by mistake in
145 __u8 ssap; /* always 0xAA */ member in struct:hippi_snap_hdr
if_tr.h 50 __u8 ssap; /* source SAP */ member in struct:trllc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
if_tr.h 51 u_int8_t ssap; /* source SAP */ member in struct:trllc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_fddi.h 69 __u8 ssap; /* source service access point */ member in struct:fddi_8022_1_hdr
77 __u8 ssap; /* source service access point */ member in struct:fddi_8022_2_hdr
87 __u8 ssap; /* always 0xAA */ member in struct:fddi_snap_hdr

Completed in 394 milliseconds

1 2 34 5 6 7 8 91011>>