networksecurity/ipsec/ipsec6/inc/sa_spec.h
branchRCL_3
changeset 57 abbed5a4b42a
parent 53 7e41d162e158
child 58 8d540f55e491
equal deleted inserted replaced
53:7e41d162e158 57:abbed5a4b42a
    48 
    48 
    49 // Negate selector -- drop if match occurs.
    49 // Negate selector -- drop if match occurs.
    50 const TUint KPolicyFilter_DROP = 0x10;
    50 const TUint KPolicyFilter_DROP = 0x10;
    51 // Final selector, do not look for "merge" selectors after this.
    51 // Final selector, do not look for "merge" selectors after this.
    52 const TUint KPolicyFilter_FINAL = 0x20;
    52 const TUint KPolicyFilter_FINAL = 0x20;
    53 
       
    54 //Exception flag for policy filter. This flag will allow only exception scope traffic and drop rest
       
    55 //special usecase for UMA traffic.
       
    56 const TUint KPolicyFilter_Exception = 0x40;
       
    57 
    53 
    58 /**
    54 /**
    59 * Ports is present in selector.
    55 * Ports is present in selector.
    60 * The value indicates whether the content is actual port (1) or a packet
    56 * The value indicates whether the content is actual port (1) or a packet
    61 * type/code (0) from ICMP, MH or other similar protocols.
    57 * type/code (0) from ICMP, MH or other similar protocols.