Modules | |
| P772 Address List Indicator Object Attributes | |
Macros | |
| #define | X400_S_MTA_NAME 1 |
| #define | X400_S_MTA_SI_TIME 2 |
| #define | X400_N_MTA_SI_ROUTING_ACTION 3 |
| #define | X400_S_MTA_SI_ATTEMPTED_MTA 4 |
| #define | X400_S_MTA_SI_ATTEMPTED_DOMAIN 5 |
| #define | X400_S_MTA_SI_DEFERRED_TIME 6 |
| #define | X400_S_MTA_SI_CEIT 7 |
| #define | X400_N_MTA_SI_OTHER_ACTIONS 8 |
| #define | X400_N_MTA_SI_ATTEMPTED_ACTION 9 |
| #define | X400_MTA_SI_RA_MTA 1 |
| #define | X400_MTA_SI_DOMAIN 2 |
| #define | X400_MTA_SI_ROUTING_ACTION_RELAYED 0 |
| #define | X400_MTA_SI_ROUTING_ACTION_REROUTED 1 |
| #define | X400_MTA_SI_OTHER_ACTION_REDIRECTED 0x00001 |
| #define | X400_MTA_SI_OTHER_ACTION_DLOPERATION 0x00002 |
Detailed Description
These attributes allow the manipulation of internal trace information objects. As defined in X.411 12.2.1.1.1.4. Note: X400_S_GLOBAL_DOMAIN_ID is used to describe the global domain identifier of the internal trace information object.
Macro Definition Documentation
◆ X400_S_MTA_NAME
| #define X400_S_MTA_NAME 1 |
X.400 MTA Name
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1611 of file x400_att.h.
◆ X400_S_MTA_SI_TIME
| #define X400_S_MTA_SI_TIME 2 |
X.400 MTA Supplied Information Arrival Time
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1614 of file x400_att.h.
◆ X400_N_MTA_SI_ROUTING_ACTION
| #define X400_N_MTA_SI_ROUTING_ACTION 3 |
X.400 MTA Supplied Information Routing Action
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1617 of file x400_att.h.
◆ X400_S_MTA_SI_ATTEMPTED_MTA
| #define X400_S_MTA_SI_ATTEMPTED_MTA 4 |
X.400 MTA Supplied Information Attempted MTA
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1620 of file x400_att.h.
◆ X400_S_MTA_SI_ATTEMPTED_DOMAIN
| #define X400_S_MTA_SI_ATTEMPTED_DOMAIN 5 |
X.400 MTA Supplied Information Attempted Domain
- Examples
- examples/x400_mtrcv.c.
Definition at line 1623 of file x400_att.h.
◆ X400_S_MTA_SI_DEFERRED_TIME
| #define X400_S_MTA_SI_DEFERRED_TIME 6 |
X.400 MTA Supplied Information Deferered time
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1626 of file x400_att.h.
◆ X400_S_MTA_SI_CEIT
| #define X400_S_MTA_SI_CEIT 7 |
X.400 MTA Supplied Information CEIT
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1629 of file x400_att.h.
◆ X400_N_MTA_SI_OTHER_ACTIONS
| #define X400_N_MTA_SI_OTHER_ACTIONS 8 |
X.400 MTA Supplied Information Other Actions
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1632 of file x400_att.h.
◆ X400_N_MTA_SI_ATTEMPTED_ACTION
| #define X400_N_MTA_SI_ATTEMPTED_ACTION 9 |
X.400 MTA Supplied Information Attempted Action
- Examples
- examples/x400_mtrcv.c.
Definition at line 1635 of file x400_att.h.
◆ X400_MTA_SI_RA_MTA
| #define X400_MTA_SI_RA_MTA 1 |
X.400 MTA Supplied Information Routing Action MTA
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1638 of file x400_att.h.
◆ X400_MTA_SI_DOMAIN
| #define X400_MTA_SI_DOMAIN 2 |
X.400 MTA Supplied Information Routing Action Domain
Definition at line 1641 of file x400_att.h.
◆ X400_MTA_SI_ROUTING_ACTION_RELAYED
| #define X400_MTA_SI_ROUTING_ACTION_RELAYED 0 |
X.400 MTA Supplied Information Routing Action Relayed
- Examples
- examples/x400_mtrcv.c.
Definition at line 1644 of file x400_att.h.
◆ X400_MTA_SI_ROUTING_ACTION_REROUTED
| #define X400_MTA_SI_ROUTING_ACTION_REROUTED 1 |
X.400 MTA Supplied Information Routing Action Rerouted
Definition at line 1647 of file x400_att.h.
◆ X400_MTA_SI_OTHER_ACTION_REDIRECTED
| #define X400_MTA_SI_OTHER_ACTION_REDIRECTED 0x00001 |
X.400 MTA Supplied Information Other Action Redirected
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1650 of file x400_att.h.
◆ X400_MTA_SI_OTHER_ACTION_DLOPERATION
| #define X400_MTA_SI_OTHER_ACTION_DLOPERATION 0x00002 |
X.400 MTA Supplied Information Other Action DL operation
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1653 of file x400_att.h.