Searched refs:tx_buf (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 1456 struct wpabuf *buf, *tx_buf; in gas_serv_req_local_processing() local 1494 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1501 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1507 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1511 if (!tx_buf) in gas_serv_req_local_processing() 1514 convert_to_protected_dual(tx_buf); in gas_serv_req_local_processing() 1517 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1518 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() 1521 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1522 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() 1532 struct wpabuf *tx_buf; gas_serv_req_dpp_processing() local 1745 struct wpabuf *buf, *tx_buf; gas_serv_rx_gas_comeback_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 1453 struct wpabuf *buf, *tx_buf; in gas_serv_req_local_processing() local 1491 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1498 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1504 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1508 if (!tx_buf) in gas_serv_req_local_processing() 1511 convert_to_protected_dual(tx_buf); in gas_serv_req_local_processing() 1514 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1515 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() 1518 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1519 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() 1529 struct wpabuf *tx_buf; gas_serv_req_dpp_processing() local 1737 struct wpabuf *buf, *tx_buf; gas_serv_rx_gas_comeback_req() local [all...] |
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 239 char tx_buf[SMTP_TX_BUF_LEN + 1]; member 1040 LWIP_ASSERT("tx_buf overflow detected", *tx_buf_len <= SMTP_TX_BUF_LEN); in smtp_prepare_helo() 1042 SMEMCPY(s->tx_buf, SMTP_CMD_EHLO_1, SMTP_CMD_EHLO_1_LEN); in smtp_prepare_helo() 1043 MEMCPY(&s->tx_buf[SMTP_CMD_EHLO_1_LEN], ipa, ipa_len); in smtp_prepare_helo() 1044 SMEMCPY(&s->tx_buf[SMTP_CMD_EHLO_1_LEN + ipa_len], SMTP_CMD_EHLO_2, SMTP_CMD_EHLO_2_LEN); in smtp_prepare_helo() 1050 * create data to send out (to tx_buf), set tx_data_len correctly 1064 /* use tx_buf temporarily */ in smtp_prepare_auth_or_mail() 1065 u16_t copied = pbuf_copy_partial(s->p, s->tx_buf, (u16_t)(crlf - auth), auth); in smtp_prepare_auth_or_mail() 1067 char *sep = s->tx_buf + SMTP_KEYWORD_AUTH_LEN; in smtp_prepare_auth_or_mail() 1068 s->tx_buf[copie in smtp_prepare_auth_or_mail() [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ioctl.rs | 305 tx_buf: u64,
|
Completed in 7 milliseconds