Home
last modified time | relevance | path

Searched refs:caseof (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1152 #define caseof(x, y, z) \ in set_metric() macro
1155 caseof(K_MTU, RTV_MTU, rmx_mtu); in set_metric()
1156 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()
1157 caseof(K_EXPIRE, RTV_EXPIRE, rmx_expire); in set_metric()
1158 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
1159 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1160 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1161 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()
1162 caseof(K_RTTVAR, RTV_RTTVAR, rmx_rttvar); in set_metric()
1163 #undef caseof in set_metric()