Searched defs:ire_to_nce (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_ire.c | 3085 nce = ire_to_nce(ire, ipha->ipha_dst, NULL); 3088 nce = ire_to_nce(ire, INADDR_ANY, &ip6h->ip6_dst); 3330 * in ire_nce_cache; when ire_to_nce is called we allocate the nce. 3412 ire_to_nce(ire_t *ire, ipaddr_t v4nexthop, const in6_addr_t *v6nexthop) function 3458 return (ire_to_nce(ire, ipha->ipha_dst, NULL)); 3461 return (ire_to_nce(ire, INADDR_ANY, &ip6h->ip6_dst));
|
Completed in 66 milliseconds