Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c165 ntohs(op->ospf_len)); in interpret_ospf_hello()
549 (fraglen < ntohs(ospf->ospf_len))) in interpret_ospf()
552 if (fraglen > ntohs(ospf->ospf_len)) in interpret_ospf()
553 fraglen = ntohs(ospf->ospf_len); in interpret_ospf()
579 ntohs((ushort_t)ospf->ospf_len)); in interpret_ospf()
H A Dsnoop_ospf.h219 ushort_t ospf_len; member