Searched refs:ire_lookup_bcast (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ire.h | 148 extern ire_t *ire_lookup_bcast(ill_t *, ipaddr_t, zoneid_t);
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_ire.c | 749 ire_lookup_bcast(ill_t *ill, ipaddr_t addr, zoneid_t zoneid) in ire_lookup_bcast() function
|
H A D | ip_if.c | 15724 ire = ire_lookup_bcast(ill, 0, zoneid); in ipif_delete_bcast_ires() 15727 ire = ire_lookup_bcast(ill, INADDR_BROADCAST, zoneid); in ipif_delete_bcast_ires() 15742 ire = ire_lookup_bcast(ill, addr, zoneid); in ipif_delete_bcast_ires() 15745 ire = ire_lookup_bcast(ill, ~netmask | addr, zoneid); in ipif_delete_bcast_ires() 15758 ire = ire_lookup_bcast(ill, addr, zoneid); in ipif_delete_bcast_ires() 15761 ire = ire_lookup_bcast(ill, ~subnetmask | addr, zoneid); in ipif_delete_bcast_ires()
|