Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Dctrl_params_translate.c173 enum action action_type; member
227 enum action action_type; member
315 if (!ossl_assert(translation->action_type != GET)) { in default_check()
397 "[action:%d, state:%d]", ctx->action_type, state); in default_fixup_args()
408 if (ctx->action_type == NONE) { in default_fixup_args()
414 "[action:%d, state:%d]", ctx->action_type, state); in default_fixup_args()
459 if (ctx->action_type == SET) { in default_fixup_args()
484 ctx->action_type, state); in default_fixup_args()
521 if (ctx->action_type == GET) { in default_fixup_args()
549 if (ctx->action_type != SET) { in default_fixup_args()
[all …]
/netbsd/src/external/bsd/openldap/dist/tests/progs/
Dslapd-bind.c50 int noinit, LDAP **ldp, struct berval *pass, int action_type, void *action );
54 int force, int noinit, int action_type, void *action );
207 int noinit, LDAP **ldp, struct berval *pass, int action_type, void *action ) in do_bind() argument
217 switch ( action_type ) { in do_bind()
318 switch ( action_type ) { in do_bind()
374 int force, int noinit, int action_type, void *action ) in do_base() argument
509 action_type, action ) && !force ) in do_base()
/netbsd/src/external/bsd/tcpdump/dist/
Dinstrument-functions.c49 } action_type; typedef
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) in print_debug()
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dwnm_ap.c64 u8 action_type, u16 intval) in ieee802_11_send_wnmsleep_resp() argument
78 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ? in ieee802_11_send_wnmsleep_resp()
93 wnmsleep_ie.action_type = action_type; in ieee802_11_send_wnmsleep_resp()
111 if (action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_send_wnmsleep_resp()
176 action_type != WNM_SLEEP_MODE_EXIT) { in ieee802_11_send_wnmsleep_resp()
238 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_send_wnmsleep_resp()
252 wnmsleep_ie.action_type == WNM_SLEEP_MODE_EXIT) { in ieee802_11_send_wnmsleep_resp()
337 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_rx_wnmsleep_req()
357 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER && in ieee802_11_rx_wnmsleep_req()
371 wnmsleep_ie->action_type, in ieee802_11_rx_wnmsleep_req()
[all …]
Dieee802_11_shared.c257 const u8 action_type = mgmt->u.action.u.sa_query_resp.action; in ieee802_11_sa_query_action() local
312 action_type == WLAN_SA_QUERY_REQUEST ? in ieee802_11_sa_query_action()
319 if (action_type == WLAN_SA_QUERY_REQUEST) { in ieee802_11_sa_query_action()
326 if (action_type != WLAN_SA_QUERY_RESPONSE) { in ieee802_11_sa_query_action()
328 "Action %d", action_type); in ieee802_11_sa_query_action()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwnm_sta.c81 wnmsleep_ie->action_type = action; in ieee802_11_send_wnmsleep_req()
374 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT && in ieee802_11_rx_wnmsleep_resp()
400 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp()
401 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER) { in ieee802_11_rx_wnmsleep_resp()
404 } else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT) { in ieee802_11_rx_wnmsleep_resp()
410 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp()
411 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER) in ieee802_11_rx_wnmsleep_resp()
414 else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT) in ieee802_11_rx_wnmsleep_resp()
/netbsd/src/external/bsd/wpa/dist/src/common/
Dieee802_11_defs.h2026 u8 action_type; /* WNM_SLEEP_ENTER/WNM_SLEEP_MODE_EXIT */ member