Struct:ttUserAddrPolicyEntry

Jump to: navigation, search
 
#define trsocket.h
 
typedef struct tsUserAddrPolicyEntry
{
    struct in6_addr             aupePrefix;
    int                         aupePrefixLen;
    ttUser8Bit                  aupePrecedence;
    ttUser8Bit                  aupeLabel;
} ttUserAddrPolicyEntry;
typedef ttUserAddrPolicyEntry TM_FAR * ttUserAddrPolicyEntryPtr;