Searched refs:ls_type (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/ppp/sppp/ |
H A D | s_common.c | 113 create_lsmsg(enum LSstat ls_type) in create_lsmsg() argument 129 plt->ppp_message = ls_type; in create_lsmsg()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 203 ospf_print_ls_type(int flags, uint32_t ls_type, struct in_addr ls_stateid, in ospf_print_ls_type() argument 206 switch (ls_type) { in ospf_print_ls_type() 292 sprintf(sum_line, " unknown LSA type %d", ls_type); in ospf_print_ls_type() 297 "Unknown LSA type %d", ls_type); in ospf_print_ls_type() 319 ospf_print_ls_type(flags, lsah->ls_type, lsah->ls_stateid, in interpret_ospf_lsa_hdr() 345 switch (lsa->ls_hdr.ls_type) { in interpret_ospf_lsa() 530 " Unknown LSA type %d", lsa->ls_hdr.ls_type); in interpret_ospf_lsa() 683 ospf_print_ls_type(flags, ntohl(lsr->ls_type), in interpret_ospf()
|
H A D | snoop_ospf.h | 134 uchar_t ls_type; member 250 uint32_t ls_type; member
|
H A D | snoop_ospf6.h | 157 uint16_t ls_type; member
|
H A D | snoop_ospf6.c | 728 ospf6_print_ls_type(flags, ntohl(lsr->ls_type), in interpret_ospf6()
|