Searched refs:found_addrs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 293 int found_addrs; local 351 found_addrs = rts_getaddrs(rtm, &dst_addr_v6, &gw_addr_v6, &net_mask_v6, 358 if ((found_addrs & RTA_DST) == 0) { 374 if (((found_addrs & RTA_NETMASK) == 0) || 381 if (((found_addrs & RTA_NETMASK) == 0) || 463 if ((found_addrs & RTA_NETMASK) != 0) 481 if ((found_addrs & RTA_GATEWAY) == 0) { 598 if ((found_addrs & RTA_GATEWAY) == 0) { 614 found_addrs, rtm->rtm_flags, ill, B_FALSE, 619 &gw_addr_v6, found_addrs, rt 1609 int found_addrs = 0; local [all...] |
Completed in 44 milliseconds