Home
last modified time | relevance | path

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

/freebsd/usr.sbin/camdd/
H A Dcamdd.c187 int extra_buf; member
329 uint8_t *extra_buf; member
713 if (data->extra_buf != 0) { in camdd_release_buf()
714 void *extra_buf; in camdd_release_buf() local
716 extra_buf = (void *) in camdd_release_buf()
718 free(extra_buf); in camdd_release_buf()
719 data->extra_buf = 0; in camdd_release_buf()
725 if (data->extra_buf != 0) { in camdd_release_buf()
727 data->extra_buf = 0; in camdd_release_buf()
799 uint8_t *extra_buf = NULL; in camdd_buf_sg_create() local
[all …]
/freebsd/contrib/wpa/src/fst/
H A Dfst_session.c270 const struct wpabuf *extra_buf) in fst_session_send_action() argument
295 if (extra_buf) in fst_session_send_action()
296 len += wpabuf_size(extra_buf); in fst_session_send_action()
308 if (extra_buf) in fst_session_send_action()
309 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2810 struct wpabuf *extra_buf = NULL; in anqp_send_req() local
2833 extra_buf = wpabuf_alloc(100); in anqp_send_req()
2834 if (extra_buf == NULL) in anqp_send_req()
2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()
2848 wpabuf_free(extra_buf); in anqp_send_req()
2854 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()
2855 wpabuf_free(extra_buf); in anqp_send_req()
2859 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()
2865 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2866 wpabuf_free(extra_buf); in anqp_send_req()