Home | History | Annotate | Download | only in libpcap

Lines Matching full:getsockopt

788  *  the PACKET_STATISTICS "getsockopt()" argument (2.4 and later
805 if (getsockopt(handle->fd, SOL_PACKET, PACKET_STATISTICS,
808 * On systems where the PACKET_STATISTICS "getsockopt()"
833 * "getsockopt()" call, "tp_drops" is added to "tp_packets",
849 * getsockopt(handle->fd, SOL_PACKET, PACKET_STATISTICS, ....
874 * On systems where the PACKET_STATISTICS "getsockopt()" argument
1648 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) {
1650 "getsockopt: %s", pcap_strerror(errno));
1919 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) {
1921 "getsockopt: %s", pcap_strerror(errno));