Lines Matching refs:ext
156 void *ext,
160 ASIdentifiers *asid = ext;
706 ASIdentifiers *ext)
713 assert(ctx != NULL || ext != NULL);
721 if (ext != NULL) {
728 if ((ext = x->rfc3779_asid) == NULL)
731 if (!v3_asid_is_canonical(ext))
733 if (ext->asnum != NULL) {
734 switch (ext->asnum->type) {
739 child_as = ext->asnum->u.asIdsOrRanges;
743 if (ext->rdi != NULL) {
744 switch (ext->rdi->type) {
749 child_rdi = ext->rdi->u.asIdsOrRanges;
832 ASIdentifiers *ext,
835 if (ext == NULL)
839 if (!allow_inheritance && v3_asid_inherits(ext))
841 return v3_asid_validate_path_internal(NULL, chain, ext);