Lines Matching +refs:val +refs:value
137 * Set by the -T dscp option on the command line. If set to a value
147 * Care should be taken before modifying this value for select():
156 * may be rather worsened with a larger value of this constant due to
159 * As a special note, this value shouldn't have to be touched if
177 * We always define this because a larger value can be specified run-time.
1286 * XXX: The buffer length is an ad-hoc value, but should be enough
2961 * 'action' will be called with 'arg' as the arg value. The new
3049 * called with 'arg' as the arg value. The new socket is returned
3125 * called with 'arg' as the arg value. The new socket is returned
4324 * up the current value and try again.
6317 isc_boolean_t val;
6322 val = ((sock->bound) ? ISC_TRUE : ISC_FALSE);
6325 return (val);
6364 int value = dscp << 2;
6372 (void *)&value, sizeof(value)) < 0) {
6377 "%s: %s", sock->fd, value >> 2,
6389 (void *)&value, sizeof(value)) < 0) {
6418 /* The DSCP value must not be changed once it has been set. */
6519 * up the current value and try again.