CORDET Framework - C2 Implementation
|
auxiliary Interface for accessing fields in packets of service "ServReqVerif". More...
Go to the source code of this file.
Functions | |
CrPsRid_t | getVerSuccessAccRepRid (void *p) |
Get "RequestId" from "VerSuccessAcc" packet. More... | |
void | setVerSuccessAccRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerSuccessAcc" packet. More... | |
CrPsRid_t | getVerFailedAccRepRid (void *p) |
Get "RequestId" from "VerFailedAccRep" packet. More... | |
void | setVerFailedAccRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerFailedAccRep" packet. More... | |
CrPsRid_t | getVerSuccessStartRepRid (void *p) |
Get "RequestId" from "VerSuccessStartRep" packet. More... | |
void | setVerSuccessStartRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerSuccessStartRep" packet. More... | |
CrPsRid_t | getVerFailedStartRepRid (void *p) |
Get "RequestId" from "VerFailedStartRep" packet. More... | |
void | setVerFailedStartRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerFailedStartRep" packet. More... | |
CrPsRid_t | getVerSuccessPrgrRepRid (void *p) |
Get "RequestId" from "VerSuccessPrgrRep" packet. More... | |
void | setVerSuccessPrgrRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerSuccessPrgrRep" packet. More... | |
CrPsRid_t | getVerFailedPrgrRepRid (void *p) |
Get "RequestId" from "VerFailedPrgrRep" packet. More... | |
void | setVerFailedPrgrRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerFailedPrgrRep" packet. More... | |
CrPsRid_t | getVerSuccessTermRepRid (void *p) |
Get "RequestId" from "VerSuccessTermRep" packet. More... | |
void | setVerSuccessTermRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerSuccessTermRep" packet. More... | |
CrPsRid_t | getVerFailedTermRepRid (void *p) |
Get "RequestId" from "VerFailedTermRep" packet. More... | |
void | setVerFailedTermRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerFailedTermRep" packet. More... | |
CrPsRid_t | getVerFailedRoutingRepRid (void *p) |
Get "RequestId" from "VerFailedRoutingRep" packet. More... | |
void | setVerFailedRoutingRepRid (void *p, CrPsRid_t Rid) |
Set "RequestId" in a "VerFailedRoutingRep" packet. More... | |
auxiliary Interface for accessing fields in packets of service "ServReqVerif".
last modification: 25.01.2018
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerFailedAccRepRid | ( | void * | p | ) |
Get "RequestId" from "VerFailedAccRep" packet.
p | Pointer to the packet. |
Definition at line 54 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerFailedPrgrRepRid | ( | void * | p | ) |
Get "RequestId" from "VerFailedPrgrRep" packet.
p | Pointer to the packet. |
Definition at line 146 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerFailedRoutingRepRid | ( | void * | p | ) |
Get "RequestId" from "VerFailedRoutingRep" packet.
p | Pointer to the packet. |
Definition at line 215 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerFailedStartRepRid | ( | void * | p | ) |
Get "RequestId" from "VerFailedStartRep" packet.
p | Pointer to the packet. |
Definition at line 100 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerFailedTermRepRid | ( | void * | p | ) |
Get "RequestId" from "VerFailedTermRep" packet.
p | Pointer to the packet. |
Definition at line 192 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerSuccessAccRepRid | ( | void * | p | ) |
Get "RequestId" from "VerSuccessAcc" packet.
p | Pointer to the packet. |
Definition at line 31 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerSuccessPrgrRepRid | ( | void * | p | ) |
Get "RequestId" from "VerSuccessPrgrRep" packet.
p | Pointer to the packet. |
Definition at line 123 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerSuccessStartRepRid | ( | void * | p | ) |
Get "RequestId" from "VerSuccessStartRep" packet.
p | Pointer to the packet. |
Definition at line 77 of file CrPsPktServReqVerifSupp.c.
CrPsRid_t getVerSuccessTermRepRid | ( | void * | p | ) |
Get "RequestId" from "VerSuccessTermRep" packet.
p | Pointer to the packet. |
Definition at line 169 of file CrPsPktServReqVerifSupp.c.
void setVerFailedAccRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerFailedAccRep" packet.
Set "RequestId" in "VerFailedAccRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 66 of file CrPsPktServReqVerifSupp.c.
void setVerFailedPrgrRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerFailedPrgrRep" packet.
Set "RequestId" in "VerFailedPrgrRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 158 of file CrPsPktServReqVerifSupp.c.
void setVerFailedRoutingRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerFailedRoutingRep" packet.
Set "RequestId" in "VerFailedRoutingRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 227 of file CrPsPktServReqVerifSupp.c.
void setVerFailedStartRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerFailedStartRep" packet.
Set "RequestId" in "VerFailedStartRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 112 of file CrPsPktServReqVerifSupp.c.
void setVerFailedTermRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerFailedTermRep" packet.
Set "RequestId" in "VerFailedTermRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 204 of file CrPsPktServReqVerifSupp.c.
void setVerSuccessAccRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerSuccessAcc" packet.
Set "RequestId" in "VerSuccessAcc" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 43 of file CrPsPktServReqVerifSupp.c.
void setVerSuccessPrgrRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerSuccessPrgrRep" packet.
Set "RequestId" in "VerSuccessPrgrRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 135 of file CrPsPktServReqVerifSupp.c.
void setVerSuccessStartRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerSuccessStartRep" packet.
Set "RequestId" in "VerSuccessStartRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 89 of file CrPsPktServReqVerifSupp.c.
void setVerSuccessTermRepRid | ( | void * | p, |
CrPsRid_t | Rid | ||
) |
Set "RequestId" in a "VerSuccessTermRep" packet.
Set "RequestId" in "VerSuccessTermRep" packet.
p | Pointer to the packet. |
rid | Variable from where RequestId is copied. |
Definition at line 181 of file CrPsPktServReqVerifSupp.c.