Home
last modified time | relevance | path

Searched refs:ls_stateid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c219 sprintf(sum_line, "if %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
227 inet_ntoa(ls_stateid)); in ospf_print_ls_type()
232 sprintf(sum_line, " sum %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
239 "Summary LSA IP = %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
247 sprintf(sum_line, "abr %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
254 "ASBR Summary abr = %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
261 sprintf(sum_line, " ase %s", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
268 "AS External LSA ase = %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
276 sprintf(sum_line, " group %s", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
283 "Group LSA %s ", inet_ntoa(ls_stateid)); in ospf_print_ls_type()
[all …]
H A Dsnoop_ospf.h133 struct in_addr ls_stateid; member
249 struct in_addr ls_stateid; member
H A Dsnoop_ospf6.h156 uint32_t ls_stateid; member
H A Dsnoop_ospf6.c727 lsr->ls_stateid, lsr->ls_router); in interpret_ospf6()