Home
last modified time | relevance | path

Searched defs:status_code (Results 51 - 75 of 155) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c464 mwifiex_prep_tdls_encap_data(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) mwifiex_prep_tdls_encap_data() argument
628 mwifiex_send_tdls_data_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, const u8 *extra_ies, size_t extra_ies_len) mwifiex_send_tdls_data_frame() argument
729 mwifiex_construct_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) mwifiex_construct_tdls_action_frame() argument
813 mwifiex_send_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, const u8 *extra_ies, size_t extra_ies_len) mwifiex_send_tdls_action_frame() argument
[all...]
H A Ddecl.h195 u32 status_code; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dtdls.c183 ieee80211_get_tdls_sta_capab(struct ieee80211_sub_if_data *sdata, u16 status_code) ieee80211_get_tdls_sta_capab() argument
683 ieee80211_tdls_add_chan_switch_resp_ies(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, const u8 *peer, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_add_chan_switch_resp_ies() argument
696 ieee80211_tdls_add_ies(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, const u8 *peer, u8 action_code, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_add_ies() argument
744 ieee80211_prep_tdls_encap_data(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) ieee80211_prep_tdls_encap_data() argument
826 ieee80211_prep_tdls_direct(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) ieee80211_prep_tdls_direct() argument
861 ieee80211_tdls_build_mgmt_packet_data(struct ieee80211_sub_if_data *sdata, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_build_mgmt_packet_data() argument
932 ieee80211_tdls_prep_mgmt_packet(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_prep_mgmt_packet() argument
1068 ieee80211_tdls_mgmt_setup(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt_setup() argument
1140 ieee80211_tdls_mgmt_teardown(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt_teardown() argument
1186 ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c464 mwifiex_prep_tdls_encap_data(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) mwifiex_prep_tdls_encap_data() argument
628 mwifiex_send_tdls_data_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, const u8 *extra_ies, size_t extra_ies_len) mwifiex_send_tdls_data_frame() argument
729 mwifiex_construct_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) mwifiex_construct_tdls_action_frame() argument
813 mwifiex_send_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, const u8 *extra_ies, size_t extra_ies_len) mwifiex_send_tdls_action_frame() argument
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dsme.c356 u16 status_code = le16_to_cpu(mgmt->u.auth.status_code); in cfg80211_sme_rx_auth() local
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c298 static void fc_fcp_retry_cmd(struct fc_fcp_pkt *fsp, int status_code) in fc_fcp_retry_cmd() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dtdls.c184 ieee80211_get_tdls_sta_capab(struct ieee80211_link_data *link, u16 status_code) ieee80211_get_tdls_sta_capab() argument
755 ieee80211_tdls_add_chan_switch_resp_ies(struct ieee80211_link_data *link, struct sk_buff *skb, const u8 *peer, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_add_chan_switch_resp_ies() argument
768 ieee80211_tdls_add_ies(struct ieee80211_link_data *link, struct sk_buff *skb, const u8 *peer, u8 action_code, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_add_ies() argument
818 ieee80211_prep_tdls_encap_data(struct wiphy *wiphy, struct net_device *dev, struct ieee80211_link_data *link, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) ieee80211_prep_tdls_encap_data() argument
901 ieee80211_prep_tdls_direct(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, struct ieee80211_link_data *link, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) ieee80211_prep_tdls_direct() argument
936 ieee80211_tdls_build_mgmt_packet_data(struct ieee80211_sub_if_data *sdata, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_build_mgmt_packet_data() argument
1025 ieee80211_tdls_prep_mgmt_packet(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len, u8 oper_class, struct cfg80211_chan_def *chandef) ieee80211_tdls_prep_mgmt_packet() argument
1163 ieee80211_tdls_mgmt_setup(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt_setup() argument
1238 ieee80211_tdls_mgmt_teardown(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt_teardown() argument
1286 ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) ieee80211_tdls_mgmt() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Drtsp.h132 enum RTSPStatusCode status_code; /**< response code from server */ member
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c147 int status_code; /* HTTP status code */ member
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc78 retry_downstream_connection(Downstream *downstream, unsigned int status_code) retry_downstream_connection() argument
H A Dshrpx_https_upstream.cc725 unsigned int status_code; in on_read() local
1051 void HttpsUpstream::error_reply(unsigned int status_code) { in error_reply() argument
1396 on_downstream_abort_request(Downstream *downstream, unsigned int status_code) on_downstream_abort_request() argument
[all...]
/third_party/node/deps/llhttp/include/
H A Dllhttp.h40 uint16_t status_code; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h191 int32_t status_code; member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c929 transmit_error_response(struct MHD_Connection *connection, unsigned int status_code, const char *message) global() argument
2881 MHD_queue_response(struct MHD_Connection *connection, unsigned int status_code, struct MHD_Response *response) global() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c376 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) on_stream_close_callback() argument
H A Dtest_notls.c373 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) on_stream_close_callback() argument
H A Dtest_request_response.c358 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) on_stream_close_callback() argument
/third_party/toybox/toys/pending/
H A Ddhcp6.c119 uint16_t status_code; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c924 int fst_session_respond(struct fst_session *s, u8 status_code) in fst_session_respond() argument
1411 u8 status_code; fst_test_req_send_fst_response() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c1006 wpas_dpp_gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code) wpas_dpp_gas_resp_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_session.c924 int fst_session_respond(struct fst_session *s, u8 status_code) in fst_session_respond() argument
1411 u8 status_code; fst_test_req_send_fst_response() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1121 u32 status_code; in setup_spu_status_part1() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1121 u32 status_code; in setup_spu_status_part1() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dipsec.c56 int status_code; member
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c1292 u16 auth_alg, auth_transaction, status_code; in handle_authen() local

Completed in 45 milliseconds

1234567