HomeSort by relevance Sort by last modified time
    Searched defs:sendbuf (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/tests/kvm/deps/
finish.cpp 96 char *sendbuf = "done"; local
124 iSendResult = send(ClientSocket, sendbuf, sizeof(sendbuf), 0);
  /libcore/ojluni/src/main/native/
Inet4AddressImpl.c 75 char sendbuf[1500]; local
115 icmp = (struct icmp *) sendbuf;
129 n = sendto(fd, sendbuf, plen, 0, (struct sockaddr *)him,
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));
  /external/ipsec-tools/src/racoon/
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...]

Completed in 1700 milliseconds