]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/netapi_sec.h
This commit adds the following:
[keystone-rtos/netapi.git] / ti / runtime / netapi / netapi_sec.h
index b60543030a5b684deeb5fea4fc5810603b8da609..8dab9d8ea117f642aaec5128fd0769f15ca9581f 100755 (executable)
@@ -184,9 +184,9 @@ void netapi_secDelSA(NETAPI_T       h,
 
 /**
  *  @ingroup cfg_security_functions
- *  @brief netapi_secAddRxPolicy: API to add a recieve security policy 
+ *  @brief netapi_secAddRxPolicy: API to add a receive security policy
  *
- *  @details API to add a recieve security policy
+ *  @details API to add a receive security policy
  *  @param[in]  h       The NETAPI handle @ref NETAPI_T
  *  @param[in] sa       Application id returned from call to @ref netapi_secAddSA.  
  *                      This SA must have beeen configured for (a) RX and (b) Inflow mode.
@@ -195,7 +195,7 @@ void netapi_secDelSA(NETAPI_T       h,
  *  @param[in] dst_ip_addr  destination IP for policy check
  *  @param[in] ip_qualifiers  IP qualifiers for policy check
  *  @param[in] route    Optional: @ref NETCP_CFG_ROUTE_HANDLE_T
- *  @param[in]  user_data   Optional: pointer to user provided data associated with policy, optional
+ *  @param[in]  user_data   Optional: pointer to user provided data associated with policy
  *  @param[out] perr    Pointer to error code.
  *  @retval    Aplication id associated with created receive security policy @ref NETCP_CFG_IPSEC_POLICY_T.  This is used to refer to the policy in the @ref netapi_secDelRxPolicy call.  Also, packets that match this policy but do not pass any further lookups in NETCP will be tagged with this ID
  *  @pre        @ref netapi_init @ref netapi_secAddSA
@@ -212,9 +212,9 @@ NETCP_CFG_IPSEC_POLICY_T netapi_secAddRxPolicy(NETAPI_T                     h,
 
 /**
  *  @ingroup cfg_security_functions
- *  @brief netapi_secDelRxPolicy: API to add a recieve security policy 
+ *  @brief netapi_secDelRxPolicy: API to add a receive security policy
  *
- *  @details API to add a recieve security policy
+ *  @details API to add a receive security policy
  *  @param[in]  h               The NETAPI handle, @ref NETAPI_T
  *  @param[in] policy_app_id    Application id returned from call to @ref netapi_secAddRxPolicy
  *  @param[out] perr            Pointer to error code.