Home
last modified time | relevance | path

Searched refs:IRE_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c62 (((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 Dip_ire.c527 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 Dip6_if.c745 type = IRE_DEFAULT; in ip_rt_add_v6()
1031 type = IRE_DEFAULT; in ip_rt_delete_v6()
H A Dip_ftable.c77 (((ire)->ire_type & IRE_DEFAULT) || \
H A Dip_ndp.c850 &ncec->ncec_addr, IRE_DEFAULT, ncec->ncec_ill, ALL_ZONES, NULL, in ncec_router_to_host()
H A Dip_if.c5767 type = IRE_DEFAULT; in ip_rt_add()
6062 type = IRE_DEFAULT; in ip_rt_delete()
H A Dip.c1157 { IRE_DEFAULT, "DEFAULT" },
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c376 IRE_DEFAULT) && in get_ip_route()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h79 (IRE_HOST | IRE_PREFIX | IRE_DEFAULT | IRE_IF_ALL | IRE_BROADCAST))
H A Dip.h493 #define IRE_DEFAULT 0x0002 /* Route entry for default gateway */ macro
516 #define IRE_OFFSUBNET (IRE_DEFAULT | IRE_PREFIX | IRE_HOST)
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c895 { "DEFAULT", IRE_DEFAULT, IRE_DEFAULT }, in ire_format()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c728 if (ire_type != IRE_DEFAULT && in delRouteEntry()