Searched refs:ospf (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 540 interpret_ospf(int flags, struct ospfhdr *ospf, int iplen, int fraglen) in interpret_ospf() argument 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() 556 if (ospf->ospf_type > OSPF_TYPE_MAX) { in interpret_ospf() 559 ospf->ospf_type); in interpret_ospf() 566 "Unknown OSPF Type = %d", ospf->ospf_type); in interpret_ospf() 574 ospf_types[ospf->ospf_type], in interpret_ospf() 575 inet_ntoa(ospf->ospf_routerid)); in interpret_ospf() 578 inet_ntoa(ospf->ospf_areaid), in interpret_ospf() [all …]
|
H A D | snoop_ospf6.c | 587 interpret_ospf6(int flags, struct ospf6hdr *ospf, int iplen, int fraglen) in interpret_ospf6() argument 596 (fraglen < ntohs(ospf->ospf6_len))) in interpret_ospf6() 599 if (ospf->ospf6_version != 3) { in interpret_ospf6() 600 if (ospf->ospf6_version == 2) { in interpret_ospf6() 604 return (interpret_ospf(flags, ospf, iplen, fraglen)); in interpret_ospf6() 610 if (fraglen > ntohs(ospf->ospf6_len)) in interpret_ospf6() 611 fraglen = ntohs(ospf->ospf6_len); in interpret_ospf6() 613 if (ospf->ospf6_type > OSPF_TYPE_MAX) { in interpret_ospf6() 616 ospf->ospf6_type); in interpret_ospf6() 623 "Unknown OSPF Type = %d", ospf->ospf6_type); in interpret_ospf6() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | protocols | 53 ospf 89 OSPFIGP # Open Shortest Path First
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 422 svc:/network/routing/ospf:quagga var/svc/manifest/network/routing/quagga.xml 428 svc:/network/routing/ospf var/svc/manifest/network/routing/quagga.xml
|