Searched refs:IRE_DEFAULT (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_ire.c | 62 (((ire)->ire_type & IRE_DEFAULT) || \ 109 case IRE_DEFAULT: in ire_init_v6() 561 if (ire->ire_type == IRE_DEFAULT) { in ire_delete_v6() 631 if (ire->ire_type == IRE_DEFAULT && flag == IRE_FLUSH_ADD) { in ire_flush_cache_v6()
|
H A D | ip_ire.c | 527 case IRE_DEFAULT: in ire_init_v4() 1610 if (ire->ire_type == IRE_DEFAULT) { in ire_delete_v4() 1826 if (ire->ire_type == IRE_DEFAULT && flag == IRE_FLUSH_ADD) { in ire_flush_cache_v4()
|
H A D | ip6_if.c | 745 type = IRE_DEFAULT; in ip_rt_add_v6() 1031 type = IRE_DEFAULT; in ip_rt_delete_v6()
|
H A D | ip_ftable.c | 76 (((ire)->ire_type & IRE_DEFAULT) || \
|
H A D | ip_ndp.c | 846 &ncec->ncec_addr, IRE_DEFAULT, ncec->ncec_ill, ALL_ZONES, NULL, in ncec_router_to_host()
|
H A D | ip_if.c | 5763 type = IRE_DEFAULT; in ip_rt_add() 6058 type = IRE_DEFAULT; in ip_rt_delete()
|
H A D | ip.c | 1154 { IRE_DEFAULT, "DEFAULT" },
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 378 IRE_DEFAULT) && in get_ip_route()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ire.h | 79 (IRE_HOST | IRE_PREFIX | IRE_DEFAULT | IRE_IF_ALL | IRE_BROADCAST))
|
H A D | ip.h | 492 #define IRE_DEFAULT 0x0002 /* Route entry for default gateway */ macro 515 #define IRE_OFFSUBNET (IRE_DEFAULT | IRE_PREFIX | IRE_HOST)
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 736 if (!(rp->ipRouteInfo.re_ire_type & IRE_DEFAULT)) { in ire_process()
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 894 { "DEFAULT", IRE_DEFAULT, IRE_DEFAULT }, in ire_format()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 728 if (ire_type != IRE_DEFAULT && in delRouteEntry()
|