Home
last modified time | relevance | path

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

/netbsd-src/sbin/route/
H A Droute.c403 #define caseof(x, y, z) \ in set_metric() macro
405 caseof(K_MTU, RTV_MTU, rmx_mtu); in set_metric()
406 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()
407 caseof(K_EXPIRE, RTV_EXPIRE, rmx_expire); in set_metric()
408 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
409 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
410 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
411 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()
412 caseof(K_RTTVAR, RTV_RTTVAR, rmx_rttvar); in set_metric()