Home
last modified time | relevance | path

Searched refs:ls_type (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c113 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 Dsnoop_ospf.c203 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 Dsnoop_ospf.h134 uchar_t ls_type; member
250 uint32_t ls_type; member
H A Dsnoop_ospf6.h157 uint16_t ls_type; member
H A Dsnoop_ospf6.c728 ospf6_print_ls_type(flags, ntohl(lsr->ls_type), in interpret_ospf6()