Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:scope

135 	const char *scope;
139 scope = "linklocal-";
142 scope = "area-";
145 scope = "AS-";
148 scope = "";
154 printf(" %srtr %s", scope, ipaddr_string(ls_router));
158 printf(" %snet dr %s if %s", scope,
164 printf(" %sinter-area-prefix %s abr %s", scope,
170 printf(" %sinter-area-router %s rtr %s", scope,
176 printf(" %sase %s asbr %s", scope,
182 printf(" %sgroup %s rtr %s", scope,
188 printf(" %stype7 %s rtr %s", scope,
194 printf(" %slink %s rtr %s", scope,
200 printf(" %sintra-area-prefix %s rtr %s", scope,
206 printf(" %s", scope);