Home | History | Annotate | Download | only in iputils

Lines Matching refs:scope_id

709 	static uint32_t scope_id = 0;
881 /* Verify scope_id is the same as previous nodes */
882 if (firsthop.sin6_scope_id && scope_id && firsthop.sin6_scope_id != scope_id) {
885 } else if (!scope_id) {
886 scope_id = firsthop.sin6_scope_id;
943 /* Verify scope_id is the same as intermediate nodes */
944 if (firsthop.sin6_scope_id && scope_id && firsthop.sin6_scope_id != scope_id) {
947 } else if (!scope_id) {
948 scope_id = firsthop.sin6_scope_id;