lr_disable_ip_spoofing
Disables IP spoofing during a script run.
int lr_disable_ip_spoofing( );| Alphabetical Listing - C Language Utility Functions |
Return Values
This function returns 0 if it succeeds. It returns -1 if the transaction name is illegal or if there is no prior call to lr_start_transaction with a transaction of the same name.
Parameterization
Parameterization is not applicable to this function.
Example
This example showד the use of lr_disable_ip_spoofing.
lr_enable_ip_spoofing(); .... lr_disable_ip_spoofing();

