Searched defs:DONTCARE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h349 #define DONTCARE ((int16_t)-1) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2064 #define DONTCARE(x) macro
2067 #define DONTCARE(x) ((x) = (x)) macro
2094 DONTCARE(tcp->tcp_cwnd); /* Init in tcp_process_options */
2114 DONTCARE(tcp->tcp_naglim); /* Init in tcp_init_values */
2115 DONTCARE(tcp->tcp_ipha);
2116 DONTCARE(tcp->tcp_ip6h);
2117 DONTCARE(tcp->tcp_tcpha);
2120 DONTCARE(tcp->tcp_timer_backoff); /* Init in tcp_init_values */
2121 DONTCARE(tcp->tcp_last_recv_time); /* Init in tcp_init_values */
2152 DONTCARE(tc
2325 #undef DONTCARE macro
[all...]

Completed in 112 milliseconds