Searched refs:ospf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 538 interpret_ospf(int flags, struct ospfhdr *ospf, int iplen, int fraglen) in interpret_ospf() argument 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() 554 if (ospf->ospf_type > OSPF_TYPE_MAX) { in interpret_ospf() 557 ospf->ospf_type); in interpret_ospf() 564 "Unknown OSPF Type = %d", ospf->ospf_type); in interpret_ospf() 572 ospf_types[ospf->ospf_type], in interpret_ospf() 573 inet_ntoa(ospf->ospf_routerid)); in interpret_ospf() 576 inet_ntoa(ospf->ospf_areaid), in interpret_ospf() [all …]
|
H A D | snoop_ospf6.c | 585 interpret_ospf6(int flags, struct ospf6hdr *ospf, int iplen, int fraglen) in interpret_ospf6() argument 594 (fraglen < ntohs(ospf->ospf6_len))) in interpret_ospf6() 597 if (ospf->ospf6_version != 3) { in interpret_ospf6() 598 if (ospf->ospf6_version == 2) { in interpret_ospf6() 602 return (interpret_ospf(flags, ospf, iplen, fraglen)); in interpret_ospf6() 608 if (fraglen > ntohs(ospf->ospf6_len)) in interpret_ospf6() 609 fraglen = ntohs(ospf->ospf6_len); in interpret_ospf6() 611 if (ospf->ospf6_type > OSPF_TYPE_MAX) { in interpret_ospf6() 614 ospf->ospf6_type); in interpret_ospf6() 621 "Unknown OSPF Type = %d", ospf->ospf6_type); in interpret_ospf6() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | protocols | 53 ospf 89 OSPFIGP # Open Shortest Path First
|
/illumos-gate/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
|