Searched refs:wfd (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-current/contrib/wpa/src/common/
H A Dieee802_11_common.h78 const u8 *wfd; member in struct:ieee802_11_elems
H A Dieee802_11_common.c106 elems->wfd = pos;
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p_group.c473 struct wpabuf *wfd = wpabuf_dup(group->wfd_ie); local
474 ie = wpabuf_concat(wfd, ie);
632 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
H A Dp2p_parse.c556 if (elems.wfd) {
/freebsd-current/usr.bin/sed/
H A Dcompile.c685 s->wfd = -1;
745 if (!aflag && (s->wfd = open(wfile,
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c1021 int rfd, wfd; local
2392 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
2394 if (rfd < 0 || wfd < 0 ||
2396 SSL_set_wfd(srv_ssl, wfd) <= 0)
2415 tlsret = tls_retry(srv_ssl, rfd, wfd, tlsstart,
H A Ddeliver.c7497 int rfd, wfd; local
7684 wfd = sm_io_getinfo(mci->mci_out, SM_IO_WHAT_FD, NULL);
7686 if (rfd < 0 || wfd < 0 ||
7688 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
7709 i = tls_retry(clt_ssl, rfd, wfd, tlsstart,
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c2587 int r = SSH_ERR_INTERNAL_ERROR, wfd = -1, oerrno; local
2635 if ((wfd = open(wfile, O_WRONLY|O_CREAT|O_TRUNC,
2644 if (atomicio(vwrite, wfd, asig,
2669 if (wfd != -1)
2670 close(wfd);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5230 struct wpabuf *wfd; local
5233 wfd = ieee802_11_vendor_ie_concat(ie, bss->ie_len,
5235 if (wfd) {
5238 wpabuf_free(wfd);
5244 wpabuf_head(wfd),
5245 wpabuf_len(wfd));
5246 wpabuf_free(wfd);

Completed in 284 milliseconds

12