HomeSort by: relevance | last modified time | path
    Searched defs:action_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
instrument-functions.c 49 } action_type; typedef in typeref:enum:__anon8007
55 static void print_debug(void *this_fn, void *call_site, action_type action)
70 static void print_debug(void *this_fn, void *call_site, action_type action)
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c 257 const u8 action_type = mgmt->u.action.u.sa_query_resp.action; local
312 action_type == WLAN_SA_QUERY_REQUEST ?
319 if (action_type == WLAN_SA_QUERY_REQUEST) {
326 if (action_type != WLAN_SA_QUERY_RESPONSE) {
328 "Action %d", action_type);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 65 * |action_type|.
81 * necessary, when |action_type == OSSL_ACTION_SET|.
85 * when |action_type == OSSL_ACTION_GET|.
110 * way necessary, when |action_type == OSSL_ACTION_SET|.
135 * necessary, when |action_type == OSSL_ACTION_SET|.
139 * way necessary, when |action_type == OSSL_ACTION_GET|.
181 enum action action_type; member in struct:translation_ctx_st
235 enum action action_type; member in struct:translation_st
323 if (!ossl_assert(translation->action_type != OSSL_ACTION_GET)) {
408 "[action:%d, state:%d]", ctx->action_type, state)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 65 * |action_type|.
81 * necessary, when |action_type == SET|.
85 * when |action_type == GET|.
110 * way necessary, when |action_type == SET|.
135 * necessary, when |action_type == SET|.
139 * way necessary, when |action_type == GET|.
173 enum action action_type; member in struct:translation_ctx_st
227 enum action action_type; member in struct:translation_st
315 if (!ossl_assert(translation->action_type != GET)) {
397 "[action:%d, state:%d]", ctx->action_type, state)
    [all...]
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h 2026 u8 action_type; /* WNM_SLEEP_ENTER/WNM_SLEEP_MODE_EXIT */ member in struct:wnm_sleep_element

Completed in 33 milliseconds