Lines Matching refs:value
103 struct sctp_assoc_value value;
197 ppid = rand(); /* Choose an arbitrary value. */
394 ppid = rand(); /* Choose an arbitrary value. */
509 value.assoc_id = 0;
510 optlen = sizeof(value);
511 test_getsockopt(udp_svr_sk, SCTP_DELAYED_ACK_TIME, &value,
513 if (value.assoc_value != 100)
517 value.assoc_id = 0;
518 value.assoc_value = 250;
519 test_setsockopt(udp_svr_sk, SCTP_DELAYED_ACK_TIME, &value,
520 sizeof(value));
619 &value,
620 sizeof(value) - 1);
645 value.assoc_id = sac->sac_assoc_id;
646 value.assoc_value = 501;
649 &value,
650 sizeof(value));