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

  /external/libpcap/
pcap-rpcap.h 458 int rpcap_checkmsg(char *errbuf, SOCKET sock, struct rpcap_header *header, uint8 first, ...);
pcap-rpcap.c 274 retval = rpcap_checkmsg(p->errbuf, md->rmt_sockdata, header, RPCAP_MSG_PACKET, 0);
600 retval = rpcap_checkmsg(p->errbuf, md->rmt_sockctrl, &header, RPCAP_MSG_STATS_REPLY, RPCAP_MSG_ERROR, 0);
612 /* Update totread, since the rpcap_checkmsg() already purged the buffer */
806 retval = rpcap_checkmsg(fp->errbuf, sockctrl, &header, RPCAP_MSG_OPEN_REPLY, RPCAP_MSG_ERROR, 0);
818 /* Update totread, since the rpcap_checkmsg() already purged the buffer */
1936 int rpcap_checkmsg(char *errbuf, SOCKET sock, struct rpcap_header *header, uint8 first, ...) function
    [all...]
pcap-new.c 408 retval = rpcap_checkmsg(errbuf, sockctrl, &header, RPCAP_MSG_FINDALLIF_REPLY, RPCAP_MSG_ERROR, 0);
    [all...]

Completed in 52 milliseconds