Home
last modified time | relevance | path

Searched refs:ill_net_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c632 type = ill->ill_net_type; in ip_rt_add_v6()
1231 (!(ill->ill_net_type & IRE_INTERFACE))) { in ipif_ndp_up()
1253 ASSERT(ill->ill_net_type == IRE_IF_RESOLVER); in ipif_ndp_up()
2428 if (IS_LOOPBACK(ill) || ill->ill_net_type == IRE_IF_NORESOLVER) { in ipif_up_done_v6()
2442 if (ill->ill_net_type != IRE_LOOPBACK) in ipif_up_done_v6()
2605 ill->ill_net_type, in ipif_add_ires_v6()
2612 ill->ill_net_type, /* IF_[NO]RESOLVER */ in ipif_add_ires_v6()
H A Dip_ndp.c1261 if (ill->ill_net_type == IRE_IF_RESOLVER) { in nce_set_multicast_v6()
1351 ASSERT(ill->ill_net_type == IRE_IF_RESOLVER); in ndp_mcastreq()
1724 ill->ill_net_type == IRE_IF_RESOLVER && in ip_ndp_excl()
3982 ncec->ncec_ill->ill_net_type != IRE_IF_NORESOLVER)) in nce_add_v4_postprocess()
4187 if (ill->ill_net_type == IRE_IF_RESOLVER) { in nce_set_multicast_v4()
4791 } else if (ill->ill_net_type == IRE_IF_RESOLVER) { in nce_add_common()
4793 } else if (ill->ill_net_type == IRE_IF_NORESOLVER) { in nce_add_common()
4831 } else if (ill->ill_net_type == IRE_LOOPBACK) { in nce_add_common()
4846 ill->ill_net_type == IRE_IF_NORESOLVER) in nce_add_common()
4884 ill->ill_net_type == IRE_IF_NORESOLVER) { in nce_add_common()
[all …]
H A Dip_if.c519 if (ill->ill_net_type != IRE_LOOPBACK) in ill_delete_tail()
3356 ill->ill_net_type = IRE_LOOPBACK; in ill_init_common()
4252 ill->ill_net_type = IRE_IF_NORESOLVER; in ip_ll_subnet_defaults()
4286 ill->ill_net_type = IRE_IF_RESOLVER; in ip_ll_subnet_defaults()
5361 if (ill->ill_net_type == IRE_IF_NORESOLVER) in ip_mcast_mapping()
5654 type = ill->ill_net_type; in ip_rt_add()
12105 if (ill->ill_net_type != IRE_LOOPBACK) { in ipif_allocate()
12124 if (ill->ill_net_type != IRE_LOOPBACK) in ipif_allocate()
14184 if (ill->ill_net_type == IRE_LOOPBACK) in ill_recover_saved_ire()
14773 if (ill->ill_net_type != IRE_LOOPBACK) in ipif_up_done()
[all …]
H A Dip_multi.c894 if (ill->ill_net_type != IRE_IF_RESOLVER || in ip_ll_multireq()
1065 if ((ill->ill_net_type == IRE_IF_RESOLVER) && in ill_join_allmulti()
H A Dip_arp.c2087 ill->ill_net_type == IRE_IF_RESOLVER && in arp_excl()
H A Dip_ire.c2509 if (ill->ill_net_type == IRE_IF_NORESOLVER && is_unicast) { in ire_nce_init()
H A Dip_mroute.c3177 nce = arp_nce_init(ill, dst, ill->ill_net_type); in tbf_send_packet()
H A Dip6.c1181 rill->ill_net_type, /* IF_[NO]RESOLVER */ in icmp_redirect_v6()
H A Dip.c8513 } else if (ill->ill_net_type == IRE_IF_RESOLVER) { in ip_rput_dlpi_writer()
11235 if (ill->ill_isv6 == B_FALSE || ill->ill_net_type == IRE_LOOPBACK) in ip_snmp_get2_v6_media()
11315 ill->ill_net_type == IRE_LOOPBACK) in ip_snmp_get2_v4_media()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2071 if (ill->ill_net_type == IRE_IF_RESOLVER) { in ncec_l2_addr()
2102 if (ill->ill_net_type == IRE_IF_RESOLVER) { in nce_l2_addr()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1626 uint_t ill_net_type; /* IRE_IF_RESOLVER/IRE_IF_NORESOLVER. */ member