Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c110 ntohs(op->ospf6_len)); in interpret_ospf6_hello()
594 (fraglen < ntohs(ospf->ospf6_len))) in interpret_ospf6()
608 if (fraglen > ntohs(ospf->ospf6_len)) in interpret_ospf6()
609 fraglen = ntohs(ospf->ospf6_len); in interpret_ospf6()
634 ntohs((ushort_t)ospf->ospf6_len), ospf->ospf6_instanceid); in interpret_ospf6()
H A Dsnoop_ospf6.h118 uint16_t ospf6_len; member