Searched refs:rcvlowat_bytes (Results 1 – 1 of 1) sorted by relevance
136 static void run_receiver(unsigned long rcvlowat_bytes) in run_receiver() argument166 printf("SO_RCVLOWAT %lu bytes\n", rcvlowat_bytes); in run_receiver()187 &rcvlowat_bytes, in run_receiver()188 sizeof(rcvlowat_bytes))) in run_receiver()442 unsigned long rcvlowat_bytes = DEFAULT_RCVLOWAT_BYTES; in main() local457 rcvlowat_bytes = memparse(optarg); in main()484 run_receiver(rcvlowat_bytes); in main()