コード例 #1
0
ファイル: IpV6OptionPadN.cs プロジェクト: pedoc/Pcap.Net
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionPadN));
 }
コード例 #2
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionHomeAddress));
 }
コード例 #3
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionTunnelEncapsulationLimit));
 }
コード例 #4
0
 internal sealed override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceBased));
 }
コード例 #5
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionRoutingProtocolLowPowerAndLossyNetworks));
 }
コード例 #6
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionLineIdentificationDestination));
 }
コード例 #7
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionEndpointIdentification));
 }
コード例 #8
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionRouterAlert));
 }
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceHashAssistValue));
 }
コード例 #10
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionQuickStart));
 }
コード例 #11
0
 internal override bool EqualsData(IpV6Option other)
 {
     return(EqualsData(other as IpV6OptionJumboPayload));
 }