Searched refs:rcvlowat_bytes (Results 1 – 1 of 1) sorted by relevance
132 static void run_receiver(unsigned long rcvlowat_bytes) in run_receiver() argument162 printf("SO_RCVLOWAT %lu bytes\n", rcvlowat_bytes); in run_receiver()183 &rcvlowat_bytes, in run_receiver()184 sizeof(rcvlowat_bytes))) in run_receiver()383 unsigned long rcvlowat_bytes = DEFAULT_RCVLOWAT_BYTES; in main() local398 rcvlowat_bytes = memparse(optarg); in main()422 run_receiver(rcvlowat_bytes); in main()