Home
last modified time | relevance | path

Searched refs:ls_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c336 interpret_ospf_lsa_hdr(flags, &lsa->ls_hdr); in interpret_ospf_lsa()
338 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()
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()
714 ((uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length) > in interpret_ospf()
725 ntohs(lsa->ls_hdr.ls_length)); in interpret_ospf()
H A Dsnoop_ospf.h142 struct lsa_hdr ls_hdr; member