HomeSort by: relevance | last modified time | path
    Searched defs:req_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
http_client.c 246 struct wpabuf *req_buf = NULL; local
255 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
256 if (req_buf == NULL) {
260 req = req_buf;
276 wpabuf_free(req_buf);
  /src/sbin/iscsid/
iscsid_main.c 67 static uint8_t req_buf[REQ_BUFFER_SIZE]; /* default buffer for requests */ variable
584 req = (iscsid_request_t *)(void *)req_buf;
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface_named_pipe.c 69 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
285 char *buf = dst->req_buf;
548 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
702 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
722 char *buf = dst->req_buf;
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 2578 char req_buf[CTL_MAX_DATA_LEN]; local
2631 snprintf(req_buf, sizeof(req_buf), "nonce=%s, frags=%d%s",
2637 xprintf(stderr, "READ_MRU parms: %s\n", req_buf);
2640 strlen(req_buf), req_buf,
2963 req = req_buf;
2964 req_end = req_buf + sizeof(req_buf);

Completed in 36 milliseconds