Searched refs:action_type (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | ctrl_params_translate.c | 173 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/ |
| D | slapd-bind.c | 50 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/ |
| D | instrument-functions.c | 49 } 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/ |
| D | wnm_ap.c | 64 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 …]
|
| D | ieee802_11_shared.c | 257 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/ |
| D | wnm_sta.c | 81 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/ |
| D | ieee802_11_defs.h | 2026 u8 action_type; /* WNM_SLEEP_ENTER/WNM_SLEEP_MODE_EXIT */ member
|