Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c112 create_lsmsg(enum LSstat ls_type) in create_lsmsg() argument
128 plt->ppp_message = ls_type; in create_lsmsg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c201 ospf_print_ls_type(int flags, uint32_t ls_type, struct in_addr ls_stateid, in ospf_print_ls_type() argument
204 switch (ls_type) { in ospf_print_ls_type()
290 sprintf(sum_line, " unknown LSA type %d", ls_type); in ospf_print_ls_type()
295 "Unknown LSA type %d", ls_type); in ospf_print_ls_type()
317 ospf_print_ls_type(flags, lsah->ls_type, lsah->ls_stateid, in interpret_ospf_lsa_hdr()
343 switch (lsa->ls_hdr.ls_type) { in interpret_ospf_lsa()
528 " Unknown LSA type %d", lsa->ls_hdr.ls_type); in interpret_ospf_lsa()
681 ospf_print_ls_type(flags, ntohl(lsr->ls_type), in interpret_ospf()
H A Dsnoop_ospf.h132 uchar_t ls_type; member
248 uint32_t ls_type; member
H A Dsnoop_ospf6.h155 uint16_t ls_type; member
H A Dsnoop_ospf6.c726 ospf6_print_ls_type(flags, ntohl(lsr->ls_type), in interpret_ospf6()