Searched refs:caseof (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/route/ |
H A D | route.c | 803 #define caseof(x, y, z) case x: valp = &rt_metrics.z; flag = y; break in set_metric() macro 804 caseof(K_MTU, RTV_MTU, rmx_mtu); in set_metric() 805 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric() 806 caseof(K_EXPIRE, RTV_EXPIRE, rmx_expire); in set_metric() 807 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric() 808 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric() 809 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric() 810 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric() 811 caseof(K_RTTVAR, RTV_RTTVAR, rmx_rttvar); in set_metric() 812 caseof(K_WEIGHT, RTV_WEIGHT, rmx_weight); in set_metric()
|