Home
last modified time | relevance | path

Searched refs:ire_lookup_bcast (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dip_ire.h148 extern ire_t *ire_lookup_bcast(ill_t *, ipaddr_t, zoneid_t);
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ire.c749 ire_lookup_bcast(ill_t *ill, ipaddr_t addr, zoneid_t zoneid) in ire_lookup_bcast() function
H A Dip_if.c15724 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()