Lines Matching defs:option

2030 	 * any option (eager) and the accept should happen on the listener
2391 * Pass the sockaddr_un source address as an option
2415 * option which asks the transport provider to send T_UDERR_IND
2506 * address option.
2779 * a zero-length T_OPTDATA_REQ with the SO_UNIX_CLOSE option to inform the peer
2782 * T_UNITDATA_REQ containing the same option.
2848 * an option.
2870 * Pass the sockaddr_un source address as an option
2905 * source address option.
3357 * If there is a SO_SRCADDR option carrying
3370 * Extract any source address option.
3673 * name and the source address is passed as an option.
3675 * option.
3698 * Pass the sockaddr_un source address as an option
3784 * address option.
3955 * name and the source address is passed as an option.
3999 * Pass the sockaddr_un source address as an option
4047 * address option.
5090 void *option = NULL; /* Set if fallback value */
5179 option = &value;
5184 option = &value;
5203 option = &value;
5227 option = &value;
5235 option = &so->so_linger;
5242 * If the option has not been set then get a default
5257 option = &value;
5265 * If the option has not been set then get a default
5287 option = &value;
5291 option = &value;
5297 option = &value;
5307 option = &value;
5311 option = &value;
5326 option = &tmo_val;
5330 option = &tmo_val32;
5344 option = &snd_bufinfo;
5365 /* Let option management work in the presence of data flow control */
5377 if (option != NULL) {
5390 if (option != NULL) {
5399 option = &opt_res[1];
5401 /* check to ensure that the option is within bounds */
5402 if (((uintptr_t)option + opt_res->len < (uintptr_t)option) ||
5403 (uintptr_t)option + opt_res->len > (uintptr_t)mp->b_wptr) {
5404 if (option != NULL) {
5418 bcopy(option, optval, size);
5434 * setsockopt has to work even if the transport does not support the option.
5473 /* Let option management work in the presence of data flow control */