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

/freebsd-current/usr.sbin/camdd/
H A Dcamdd.c187 int extra_buf; member in struct:camdd_buf_data
329 uint8_t *extra_buf; member in struct:camdd_dev
713 if (data->extra_buf != 0) {
714 void *extra_buf; local
716 extra_buf = (void *)
718 free(extra_buf);
719 data->extra_buf = 0;
725 if (data->extra_buf != 0) {
727 data->extra_buf = 0;
799 uint8_t *extra_buf local
[all...]
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_session.c272 const struct wpabuf *extra_buf)
297 if (extra_buf)
298 len += wpabuf_size(extra_buf);
310 if (extra_buf)
311 wpabuf_put_buf(buf, extra_buf);
270 fst_session_send_action(struct fst_session *s, bool old_iface, const void *payload, size_t size, const struct wpabuf *extra_buf) argument
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2777 struct wpabuf *extra_buf = NULL; local
2800 extra_buf = wpabuf_alloc(100);
2801 if (extra_buf == NULL)
2803 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf);
2815 wpabuf_free(extra_buf);
2821 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) {
2822 wpabuf_free(extra_buf);
2826 wpabuf_put_buf(extra_buf, mbo);
2832 buf = anqp_build_req(info_ids, num_ids, extra_buf);
2833 wpabuf_free(extra_buf);
[all...]

Completed in 91 milliseconds