Lines Matching refs:setsockopt
75 setsockopt() ---> allocation of the circular buffer (ring)
116 setsockopt() ---> allocation of the circular buffer (ring)
189 to make this work it must be enabled previously with setsockopt()
199 setsockopt(fd, SOL_PACKET, PACKET_RX_RING, (void *) &req, sizeof(req))
201 setsockopt(fd, SOL_PACKET, PACKET_TX_RING, (void *) &req, sizeof(req))
426 setsockopt(fd, SOL_PACKET, PACKET_RX_RING, &foo, sizeof(foo));
427 setsockopt(fd, SOL_PACKET, PACKET_TX_RING, &bar, sizeof(bar));
454 enabled previously with setsockopt() and
537 setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val));
543 - Default if not otherwise specified by setsockopt(2)
655 err = setsockopt(fd, SOL_PACKET, PACKET_FANOUT,
658 perror("setsockopt");
820 err = setsockopt(fd, SOL_PACKET, PACKET_VERSION, &v, sizeof(v));
822 perror("setsockopt");
834 err = setsockopt(fd, SOL_PACKET, PACKET_RX_RING, &ring->req,
837 perror("setsockopt");
995 setsockopt(fd, SOL_PACKET, PACKET_QDISC_BYPASS, &one, sizeof(one));
1021 setsockopt(fd, SOL_PACKET, PACKET_TIMESTAMP, (void *) &req, sizeof(req))