Searched refs:rpcap_createhdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | rpcap-protocol.c | 92 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, RPCAP_MSG_ERROR, errcode, length); in rpcap_senderror() 135 rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length) in rpcap_createhdr() function
|
H A D | pcap-rpcap.c | 761 rpcap_createhdr(&header, pr->protocol_version, in pcap_cleanup_rpcap() 774 rpcap_createhdr(&header, pr->protocol_version, in pcap_cleanup_rpcap() 951 rpcap_createhdr(&header, pr->protocol_version, in rpcap_stats_rpcap() 1236 rpcap_createhdr((struct rpcap_header *) sendbuf, in pcap_startcapture_remote() 1641 rpcap_createhdr((struct rpcap_header *) sendbuf, in pcap_updatefilter_remote() 1898 rpcap_createhdr((struct rpcap_header *) sendbuf, in pcap_setsampling_remote() 2039 rpcap_createhdr((struct rpcap_header *) sendbuf, 0, in rpcap_doauth() 2516 rpcap_createhdr((struct rpcap_header *) sendbuf, protocol_version, in pcap_open_rpcap() 2649 rpcap_createhdr(&header, protocol_version, RPCAP_MSG_FINDALLIF_REQ, in pcap_findalldevs_ex_remote() 3154 rpcap_createhdr(&header, temp->protocol_version, in pcap_remoteact_close()
|
H A D | rpcap-protocol.h | 447 extern void rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint3…
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 1362 rpcap_createhdr((struct rpcap_header *) sendbuf, 0, in daemon_msg_auth_req() 1703 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, in daemon_msg_findallif_req() 1901 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, in daemon_msg_open_req() 2153 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, in daemon_msg_startcap_req() 2304 rpcap_createhdr(&header, ver, RPCAP_MSG_ENDCAP_REPLY, 0, 0); in daemon_msg_endcap_req() 2447 rpcap_createhdr(&header, ver, RPCAP_MSG_UPDATEFILTER_REPLY, 0, 0); in daemon_msg_updatefilter_req() 2497 rpcap_createhdr(&header, ver, RPCAP_MSG_SETSAMPLING_REPLY, 0, 0); in daemon_msg_setsampling_req() 2553 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, in daemon_msg_stats_req() 2725 rpcap_createhdr((struct rpcap_header *) sendbuf, in daemon_thrdatamain()
|