Searched refs:resp (Results 226 - 250 of 424) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c50 struct wpabuf *resp; member in struct:gas_query_pending
55 const struct wpabuf *resp, u16 status_code);
149 wpabuf_free(query->resp);
171 query->adv_proto, query->resp, query->status_code);
211 if (wpabuf_resize(&query->resp, len) < 0) {
215 wpabuf_put_data(query->resp, data, len);
414 const u8 *adv_proto, const u8 *resp,
435 if (gas_query_append(query, resp, len) < 0) {
446 const u8 *adv_proto, const u8 *resp,
492 if (gas_query_append(query, resp, le
412 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
444 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
809 gas_query_req(struct gas_query *gas, const u8 *dst, int freq, int wildcard_bssid, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) argument
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_pipe.c302 struct ng_mesg *resp = NULL; local
318 NG_MKRESPONSE(resp, msg,
320 if (resp == NULL) {
324 stats = (struct ng_pipe_stats *) resp->data;
338 NG_MKRESPONSE(resp, msg, sizeof(*run), M_NOWAIT);
339 if (resp == NULL) {
343 run = (struct ng_pipe_run *) resp->data;
350 NG_MKRESPONSE(resp, msg, sizeof(*cfg), M_NOWAIT);
351 if (resp == NULL) {
355 cfg = (struct ng_pipe_cfg *) resp
[all...]
H A Dng_l2tp.c450 struct ng_mesg *resp = NULL; local
494 NG_MKRESPONSE(resp, msg, sizeof(*conf), M_NOWAIT);
495 if (resp == NULL) {
499 conf = (struct ng_l2tp_config *)resp->data;
547 NG_MKRESPONSE(resp, msg, sizeof(hpriv->conf), M_NOWAIT);
548 if (resp == NULL) {
552 conf = (struct ng_l2tp_sess_config *)resp->data;
561 NG_MKRESPONSE(resp, msg,
563 if (resp == NULL) {
567 memcpy(resp
[all...]
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c491 OCSPResponse *resp; local
527 resp = d2i_OCSPResponse(NULL, &resp_data, resp_len);
528 if (!resp) {
533 status = ASN1_ENUMERATED_get(resp->responseStatus);
540 bytes = resp->responseBytes;
558 OCSPResponse_free(resp);
841 OCSPResponse_free(resp);
H A Dtls_gnutls.c700 gnutls_datum_t *resp)
721 resp->data = gnutls_malloc(len);
722 if (!resp->data) {
723 os_free(resp);
727 os_memcpy(resp->data, cached, len);
728 resp->size = len;
995 gnutls_ocsp_resp_t resp; local
1031 if (gnutls_ocsp_resp_init(&resp) != GNUTLS_E_SUCCESS)
1034 res = gnutls_ocsp_resp_import(resp, &response);
1039 gnutls_ocsp_resp_deinit(resp);
699 server_ocsp_status_req(gnutls_session_t session, void *ptr, gnutls_datum_t *resp) argument
[all...]
/freebsd-12-stable/crypto/heimdal/appl/rcp/
H A Drcp.c649 char ch, *cp, resp, rbuf[BUFSIZ]; local
651 if (read(remin, &resp, sizeof(resp)) != sizeof(resp))
655 switch(resp) {
659 *cp++ = resp;
672 if (resp == 1)
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_informinfo.c226 memcpy(&item->resp.inform,
295 memcpy(&p_rec_item->resp.inform_rec, &p_infr->inform_record,
305 ib_inform_info_set_qpn(&p_rec_item->resp.inform_rec.inform_info, 0);
389 memset(item->resp.inform_rec.reserved, 0, sizeof(item->resp.inform_rec.reserved));
390 memset(item->resp.inform_rec.pad, 0, sizeof(item->resp.inform_rec.pad));
H A Dosm_sa_portinfo_record.c103 p_rec_item->resp.port_rec.lid = lid;
104 p_rec_item->resp.port_rec.port_info = p_physp->port_info;
106 p_rec_item->resp.port_rec.options = p_ctxt->p_rcvd_rec->options;
119 p_pi = &p_rec_item->resp.port_rec.port_info;
131 p_rec_item->resp.port_rec.port_num = osm_physp_get_port_num(p_physp);
601 item->resp.port_rec.port_info.m_key = 0;
H A Dosm_sa_link_record.c81 p_lr_item->resp.link_rec.from_port_num = from_port;
82 p_lr_item->resp.link_rec.to_port_num = to_port;
83 p_lr_item->resp.link_rec.to_lid = to_lid;
84 p_lr_item->resp.link_rec.from_lid = from_lid;
/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_misc.c244 TW_UINT32 resp; local
255 resp = TW_CLI_READ_RESPONSE_QUEUE(ctlr->ctlr_handle);
274 TW_UINT32 resp; local
287 resp = TW_CLI_READ_RESPONSE_QUEUE(ctlr->ctlr_handle);
288 resp_id = GET_RESP_ID(resp);
290 resp = TW_CLI_READ_LARGE_RESPONSE_QUEUE(
292 resp_id = GET_LARGE_RESP_ID(resp);
/freebsd-12-stable/usr.sbin/ppp/
H A Dnetgraph.c464 struct ng_mesg *resp; local
592 resp = (struct ng_mesg *)rbuf;
593 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
599 hlist = (const struct hooklist *)resp->data;
661 resp = (struct ng_mesg *)rbuf;
662 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
668 hlist = (const struct hooklist *)resp->data;
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_com.c647 struct ena_admin_set_feat_resp resp; local
669 (struct ena_admin_acq_entry *)&resp,
670 sizeof(resp));
1601 struct ena_admin_set_feat_resp resp; local
1629 (struct ena_admin_acq_entry *)&resp,
1630 sizeof(resp));
2008 struct ena_admin_get_feat_resp *resp)
2010 return ena_com_get_feature(ena_dev, resp, ENA_ADMIN_LINK_CONFIG, 0);
2370 struct ena_admin_set_feat_resp resp; local
2389 (struct ena_admin_acq_entry *)&resp,
2007 ena_com_get_link_params(struct ena_com_dev *ena_dev, struct ena_admin_get_feat_resp *resp) argument
2402 struct ena_admin_get_feat_resp resp; local
2421 struct ena_admin_set_feat_resp resp; local
2603 struct ena_admin_set_feat_resp resp; local
2762 struct ena_admin_set_feat_resp resp; local
2952 struct ena_admin_set_feat_resp resp; local
[all...]
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c815 struct wpabuf *resp; local
817 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
818 if (resp == NULL)
822 wpabuf_put_u8(resp, peap_version); /* Flags */
823 return resp;
1175 * @resp: Buffer for returning the EAP-Nak message
1179 struct eap_hdr *hdr, struct wpabuf **resp)
1188 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1190 if (*resp == NULL)
1196 wpabuf_put_u8(*resp, type
1178 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) argument
[all...]
H A Deap_tls_common.h138 struct eap_hdr *hdr, struct wpabuf **resp);
/freebsd-12-stable/lib/libradius/
H A Dradlib.c133 insert_request_authenticator(struct rad_handle *h, int resp) argument
143 if (resp)
153 insert_message_authenticator(struct rad_handle *h, int resp) argument
166 if (resp)
193 u_char resp[MSGSIZE], md[EVP_MAX_MD_SIZE]; local
230 memcpy(resp, h->in, MSGSIZE);
246 memset(&resp[pos + 2], 0, MD5_DIGEST_LENGTH);
254 HMAC_Update(hctx, &resp[POS_ATTRS],
290 u_char resp[MSGSIZE], md[EVP_MAX_MD_SIZE]; local
334 memcpy(resp,
[all...]
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_error.c498 ctl_build_qae(struct ctl_lun *lun, uint32_t initidx, uint8_t *resp) argument
521 resp[0] = SSD_KEY_UNIT_ATTENTION;
523 resp[0] |= 0x10;
525 resp[0] |= 0x20;
526 resp[1] = asc;
527 resp[2] = ascq;
H A Dctl_error.h63 ctl_ua_type ctl_build_qae(struct ctl_lun *lun, uint32_t initidx, uint8_t *resp);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dsrq.c239 struct mlx4_create_srq_resp resp; local
275 &resp.ibv_resp, sizeof resp);
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp358 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
360 resp = ((CustomDecoderWrapper *)lib_context)->m_pPktIn->PacketDataIn(op, index_sop, pkt);
361 return resp;
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c483 OCSP_RESPONSE *resp = NULL; local
493 rv = OCSP_sendreq_nbio(&resp, ctx);
499 return resp;
H A Docsp_ext.c289 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) argument
291 return ocsp_add1_nonce(&resp->tbsResponseData.responseExtensions, val,
347 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) argument
357 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_decode_etmv3.h235 OcsdTraceElement *GetNextOpElem(ocsd_datapath_resp_t &resp); //!< get the next element from the element list.
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_decode_ptm.h138 void checkPendingNacc(ocsd_datapath_resp_t &resp);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_hostap.c1669 int reassoc, int resp, const char *tag, int rate)
1674 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_BASIC_RATE);
1680 int reassoc, int resp, const char *tag, int capinfo)
1687 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_CAPINFO);
1694 int reassoc, int resp)
1699 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_MISSING_HT_CAPS);
1752 int reassoc, resp; local
2018 resp = IEEE80211_FC0_SUBTYPE_REASSOC_RESP;
2021 resp = IEEE80211_FC0_SUBTYPE_ASSOC_RESP;
2131 capinfomismatch(ni, wh, reassoc, resp,
1668 ratesetmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int rate) argument
1679 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int capinfo) argument
1693 htcapmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp) argument
[all...]
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_util.c368 struct iwm_cmd_response *resp; local
391 if (resp_len != sizeof(*resp)) {
396 resp = (void *)pkt->data;
397 *status = le32toh(resp->status);

Completed in 164 milliseconds

1234567891011>>