コード例 #1
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionCalipso));
 }
コード例 #2
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionLineIdentificationDestination));
 }
 internal sealed override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceBased));
 }
コード例 #4
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionTunnelEncapsulationLimit);
 }
コード例 #5
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionHomeAddress));
 }
コード例 #6
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionJumboPayload));
 }
コード例 #7
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionHomeAddress);
 }
コード例 #8
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionRouterAlert));
 }
コード例 #9
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceHashAssistValue));
 }
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionEndpointIdentification));
 }
 internal override sealed bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceBased);
 }
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionRoutingProtocolLowPowerAndLossyNetworks);
 }
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceHashAssistValue);
 }
コード例 #14
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionJumboPayload);
 }
コード例 #15
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionRouterAlert);
 }
コード例 #16
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionQuickStart));
 }
コード例 #17
0
 internal override sealed bool EqualsData(IpV6Option other)
 {
     return true;
 }
コード例 #18
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionRoutingProtocolLowPowerAndLossyNetworks));
 }
コード例 #19
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionEndpointIdentification);
 }
コード例 #20
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionQuickStart);
 }
コード例 #21
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionTunnelEncapsulationLimit));
 }
コード例 #22
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionLineIdentificationDestination);
 }
コード例 #23
0
 internal override bool EqualsData(IpV6Option other)
 {
     return EqualsData(other as IpV6OptionPadN);
 }
コード例 #24
0
ファイル: IpV6OptionSimple.cs プロジェクト: zwxu999/Pcap.Net
 internal sealed override bool EqualsData(IpV6Option other)
 {
     return(true);
 }