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

1 2

  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 74 uint8_t *SendBuf,
88 || (NULL == (void*)SendBuf) || (NULL == RecvBuf) || (NULL == RecvLength)
105 OvrHal->TranceiveInfo.addr = SendBuf[i++];
147 (void)memcpy((mif_send_buf + uid_len), &(SendBuf[i]), length);
153 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
159 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
221 uint8_t *SendBuf,
227 if( (NULL==OvrHal) || (NULL==CompletionInfo) || (NULL==RemoteDevInfo) || (NULL==SendBuf) )
236 OvrHal->sSendData.buffer = SendBuf;
phFriNfc_OvrHal.h 285 * \param[in] SendBuf Pointer to the data to send.
311 uint8_t *SendBuf,
337 uint8_t *SendBuf,
  /external/autotest/client/tests/kvm/deps/
finish.cpp 96 char *sendbuf = "done"; local
124 iSendResult = send(ClientSocket, sendbuf, sizeof(sendbuf), 0);
  /external/ipsec-tools/src/racoon/
isakmp_ident.c 206 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
209 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
386 iph1->sendbuf = ident_ir2mx(iph1);
387 if (iph1->sendbuf == NULL)
391 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
400 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
631 iph1->sendbuf = ident_ir3mx(iph1);
632 if (iph1->sendbuf == NULL)
641 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg0) == -1) {
1059 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1)
    [all...]
isakmp_base.c 245 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
249 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
548 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
551 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
560 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1015 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1018 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1029 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
    [all...]
isakmp_cfg.c 1211 iph2->sendbuf = vmalloc(tlen);
1212 if (iph2->sendbuf == NULL) {
1219 isakmp = (struct isakmp *)iph2->sendbuf->v;
1245 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
1249 plogdump(LLV_DEBUG, iph2->sendbuf->v, iph2->sendbuf->l);
1255 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf,
1257 VPTRINIT(iph2->sendbuf);
1260 iph2->sendbuf = tmp;
1264 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
    [all...]
isakmp_agg.c 285 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
288 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
737 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
740 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
744 if (isakmp_send(iph1, iph1->sendbuf) < 0)
748 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1257 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1260 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 1);
1269 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
    [all...]
handler.c 333 VPTRINIT(iph1->sendbuf);
602 VPTRINIT(iph2->sendbuf);
907 len = sendfromto(s, r->sendbuf->v, r->sendbuf->l,
971 new->sendbuf = vdup(sbuf);
972 if (new->sendbuf == NULL) {
998 if (r->sendbuf)
999 vfree(r->sendbuf);
isakmp_inf.c 965 iph2->sendbuf = vmalloc(tlen);
966 if (iph2->sendbuf == NULL) {
973 isakmp = (struct isakmp *)iph2->sendbuf->v;
999 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
1006 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
1008 VPTRINIT(iph2->sendbuf);
1011 iph2->sendbuf = tmp;
1015 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
1016 VPTRINIT(iph2->sendbuf);
1030 VPTRINIT(iph2->sendbuf);
    [all...]
isakmp_quick.c 283 iph2->sendbuf = quick_ir1mx(iph2, body, hash);
284 if (iph2->sendbuf == NULL)
616 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
617 if (iph2->sendbuf == NULL)
628 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
634 iph2->sendbuf, msg0) == -1) {
1349 iph2->sendbuf = quick_ir1mx(iph2, body, hash);
1350 if (iph2->sendbuf == NULL)
1359 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, iph2->msg1) == -1) {
    [all...]
handler.h 147 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph1handle
265 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph2handle
340 vchar_t *sendbuf; /* buffer for the response */ member in struct:recvdpkt
racoonctl.c 336 vchar_t *sendbuf; local
338 if ((sendbuf = f_getevt(0, NULL)) == NULL)
346 if (com_send(sendbuf) != 0)
359 vfree(sendbuf);
    [all...]
isakmp.c 826 if (iph1->sendbuf == NULL) {
828 "no buffer found as sendbuf\n");
833 VPTRINIT(iph1->sendbuf);
989 if (iph2->sendbuf == NULL) {
991 "no buffer found as sendbuf\n");
994 VPTRINIT(iph2->sendbuf);
    [all...]
  /libcore/ojluni/src/main/native/
Inet6AddressImpl.c 149 char sendbuf[1500]; local
191 icmp6 = (struct icmp6_hdr *) sendbuf;
200 memcpy(sendbuf + sizeof(struct icmp6_hdr), &tv, sizeof(tv));
202 n = sendto(fd, sendbuf, plen, 0, (struct sockaddr*) him, sizeof(struct sockaddr_in6));
Inet4AddressImpl.c 75 char sendbuf[1500]; local
115 icmp = (struct icmp *) sendbuf;
129 n = sendto(fd, sendbuf, plen, 0, (struct sockaddr *)him,
  /external/valgrind/mpi/
libmpiwrap.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 790 func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) (err error) {
791 r1, _, e1 := Syscall9(connectExFunc.addr, 7, uintptr(s), uintptr(name), uintptr(namelen), uintptr(unsafe.Pointer(sendBuf)), uintptr(sendDataLen), uintptr(unsafe.Pointer(bytesSent)), uintptr(unsafe.Pointer(overlapped)), 0, 0)
802 func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
811 return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 790 func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) (err error) {
791 r1, _, e1 := Syscall9(connectExFunc.addr, 7, uintptr(s), uintptr(name), uintptr(namelen), uintptr(unsafe.Pointer(sendBuf)), uintptr(sendDataLen), uintptr(unsafe.Pointer(bytesSent)), uintptr(unsafe.Pointer(overlapped)), 0, 0)
802 func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
811 return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
    [all...]
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 34 int MPI_Gather(void *sendbuf, int sendcount, MPI_Datatype sendtype,
  /external/netperf/src/
nettest_unix.c 640 lss_size, /* local sendbuf size */
664 lss_size, /* local sendbuf size */
    [all...]
nettest_sdp.c 774 lss_size, /* local sendbuf size */
806 lss_size, /* local sendbuf size */
    [all...]
nettest_dlpi.c 863 lsw_size, /* local sendbuf size */
887 lsw_size, /* local sendbuf size */
    [all...]
nettest_sctp.c 968 lss_size, /* local sendbuf size */
996 lss_size, /* local sendbuf size */
    [all...]
nettest_bsd.c     [all...]
nettest_xti.c     [all...]

Completed in 4973 milliseconds

1 2