Home
last modified time | relevance | path

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

/dragonfly/sbin/route/
H A Droute.c569 caseof(K_MTU, RTV_MTU, rmx_mtu); in set_metric()
570 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()
571 caseof(K_EXPIRE, RTV_EXPIRE, rmx_expire); in set_metric()
572 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()
573 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
574 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
575 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()
576 caseof(K_RTTVAR, RTV_RTTVAR, rmx_rttvar); in set_metric()
577 caseof(K_MSL, RTV_MSL, rmx_msl); in set_metric()
578 caseof(K_IWMAX, RTV_IWMAXSEGS, rmx_iwmaxsegs); in set_metric()
[all …]