Home
last modified time | relevance | path

Searched refs:rpcap_createhdr (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dpcap-rpcap.c442 rpcap_createhdr(&header, RPCAP_MSG_CLOSE, 0, 0); in pcap_cleanup_remote()
449 rpcap_createhdr(&header, RPCAP_MSG_ENDCAP_REQ, 0, 0); in pcap_cleanup_remote()
589 rpcap_createhdr(&header, RPCAP_MSG_STATS_REQ, 0, 0); in rpcap_stats_remote()
792 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_OPEN_REQ, 0, (uint32) strlen(iface)); in pcap_opensource_remote()
1038 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_STARTCAP_REQ, 0, in pcap_startcapture_remote()
1403 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_UPDATEFILTER_REQ, 0, in pcap_updatefilter_remote()
1620rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_SETSAMPLING_REQ, 0, sizeof(struct rpcap… in pcap_setsampling_remote()
1713 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_ERROR, errcode, length); in rpcap_senderror()
1789 rpcap_createhdr((struct rpcap_header *) sendbuf, RPCAP_MSG_AUTH_REQ, 0, length); in rpcap_sendauth()
1883 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length) in rpcap_createhdr() function
Dpcap-rpcap.h456 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
Dpcap-new.c399 rpcap_createhdr(&header, RPCAP_MSG_FINDALLIF_REQ, 0, 0); in pcap_findalldevs_ex()
1166 rpcap_createhdr(&header, RPCAP_MSG_CLOSE, 0, 0); in pcap_remoteact_close()