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

Function remove_netmask

freebsd/net/rtsock.c:1407–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405}
1406
1407static void
1408remove_netmask(struct rt_addrinfo *info)
1409{
1410 info->rti_info[RTAX_NETMASK] = NULL;
1411 info->rti_flags |= RTF_HOST;
1412 info->rti_addrs &= ~RTA_NETMASK;
1413}
1414
1415#ifdef INET
1416static int

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