Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dtcp_subr.c1829 #ifdef RTV_RPIPE in tcp_established()
1842 #if defined(RTV_RPIPE) in tcp_established()
1871 #if defined(RTV_RPIPE) in tcp_established()
1904 #ifdef RTV_RPIPE in tcp_established()
1919 #ifdef RTV_RPIPE in tcp_established()
/netbsd/sys/net/
H A Droute.h290 #define RTV_RPIPE 0x8 /* init or lock _recvpipe */ macro
H A Drtsock_shared.c1123 metric(RTV_RPIPE, rmx_recvpipe); in _rt_setmetrics()
/netbsd/sbin/route/
H A Drtutil.c403 (rmx->rmx_locks & RTV_RPIPE) ? 'L' : ' ', rmx->rmx_sendpipe, in p_rtrmx()
H A Droute.c408 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()