| 232 | } |
| 233 | |
| 234 | static void |
| 235 | remove_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 | |
| 242 | static int |
| 243 | cleanup_xaddrs_inet(struct rt_addrinfo *info) |
no outgoing calls
no test coverage detected