Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.c932 int sockbufsize = 0; in pcap_startcapture_remote() local
1177 itemp = sizeof(sockbufsize); in pcap_startcapture_remote()
1179 res = getsockopt(sockdata, SOL_SOCKET, SO_RCVBUF, (char *)&sockbufsize, &itemp); in pcap_startcapture_remote()
1197 if ((u_int) sockbufsize < fp->bufsize) in pcap_startcapture_remote()
1213 if ((u_int) sockbufsize >= fp->bufsize) in pcap_startcapture_remote()
1215 fp->bufsize = sockbufsize; in pcap_startcapture_remote()