| 1405 | } |
| 1406 | |
| 1407 | static void |
| 1408 | remove_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 |
| 1416 | static int |
no outgoing calls
no test coverage detected