Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/route/
HDroute.c816 #define caseof(x, y, z) case x: valp = &rt_metrics.z; flag = y; break in set_metric() macro
817 caseof(K_MTU, RTV_MTU, rmx_mtu); in set_metric()
818 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()
819 caseof(K_EXPIRE, RTV_EXPIRE, rmx_expire); in set_metric()
820 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
821 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
822 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
823 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()
824 caseof(K_RTTVAR, RTV_RTTVAR, rmx_rttvar); in set_metric()
825 caseof(K_WEIGHT, RTV_WEIGHT, rmx_weight); in set_metric()