HomeSort by relevance Sort by last modified time
    Searched full:nsap (Results 1 - 25 of 50) sorted by null

1 2

  /external/tcpdump/
af.c 35 { AFNUM_NSAP, "NSAP"},
47 { AFNUM_E164NSAP, "E.164 with NSAP subaddress"},
addrtoname.c 393 /* Find the hash node that corresponds the NSAP 'nsap' */
396 lookup_nsap(register const u_char *nsap)
399 unsigned int nlen = *nsap;
401 const u_char *ensap = nsap + nlen - 6;
417 memcmp((const char *)&(nsap[1]),
428 memcpy((char *)tp->e_nsap, (const char *)nsap, nlen + 1);
594 isonsap_string(const u_char *nsap, register u_int nsap_length)
603 tp = lookup_nsap(nsap);
612 *cp++ = hex[*nsap >> 4]
    [all...]
nameser.h 160 #define T_NSAP 22 /* NSAP address */
161 #define T_NSAP_PTR 23 /* reverse lookup for NSAP */
  /bionic/libc/netbsd/resolv/
res_send.c 485 struct sockaddr *nsap; local
487 nsap = get_nsaddr(statp, (size_t)ns);
488 nsaplen = get_salen(nsap);
498 act = (*statp->qhook)(&nsap, &buf, &buflen,
523 getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf),
583 act = (*statp->rhook)(nsap, buf, buflen,
678 struct sockaddr *nsap; local
686 nsap = get_nsaddr(statp, (size_t)ns);
687 nsaplen = get_salen(nsap);
700 !sock_eq((struct sockaddr *)(void *)&peer, nsap)) {
869 const struct sockaddr *nsap; local
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp 112 static jboolean com_android_nfc_NativeLlcpSocket_doConnect(JNIEnv *e, jobject o, jint nSap)
131 TRACE("phLibNfc_Llcp_Connect(%d)",nSap);
135 nSap,
141 LOGE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret));
144 TRACE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret));
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 57 static jboolean com_android_nfc_NativeLlcpConnectionlessSocket_doSendTo(JNIEnv *e, jobject o, jint nsap, jbyteArray data)
84 nsap,
com_android_nfc_NativeNfcManager.cpp     [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.h 63 * \param[in] nSap The destination SAP.
82 uint8_t nSap,
phFriNfc_LlcpTransport.c 587 uint8_t nSap)
601 else if(nSap<2 || nSap>63)
607 /* Test if the nSap it is useb by another socket */
610 if((pLlcpSocket->psTransport->pSocketTable[i].socket_sSap == nSap)
616 /* Set the nSap value of the socket */
617 pLlcpSocket->socket_sSap = nSap;
    [all...]
phLibNfc_llcp.c 613 uint8_t nSap
635 result = phFriNfc_LlcpTransport_Bind(psSocket, nSap);
759 uint8_t nSap,
794 nSap,
1021 uint8_t nSap,
1057 nSap,
phFriNfc_LlcpTransport_Connectionless.c 155 * \param[in] nSap The destination SAP.
174 uint8_t nSap,
194 pLlcpSocket->sLlcpHeader.dsap = nSap;
phFriNfc_LlcpTransport.h 402 uint8_t nSap);
491 * \param[in] nSap The destination SAP to connect to.
507 uint8_t nSap,
    [all...]
phFriNfc_LlcpTransport_Connection.h 193 * \param[in] nSap The destination SAP to connect to.
210 uint8_t nSap,
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_Llcp.h 271 uint8_t nSap;
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeLlcpSocket.java 35 private native boolean doConnect(int nSap);
NativeNfcManager.java 138 private native NativeLlcpConnectionlessSocket doCreateLlcpConnectionlessSocket(int nSap);
140 private native NativeLlcpServiceSocket doCreateLlcpServiceSocket(int nSap, String sn, int miu,
143 public LlcpServerSocket createLlcpServerSocket(int nSap, String sn, int miu,
145 LlcpServerSocket socket = doCreateLlcpServiceSocket(nSap, sn, miu, rw, linearBufferLength);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 151 /* NSAP Address Option */
158 /* followed by source NSAP */
159 /* followed by destination NSAP */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /bionic/libc/include/netinet/
ip6.h 187 /* NSAP Address Option */
193 /* followed by source NSAP */
194 /* followed by destination NSAP */
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 178 public LlcpServerSocket createLlcpServerSocket(int nSap, String sn, int miu,
  /external/dnsmasq/src/
nameser.h 159 #define T_NSAP 22 /* NSAP address */
160 #define T_NSAP_PTR 23 /* reverse NSAP lookup (deprecated) */
  /external/ppp/pppd/plugins/pppoatm/
ans.c 190 strcpy (buf, "NSAP.INT.");

Completed in 452 milliseconds

1 2