Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c202 struct in_addr ls_router) in ospf_print_ls_type() argument
207 sprintf(sum_line, " rtr %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
212 "Router LSA; Router = %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
217 sprintf(sum_line, " net dr %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
224 "Network LSA Router = %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
234 sprintf(sum_line, "abr %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
242 inet_ntoa(ls_router)); in ospf_print_ls_type()
249 sprintf(sum_line, "asbr %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
256 " asbr = %s ", inet_ntoa(ls_router)); in ospf_print_ls_type()
263 sprintf(sum_line, " asbr %s", inet_ntoa(ls_router)); in ospf_print_ls_type()
[all …]
H A Dsnoop_ospf.h134 struct in_addr ls_router; member
250 struct in_addr ls_router; member
H A Dsnoop_ospf6.h157 uint32_t ls_router; member
H A Dsnoop_ospf6.c727 lsr->ls_stateid, lsr->ls_router); in interpret_ospf6()