Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rt_is_host
Function
rt_is_host
freebsd/net/route/route_ctl.c:251–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
bool
252
rt_is_host(const struct rtentry *rt)
253
{
254
255
return (rt->rte_flags & RTF_HOST);
256
}
257
258
sa_family_t
259
rt_get_family(const struct rtentry *rt)
Callers
3
update_rtm_from_rc
Function · 0.85
sysctl_dumpentry
Function · 0.85
update_rtm_from_rc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected