Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/camdd/
H A Dcamdd.c196 int extra_buf; member
338 uint8_t *extra_buf; member
727 void *extra_buf; in camdd_release_buf() local
729 extra_buf = (void *) in camdd_release_buf()
731 free(extra_buf); in camdd_release_buf()
732 data->extra_buf = 0; in camdd_release_buf()
740 data->extra_buf = 0; in camdd_release_buf()
835 data->extra_buf = 1; in camdd_buf_sg_create()
896 if (extra_buf != NULL) { in camdd_buf_sg_create()
923 free(extra_buf); in camdd_buf_sg_create()
[all …]
/freebsd-13.1/contrib/wpa/src/fst/
H A Dfst_session.c272 const struct wpabuf *extra_buf) in fst_session_send_action() argument
297 if (extra_buf) in fst_session_send_action()
298 len += wpabuf_size(extra_buf); in fst_session_send_action()
310 if (extra_buf) in fst_session_send_action()
311 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2777 struct wpabuf *extra_buf = NULL; in anqp_send_req() local
2800 extra_buf = wpabuf_alloc(100); in anqp_send_req()
2801 if (extra_buf == NULL) in anqp_send_req()
2803 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()
2815 wpabuf_free(extra_buf); in anqp_send_req()
2821 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()
2822 wpabuf_free(extra_buf); in anqp_send_req()
2826 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()
2832 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2833 wpabuf_free(extra_buf); in anqp_send_req()