Searched refs:ospf_print_bits (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf6.c | 115 "Options = %s", ospf_print_bits(ospf6_option_bits, in interpret_ospf6_hello() 340 (void) ospf_print_bits(ospf_rla_flag_bits, in interpret_ospf6_lsa() 345 (void) ospf_print_bits(ospf_option_bits, in interpret_ospf6_lsa() 456 (void) ospf_print_bits(ospf6_option_bits, in interpret_ospf6_lsa() 513 ospf_print_bits(ospf6_option_bits, ntohl(llsa->llsa_options)); in interpret_ospf6_lsa() 670 sprintf(sum_line, " %s %s mtu %u S %X", ospf_print_bits( in interpret_ospf6() 673 ospf_print_bits(ospf_db_flags_bits, in interpret_ospf6() 684 "Options = %s", ospf_print_bits( in interpret_ospf6() 687 "Flags = %s", ospf_print_bits( in interpret_ospf6()
|
H A D | snoop_ospf.c | 94 ospf_print_bits(const struct bits *bp, uchar_t options) in ospf_print_bits() function 168 "Options = %s", ospf_print_bits(ospf_option_bits, in interpret_ospf_hello() 312 ospf_print_bits(ospf_option_bits, lsah->ls_options)); in interpret_ospf_lsa_hdr() 352 (void) ospf_print_bits(ospf_rla_flag_bits, in interpret_ospf_lsa() 630 sprintf(sum_line, " %s %s S %X", ospf_print_bits( in interpret_ospf() 632 ospf_print_bits(ospf_db_flags_bits, in interpret_ospf() 642 "Options = %s", ospf_print_bits( in interpret_ospf() 645 "Flags = %s", ospf_print_bits( in interpret_ospf()
|
H A D | snoop_ospf.h | 53 char *ospf_print_bits(const struct bits *, uchar_t);
|