Searched refs:ospf_print_bits (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf6.c | 113 "Options = %s", ospf_print_bits(ospf6_option_bits, in interpret_ospf6_hello() 338 (void) ospf_print_bits(ospf_rla_flag_bits, in interpret_ospf6_lsa() 343 (void) ospf_print_bits(ospf_option_bits, in interpret_ospf6_lsa() 454 (void) ospf_print_bits(ospf6_option_bits, in interpret_ospf6_lsa() 511 ospf_print_bits(ospf6_option_bits, ntohl(llsa->llsa_options)); in interpret_ospf6_lsa() 668 sprintf(sum_line, " %s %s mtu %u S %X", ospf_print_bits( in interpret_ospf6() 671 ospf_print_bits(ospf_db_flags_bits, in interpret_ospf6() 682 "Options = %s", ospf_print_bits( in interpret_ospf6() 685 "Flags = %s", ospf_print_bits( in interpret_ospf6()
|
H A D | snoop_ospf.c | 92 ospf_print_bits(const struct bits *bp, uchar_t options) in ospf_print_bits() function 166 "Options = %s", ospf_print_bits(ospf_option_bits, in interpret_ospf_hello() 310 ospf_print_bits(ospf_option_bits, lsah->ls_options)); in interpret_ospf_lsa_hdr() 350 (void) ospf_print_bits(ospf_rla_flag_bits, in interpret_ospf_lsa() 628 sprintf(sum_line, " %s %s S %X", ospf_print_bits( in interpret_ospf() 630 ospf_print_bits(ospf_db_flags_bits, in interpret_ospf() 640 "Options = %s", ospf_print_bits( in interpret_ospf() 643 "Flags = %s", ospf_print_bits( in interpret_ospf()
|
H A D | snoop_ospf.h | 51 char *ospf_print_bits(const struct bits *, uchar_t);
|