MCPcopy 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
251bool
252rt_is_host(const struct rtentry *rt)
253{
254
255 return (rt->rte_flags & RTF_HOST);
256}
257
258sa_family_t
259rt_get_family(const struct rtentry *rt)

Callers 3

update_rtm_from_rcFunction · 0.85
sysctl_dumpentryFunction · 0.85
update_rtm_from_rcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected