Searched refs:SNPA_IS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_snpac.h77 #define SNPA_IS 0x04 macro
84 char sr_type;/* SNPA_ES or SNPA_IS */
H A Diso_snpac.c347 } else if (iso_systype != SNPA_IS && known_is != 0 &&
418 int type, /* SNPA_IS or SNPA_ES */
500 if ((type & SNPA_IS) && !(iso_systype & SNPA_IS))
564 if ((rq->sr_type & (SNPA_ES | SNPA_IS)) == (SNPA_ES | SNPA_IS))
568 } else if (rq->sr_type & SNPA_IS) {
569 iso_systype = SNPA_IS;
685 ((iso_systype & SNPA_IS) &&
H A Desis.c429 if ((nhop_sc->sc_flags & SNPA_IS) == 0) {
639 if (new_entry && (iso_systype & SNPA_IS))
685 if (iso_systype & SNPA_IS)
702 new_entry = snpac_add(shp->snh_ifp, nsap, shp->snh_shost, SNPA_IS,
745 if (iso_systype & SNPA_IS)
811 bsnpa->isoa_genaddr, SNPA_IS, ht, 0);
H A Dclnp_subr.c348 if ((iso_systype & SNPA_IS) && (inbound_shp) &&

Completed in 52 milliseconds