Lines Matching refs:body

92             pRsp->body.publish_response.publish_id = \  in getNanResponse()
104 pRsp->body.publish_response.publish_id = \ in getNanResponse()
116 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
128 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
150 pRsp->body.stats_response.stats_type = \ in getNanResponse()
153 pRsp->body.stats_response.stats_type); in getNanResponse()
166 sizeof(pRsp->body.stats_response.data)) { in getNanResponse()
167 handleNanStatsResponse(pRsp->body.stats_response.stats_type, in getNanResponse()
169 &pRsp->body.stats_response); in getNanResponse()
224 pRsp->body.nan_capabilities.max_concurrent_nan_clusters = \ in getNanResponse()
226 pRsp->body.nan_capabilities.max_publishes = \ in getNanResponse()
228 pRsp->body.nan_capabilities.max_subscribes = \ in getNanResponse()
230 pRsp->body.nan_capabilities.max_service_name_len = \ in getNanResponse()
232 pRsp->body.nan_capabilities.max_match_filter_len = \ in getNanResponse()
234 pRsp->body.nan_capabilities.max_total_match_filter_len = \ in getNanResponse()
236 pRsp->body.nan_capabilities.max_service_specific_info_len = \ in getNanResponse()
238 pRsp->body.nan_capabilities.max_vsa_data_len = \ in getNanResponse()
240 pRsp->body.nan_capabilities.max_mesh_data_len = \ in getNanResponse()
242 pRsp->body.nan_capabilities.max_ndi_interfaces = \ in getNanResponse()
244 pRsp->body.nan_capabilities.max_ndp_sessions = \ in getNanResponse()
246 pRsp->body.nan_capabilities.max_app_info_len = \ in getNanResponse()
274 (rsp_data.body.stats_response.stats_type == NAN_STATS_ID_DE_TIMING_SYNC)) { in handleNanResponse()
280 NanSyncStats *pSyncStats = &rsp_data.body.stats_response.data.sync_stats; in handleNanResponse()