Symbol: IRE_LOOPBACK
usr/src/cmd/cmd-inet/usr.sbin/in.routed/table.c
1528
(IRE_INTERFACE|IRE_LOOPBACK)) != 0), ifp);
usr/src/cmd/mdb/common/modules/ip/ip.c
898
{ "LOOPBACK", IRE_LOOPBACK, IRE_LOOPBACK },
usr/src/uts/common/inet/ip.h
522
#define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \
usr/src/uts/common/inet/ip/conn_opt.c
2752
!(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
usr/src/uts/common/inet/ip/conn_opt.c
2767
!(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
usr/src/uts/common/inet/ip/ip.c
11235
if (ill->ill_isv6 == B_FALSE || ill->ill_net_type == IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip.c
11315
ill->ill_net_type == IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip.c
1156
{ IRE_LOOPBACK, "LOOPBACK" },
usr/src/uts/common/inet/ip/ip.c
15191
ire = ire_ftable_lookup_v4(addr, 0, 0, IRE_LOCAL | IRE_LOOPBACK,
usr/src/uts/common/inet/ip/ip.c
15217
ire = ire_ftable_lookup_v6(addr, NULL, NULL, IRE_LOCAL | IRE_LOOPBACK,
usr/src/uts/common/inet/ip/ip.c
2661
(prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) ||
usr/src/uts/common/inet/ip/ip.c
2836
(IRE_LOCAL|IRE_LOOPBACK), NULL, ira->ira_zoneid, NULL,
usr/src/uts/common/inet/ip/ip.c
3286
if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/ip.c
3559
if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) {
usr/src/uts/common/inet/ip/ip.c
3613
!(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip.c
3673
uinfo->iulp_loopback = (ire->ire_type & IRE_LOOPBACK) != 0;
usr/src/uts/common/inet/ip/ip.c
3824
if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip6.c
1099
(prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) ||
usr/src/uts/common/inet/ip/ip6.c
1328
(IRE_LOCAL|IRE_LOOPBACK), ill, ira->ira_zoneid, NULL,
usr/src/uts/common/inet/ip/ip6.c
1887
if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/ip6.c
2143
if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) {
usr/src/uts/common/inet/ip/ip6.c
2186
!(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip6.c
2245
uinfo->iulp_loopback = (ire->ire_type & IRE_LOOPBACK) != 0;
usr/src/uts/common/inet/ip/ip6_if.c
2439
ipif->ipif_ire_type = IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip6_if.c
2442
if (ill->ill_net_type != IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip6_if.c
2542
ipif->ipif_ire_type != IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip6_if.c
449
if ((ipif != NULL) && (ipif->ipif_ire_type == IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip6_if.c
454
ire = ire_ftable_lookup_v6(dst_addr, 0, 0, IRE_LOOPBACK,
usr/src/uts/common/inet/ip/ip6_if.c
633
if (type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip6_if.c
700
type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip6_if.c
722
if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip6_if.c
994
if (ipif->ipif_ire_type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip6_if.c
996
IRE_LOOPBACK, ill_match, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip6_ire.c
101
case IRE_LOOPBACK:
usr/src/uts/common/inet/ip/ip6_ire.c
1176
uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK);
usr/src/uts/common/inet/ip/ip6_ire.c
143
case IRE_LOOPBACK:
usr/src/uts/common/inet/ip/ip6_ire.c
741
if (ire->ire_type & IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_ftable.c
1412
uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_if.c
11896
ASSERT(ipif->ipif_ill->ill_net_type == IRE_LOOPBACK ||
usr/src/uts/common/inet/ip/ip_if.c
11999
ASSERT(ire_type == IRE_LOOPBACK || IAM_WRITER_ILL(ill));
usr/src/uts/common/inet/ip/ip_if.c
12022
if ((err = ipif_insert(ipif, ire_type != IRE_LOOPBACK)) != 0) {
usr/src/uts/common/inet/ip/ip_if.c
12107
if (ill->ill_net_type != IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_if.c
12126
if (ill->ill_net_type != IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_if.c
13783
if (ill->ill_net_type == IRE_LOOPBACK && id == 0)
usr/src/uts/common/inet/ip/ip_if.c
13784
ire_type = IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip_if.c
14185
if (ill->ill_net_type == IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_if.c
14771
ipif->ipif_ire_type = IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip_if.c
14774
if (ill->ill_net_type != IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_if.c
14905
ipif->ipif_ire_type != IRE_LOOPBACK &&
usr/src/uts/common/inet/ip/ip_if.c
3358
ill->ill_net_type = IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip_if.c
3754
ipif = ipif_allocate(ill, 0L, IRE_LOOPBACK, B_TRUE, B_TRUE, NULL);
usr/src/uts/common/inet/ip/ip_if.c
519
if (ill->ill_net_type != IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_if.c
5470
if ((ipif != NULL) && (ipif->ipif_ire_type == IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip_if.c
5474
ire = ire_ftable_lookup_v4(dst_addr, 0, 0, IRE_LOOPBACK,
usr/src/uts/common/inet/ip/ip_if.c
5657
if (type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_if.c
5723
type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK;
usr/src/uts/common/inet/ip/ip_if.c
5745
if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip_if.c
6027
if (ipif->ipif_ire_type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_if.c
6029
IRE_LOOPBACK, ill_match, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip_if.c
8041
IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid, NULL,
usr/src/uts/common/inet/ip/ip_if.c
8048
IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid, NULL,
usr/src/uts/common/inet/ip/ip_if.c
8058
IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid,
usr/src/uts/common/inet/ip/ip_if.c
9474
if (ipif->ipif_id == 0 && ill->ill_net_type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_if.c
9604
if (ipif->ipif_id == 0 && ill->ill_net_type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_ire.c
1912
if (ire->ire_type & IRE_LOOPBACK)
usr/src/uts/common/inet/ip/ip_ire.c
2058
ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK);
usr/src/uts/common/inet/ip/ip_ire.c
3344
if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) {
usr/src/uts/common/inet/ip/ip_ire.c
518
case IRE_LOOPBACK:
usr/src/uts/common/inet/ip/ip_ire.c
560
case IRE_LOOPBACK:
usr/src/uts/common/inet/ip/ip_ire.c
677
if ((type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST |
usr/src/uts/common/inet/ip/ip_ndp.c
4831
} else if (ill->ill_net_type == IRE_LOOPBACK) {
usr/src/uts/common/inet/ip/ip_output.c
2416
if (!(ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)))
usr/src/uts/common/inet/ip/ip_output.c
666
(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) ||
usr/src/uts/common/inet/ip/ip_output.c
688
!(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
usr/src/uts/common/inet/ip/ip_output.c
715
(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) ||
usr/src/uts/common/inet/ip/ip_output.c
724
!(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
usr/src/uts/common/inet/ip/ip_rts.c
1052
ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_rts.c
1141
ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK);
usr/src/uts/common/inet/ip/ip_rts.c
532
if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/ip_rts.c
571
if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/ip_rts.c
705
IRE_LOCAL | IRE_LOOPBACK, NULL, zoneid,
usr/src/uts/common/inet/ip/ip_rts.c
718
&gw_addr_v6, IRE_LOCAL | IRE_LOOPBACK, NULL,
usr/src/uts/common/inet/ip/ip_rts.c
825
(IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/ip_rts.c
896
(IRE_LOCAL|IRE_LOOPBACK))) {
usr/src/uts/common/inet/ip/sadb.c
2143
if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK))
usr/src/uts/common/inet/ip/tn_ipopt.c
1019
if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK |
usr/src/uts/common/inet/ip/tn_ipopt.c
508
if (ire->ire_type & (IRE_BROADCAST | IRE_LOCAL | IRE_LOOPBACK |
usr/src/uts/common/inet/ip/tnet.c
1247
(ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST |
usr/src/uts/common/inet/ip/tnet.c
1993
ire = ire_ftable_lookup_v4(in4, 0, 0, IRE_LOCAL|IRE_LOOPBACK,
usr/src/uts/common/inet/ip/tnet.c
2001
ire = ire_ftable_lookup_v6(addr, 0, 0, IRE_LOCAL|IRE_LOOPBACK,
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
504
if (ip_type_v4(addr, ipst) != IRE_LOOPBACK) {