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

  /external/libpcap/
pcap-rpcap.c 91 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog);
703 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ local
792 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_OPEN_REQ, 0, (uint32) strlen(iface));
794 if (sock_bufferize(iface, (int) strlen(iface), sendbuf, &sendbufidx,
798 if (sock_send(sockctrl, sendbuf, sendbufidx, fp->errbuf, PCAP_ERRBUF_SIZE))
907 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data to be sent is buffered *\/ local
1391 char sendbuf[RPCAP_NETBUF_SIZE];\/* temporary buffer in which data to be sent is buffered *\/ local
1604 char sendbuf[RPCAP_NETBUF_SIZE];\/* temporary buffer in which data to be sent is buffered *\/ local
1704 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data to be sent is buffered *\/ local
1749 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data that has to be sent is buffered *\/ local
    [all...]
  /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 81 milliseconds