Home
last modified time | relevance | path

Searched refs:sock_bufferize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libpcap/
H A Drpcap-protocol.c94 if (sock_bufferize(NULL, sizeof(struct rpcap_header), NULL, &sendbufidx, in rpcap_senderror()
98 if (sock_bufferize(error, length, sendbuf, &sendbufidx, in rpcap_senderror()
H A Dpcap-rpcap.c1135 if (sock_bufferize(NULL, sizeof(struct rpcap_header), NULL, in pcap_startcapture_remote()
1146 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreq), NULL, in pcap_startcapture_remote()
1445 if (sock_bufferize(NULL, sizeof(struct rpcap_filter), NULL, sendbufidx, in pcap_pack_bpffilter()
1741 if (sock_bufferize(NULL, sizeof(struct rpcap_header), NULL, in pcap_setsampling_remote()
1752 if (sock_bufferize(NULL, sizeof(struct rpcap_sampling), NULL, in pcap_setsampling_remote()
1946 if (sock_bufferize(NULL, sizeof(struct rpcap_header), NULL, in rpcap_sendauth()
1955 if (sock_bufferize(NULL, sizeof(struct rpcap_auth), NULL, in rpcap_sendauth()
1970 if (sock_bufferize(auth->username, rpauth->slen1, sendbuf, in rpcap_sendauth()
1979 if (sock_bufferize(auth->password, rpauth->slen2, sendbuf, in rpcap_sendauth()
2252 if (sock_bufferize(NULL, sizeof(struct rpcap_header), NULL, in pcap_open_rpcap()
[all …]
H A Dsockutils.h212 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
H A Dsockutils.c779 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… function