/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 449 if ((ipif != NULL) && (ipif->ipif_ire_type == IRE_LOOPBACK)) { in ip_rt_add_v6() 454 ire = ire_ftable_lookup_v6(dst_addr, 0, 0, IRE_LOOPBACK, in ip_rt_add_v6() 633 if (type == IRE_LOOPBACK) { in ip_rt_add_v6() 700 type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK; in ip_rt_add_v6() 722 if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_rt_add_v6() 994 if (ipif->ipif_ire_type == IRE_LOOPBACK) { in ip_rt_delete_v6() 996 IRE_LOOPBACK, ill_match, ALL_ZONES, NULL, in ip_rt_delete_v6() 2439 ipif->ipif_ire_type = IRE_LOOPBACK; in ipif_up_done_v6() 2442 if (ill->ill_net_type != IRE_LOOPBACK) in ipif_up_done_v6() 2542 ipif->ipif_ire_type != IRE_LOOPBACK) { in ipif_add_ires_v6()
|
H A D | ip_rts.c | 532 if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 571 if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 705 IRE_LOCAL | IRE_LOOPBACK, NULL, zoneid, in ip_rts_request_common() 718 &gw_addr_v6, IRE_LOCAL | IRE_LOOPBACK, NULL, in ip_rts_request_common() 825 (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 896 (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 1052 ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST); in ire_lookup_v4() 1141 ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK); in ire_lookup_v6()
|
H A D | ip6_ire.c | 101 case IRE_LOOPBACK: in ire_init_v6() 143 case IRE_LOOPBACK: in ire_init_v6() 741 if (ire->ire_type & IRE_LOOPBACK) in ire_match_args_v6() 1176 uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK); in ire_route_recursive_impl_v6()
|
H A D | ip_output.c | 664 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) || in ip_verify_lso() 685 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in ip_verify_lso() 712 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) || in ip_verify_zcopy() 721 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in ip_verify_zcopy() 2413 if (!(ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK))) in ip_output_verify_local()
|
H A D | ip_ire.c | 518 case IRE_LOOPBACK: in ire_init_v4() 560 case IRE_LOOPBACK: in ire_init_v4() 677 if ((type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST | in ire_init_common() 1912 if (ire->ire_type & IRE_LOOPBACK) in ire_match_args() 2058 ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK); in ire_alt_local() 3344 if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ire_revalidate_nce()
|
H A D | tn_ipopt.c | 508 if (ire->ire_type & (IRE_BROADCAST | IRE_LOCAL | IRE_LOOPBACK | in tsol_compute_label_v4() 1019 if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | in tsol_compute_label_v6()
|
H A D | tnet.c | 1247 (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST | in tsol_ire_match_gwattr() 1993 ire = ire_ftable_lookup_v4(in4, 0, 0, IRE_LOCAL|IRE_LOOPBACK, in tsol_mlp_addr_type() 2001 ire = ire_ftable_lookup_v6(addr, 0, 0, IRE_LOCAL|IRE_LOOPBACK, in tsol_mlp_addr_type()
|
H A D | ip_if.c | 519 if (ill->ill_net_type != IRE_LOOPBACK) in ill_delete_tail() 3356 ill->ill_net_type = IRE_LOOPBACK; in ill_init_common() 3752 ipif = ipif_allocate(ill, 0L, IRE_LOOPBACK, B_TRUE, B_TRUE, NULL); in ill_lookup_on_name() 5468 if ((ipif != NULL) && (ipif->ipif_ire_type == IRE_LOOPBACK)) { in ip_rt_add() 5472 ire = ire_ftable_lookup_v4(dst_addr, 0, 0, IRE_LOOPBACK, in ip_rt_add() 5655 if (type == IRE_LOOPBACK) { in ip_rt_add() 5721 type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK; in ip_rt_add() 5743 if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_rt_add() 6025 if (ipif->ipif_ire_type == IRE_LOOPBACK) { in ip_rt_delete() 6027 IRE_LOOPBACK, ill_match, ALL_ZONES, NULL, in ip_rt_delete() [all …]
|
H A D | ip6.c | 1099 (prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) || in icmp_redirect_v6() 1328 (IRE_LOCAL|IRE_LOOPBACK), ill, ira->ira_zoneid, NULL, in icmp_pkt_v6() 1887 if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_laddr_verify_v6() 2143 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v6() 2186 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v6() 2245 uinfo->iulp_loopback = (ire->ire_type & IRE_LOOPBACK) != 0; in ip_set_destination_v6()
|
H A D | ip.c | 1156 { IRE_LOOPBACK, "LOOPBACK" }, 2661 (prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) || in icmp_redirect_v4() 2836 (IRE_LOCAL|IRE_LOOPBACK), NULL, ira->ira_zoneid, NULL, in icmp_pkt() 3286 if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_laddr_verify_v4() 3559 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v4() 3613 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v4() 3673 uinfo->iulp_loopback = (ire->ire_type & IRE_LOOPBACK) != 0; in ip_set_destination_v4() 3824 if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_get_pmtu() 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() [all …]
|
H A D | conn_opt.c | 2751 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect() 2766 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
|
H A D | ip_ftable.c | 1412 uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST); in ire_route_recursive_impl_v4()
|
H A D | ip_ndp.c | 4831 } else if (ill->ill_net_type == IRE_LOOPBACK) { in nce_add_common()
|
H A D | sadb.c | 2143 if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) in sadb_addrset()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_impl.c | 504 if (ip_type_v4(addr, ipst) != IRE_LOOPBACK) { in rdsv3_isloopback()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 495 #define IRE_LOOPBACK 0x0008 /* Route entry for loopback address */ macro 522 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 898 { "LOOPBACK", IRE_LOOPBACK, IRE_LOOPBACK }, in ire_format()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1528 (IRE_INTERFACE|IRE_LOOPBACK)) != 0), ifp); in sync_kern()
|