MCPcopy Create free account
hub / github.com/F-Stack/f-stack / remove_netmask

Function remove_netmask

lib/ff_route.c:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static void
235remove_netmask(struct rt_addrinfo *info)
236{
237 info->rti_info[RTAX_NETMASK] = NULL;
238 info->rti_flags |= RTF_HOST;
239 info->rti_addrs &= ~RTA_NETMASK;
240}
241
242static int
243cleanup_xaddrs_inet(struct rt_addrinfo *info)

Callers 3

cleanup_xaddrs_inetFunction · 0.70
cleanup_xaddrs_inet6Function · 0.70
cleanup_xaddrsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected