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

/freebsd-13-stable/contrib/wpa/src/wps/
H A Dhttp_client.c246 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);
/freebsd-13-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-13-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2546 char req_buf[CTL_MAX_DATA_LEN]; local
2599 snprintf(req_buf, sizeof(req_buf), "nonce=%s, frags=%d%s",
2605 xprintf(stderr, "READ_MRU parms: %s\n", req_buf);
2608 strlen(req_buf), req_buf,
2931 req = req_buf;
2932 req_end = req_buf + sizeof(req_buf);

Completed in 113 milliseconds