Home | History | Annotate | Download | only in p2p

Lines Matching refs:sd_rx_resp

488 		if (p2p->sd_rx_resp) {
491 wpabuf_free(p2p->sd_rx_resp);
492 p2p->sd_rx_resp = NULL;
737 if (p2p->sd_rx_resp) {
789 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
791 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos);
794 (unsigned int) wpabuf_len(p2p->sd_rx_resp));
800 if (wpabuf_len(p2p->sd_rx_resp) > 64000) {
801 wpabuf_free(p2p->sd_rx_resp);
802 p2p->sd_rx_resp = NULL;
831 wpabuf_head(p2p->sd_rx_resp),
832 wpabuf_len(p2p->sd_rx_resp));
833 wpabuf_free(p2p->sd_rx_resp);
834 p2p->sd_rx_resp = NULL;