Symbol: IS_LOOPBACK
usr/src/uts/common/inet/ip/ip6_if.c
2428
if (IS_LOOPBACK(ill) || ill->ill_net_type == IRE_IF_NORESOLVER) {
usr/src/uts/common/inet/ip/ip_if.c
14319
ipif->ipif_zoneid != ALL_ZONES && IS_LOOPBACK(ill))
usr/src/uts/common/inet/ip/ip_if.c
14759
if (IS_LOOPBACK(ill) || ill->ill_net_type == IRE_IF_NORESOLVER) {
usr/src/uts/common/inet/ip/ip_if.c
16758
if (!IS_LOOPBACK(ill)) {
usr/src/uts/common/inet/ip/ip_if.c
2710
if (IS_LOOPBACK(ill))
usr/src/uts/common/inet/ip/ip_if.c
4374
if (IS_LOOPBACK(old_ipif->ipif_ill)) {
usr/src/uts/common/inet/ip/ip_if.c
4376
if (IS_LOOPBACK(new_ipif->ipif_ill))
usr/src/uts/common/inet/ip/ip_if.c
4384
if (IS_LOOPBACK(new_ipif->ipif_ill) ||
usr/src/uts/common/inet/ip/ip_if.c
4395
if (IS_LOOPBACK(new_ipif->ipif_ill) ||
usr/src/uts/common/inet/ip/ip_if.c
7231
IS_LOOPBACK(ill) ||
usr/src/uts/common/inet/ip/ip_if.c
7713
IS_LOOPBACK(ill) ||
usr/src/uts/common/inet/ip/ip_multi.c
1027
if (IS_LOOPBACK(ill))
usr/src/uts/common/inet/ip/ip_multi.c
1100
if (IS_LOOPBACK(ill))
usr/src/uts/common/inet/ip/ip_multi.c
456
if (!IS_LOOPBACK(ill)) {
usr/src/uts/common/inet/ip/ip_multi.c
515
if (!IS_LOOPBACK(ill)) {
usr/src/uts/common/inet/ip/ip_multi.c
699
if (!IS_LOOPBACK(ill)) {
usr/src/uts/common/inet/ip/ip_multi.c
988
if (!IS_LOOPBACK(ill)) {
usr/src/uts/common/inet/ip/ip_ndp.c
3300
if (nce == NULL || IS_LOOPBACK(nce->nce_ill) || IS_VNI(nce->nce_ill))
usr/src/uts/common/inet/ip/ip_ndp.c
3359
if (nce == NULL || IS_LOOPBACK(nce->nce_ill) || IS_VNI(nce->nce_ill))
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
99
if (IS_LOOPBACK(ill) || ill->ill_type == IFT_IB)