Searched refs:req_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/wps/
H A Dhttp_client.c252 struct wpabuf *req_buf = NULL; local
261 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
262 if (req_buf == NULL) {
266 req = req_buf;
282 wpabuf_free(req_buf);
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c69 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;
545 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
699 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
719 char *buf = dst->req_buf;
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2505 char req_buf[CTL_MAX_DATA_LEN]; local
2558 snprintf(req_buf, sizeof(req_buf), "nonce=%s, frags=%d%s",
2564 fprintf(stderr, "READ_MRU parms: %s\n", req_buf);
2567 strlen(req_buf), req_buf,
2890 req = req_buf;
2891 req_end = req_buf + sizeof(req_buf);

Completed in 113 milliseconds