Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c163 ntohs(op->ospf_len)); in interpret_ospf_hello()
547 (fraglen < ntohs(ospf->ospf_len))) in interpret_ospf()
550 if (fraglen > ntohs(ospf->ospf_len)) in interpret_ospf()
551 fraglen = ntohs(ospf->ospf_len); in interpret_ospf()
577 ntohs((ushort_t)ospf->ospf_len)); in interpret_ospf()
H A Dsnoop_ospf.h217 ushort_t ospf_len; member