Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c112 ntohs(op->ospf6_len)); in interpret_ospf6_hello()
596 (fraglen < ntohs(ospf->ospf6_len))) in interpret_ospf6()
610 if (fraglen > ntohs(ospf->ospf6_len)) in interpret_ospf6()
611 fraglen = ntohs(ospf->ospf6_len); in interpret_ospf6()
636 ntohs((ushort_t)ospf->ospf6_len), ospf->ospf6_instanceid); in interpret_ospf6()
H A Dsnoop_ospf6.h120 uint16_t ospf6_len; member