Home
last modified time | relevance | path

Searched refs:action_code (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/bsd/byacc/dist/
Dmkpar.c104 temp->action_code = SHIFT; in get_shifts()
147 while (next && next->symbol == symbol && next->action_code == SHIFT) in add_reduce()
154 next->action_code == REDUCE && next->number < ruleno) in add_reduce()
165 temp->action_code = REDUCE; in add_reduce()
213 if ((p->action_code == REDUCE) && MaySuppress(p)) in unused_rules()
266 else if (pref != 0 && pref->action_code == SHIFT) in remove_conflicts()
360 if (p->action_code == SHIFT && MaySuppress(p)) in sole_reduction()
362 else if ((p->action_code == REDUCE) && MaySuppress(p)) in sole_reduction()
Dverbose.c146 if (p->action_code == SHIFT) in print_conflicts()
218 if (p->action_code == REDUCE && in print_nulls()
287 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts()
295 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts()
299 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts()
316 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions()
329 if (p->action_code == REDUCE && p->number != defred2) in print_reductions()
Doutput.c499 if (p->action_code == SHIFT) in token_actions()
504 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
514 if (p->action_code == SHIFT) in token_actions()
518 else if (p->action_code == REDUCE && p->number != defred[i]) in token_actions()
Ddefs.h283 char action_code; member
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dwmm.c183 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action() argument
201 m->u.action.u.wmm_action.action_code = action_code; in wmm_send_action()
317 int action_code; in hostapd_wmm_action() local
363 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
364 switch (action_code) { in hostapd_wmm_action()
384 action_code); in hostapd_wmm_action()
/netbsd/src/external/bsd/wpa/dist/src/rsn_supp/
Dtdls.c124 u8 action_code; /* TDLS frame type */ member
260 u8 action_code, u8 dialog_token, in wpa_tdls_send_tpk_msg() argument
265 return wpa_sm_send_tdls_mgmt(sm, dst, action_code, dialog_token, in wpa_tdls_send_tpk_msg()
271 static int wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, in wpa_tdls_tpk_send() argument
281 MAC2STR(dest), action_code, dialog_token, status_code, in wpa_tdls_tpk_send()
284 if (wpa_tdls_send_tpk_msg(sm, dest, action_code, dialog_token, in wpa_tdls_tpk_send()
288 "(action_code=%u)", action_code); in wpa_tdls_tpk_send()
292 if (action_code == WLAN_TDLS_SETUP_CONFIRM || in wpa_tdls_tpk_send()
293 action_code == WLAN_TDLS_TEARDOWN || in wpa_tdls_tpk_send()
294 action_code == WLAN_TDLS_DISCOVERY_REQUEST || in wpa_tdls_tpk_send()
[all …]
Dwpa_i.h387 u8 action_code, u8 dialog_token, in wpa_sm_send_tdls_mgmt() argument
393 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
Dwpa.h65 u8 action_code, u8 dialog_token,
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Ddriver_i.h578 const u8 *dst, u8 action_code, in wpa_drv_send_tdls_mgmt() argument
585 action_code, dialog_token, in wpa_drv_send_tdls_mgmt()
Dwpas_glue.c777 u8 action_code, u8 dialog_token, in wpa_supplicant_send_tdls_mgmt() argument
783 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token, in wpa_supplicant_send_tdls_mgmt()
/netbsd/src/external/bsd/wpa/dist/src/common/
Dieee802_11_defs.h1053 u8 action_code; member
1059 u8 action_code; member
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver.h4217 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code,
Ddriver_nl80211.c10529 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument
10553 nla_put_u8(msg, NL80211_ATTR_TDLS_ACTION, action_code) || in nl80211_send_tdls_mgmt()