Home
last modified time | relevance | path

Searched refs:preq (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c431 preq = kmalloc(sizeof(*preq) + in hwmp_recv_action_meshpath()
435 preq = IEEE80211_MALLOC(sizeof(*preq) + in hwmp_recv_action_meshpath()
866 preq.preq_flags = 0; in hwmp_rootmode_cb()
871 preq.preq_hopcount = 0; in hwmp_rootmode_cb()
878 preq.preq_tcount = 1; in hwmp_rootmode_cb()
1261 if ((preq->preq_tcount == 1) && (preq->preq_ttl > 1) && in hwmp_recv_preq()
1362 preq->preq_len = (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_AE ? in hwmp_send_preq()
1365 return hwmp_send_action(vap, da, (uint8_t *)preq, preq->preq_len+2); in hwmp_send_preq()
2012 preq.preq_tcount = 1; in hwmp_recv_rann()
2089 preq.preq_flags = 0; in hwmp_rediscover_cb()
[all …]
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_scan.c375 size_t remain = sizeof(preq->buf); in iwm_fill_probe_req()
378 memset(preq, 0, sizeof(*preq)); in iwm_fill_probe_req()
401 preq->mac_header.offset = 0; in iwm_fill_probe_req()
402 preq->mac_header.len = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
413 preq->band_data[0].offset = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
418 preq->band_data[0].len = htole16(frm - pos); in iwm_fill_probe_req()
439 preq->band_data[1].offset = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
444 preq->band_data[1].len = htole16(frm - pos); in iwm_fill_probe_req()
449 preq->common_data.offset = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
459 preq->common_data.len = htole16(frm - pos); in iwm_fill_probe_req()
[all …]
H A Dif_iwmreg.h5885 struct iwm_scan_probe_req_v1 preq; member
5904 struct iwm_scan_probe_req preq; member
/dragonfly/contrib/tcpdump/
H A Dprint-wb.c259 const struct pkt_preq *preq, u_int len) in wb_preq() argument
262 if (len < sizeof(*preq)) in wb_preq()
266 GET_BE_U_4(preq->pp_low), in wb_preq()
267 GET_IPADDR_STRING(preq->pp_page.p_sid), in wb_preq()
268 GET_BE_U_4(preq->pp_page.p_uid)); in wb_preq()
270 ND_TCHECK_SIZE(preq); in wb_preq()
/dragonfly/sys/bus/u4b/gadget/
H A Dg_keyboard.c374 const void *preq, void **pptr, uint16_t *plen, in g_keyboard_handle_request() argument
378 const struct usb_device_request *req = preq; in g_keyboard_handle_request()
H A Dg_mouse.c436 const void *preq, void **pptr, uint16_t *plen, in g_mouse_handle_request() argument
439 const struct usb_device_request *req = preq; in g_mouse_handle_request()
H A Dg_modem.c499 const void *preq, void **pptr, uint16_t *plen, in g_modem_handle_request() argument
503 const struct usb_device_request *req = preq; in g_modem_handle_request()
H A Dg_audio.c545 const void *preq, void **pptr, uint16_t *plen, in g_audio_handle_request() argument
549 const struct usb_device_request *req = preq; in g_audio_handle_request()
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c96 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
1350 do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port) in do_responder() argument
1390 *preq = req; in do_responder()
/dragonfly/sys/bus/u4b/serial/
H A Dumodem.c950 const void *preq, void **pptr, uint16_t *plen, in umodem_handle_request() argument
954 const struct usb_device_request *req = preq; in umodem_handle_request()
/dragonfly/tools/tools/net80211/wlaninject/
H A DREADME47 preq, probereq Probe Request
/dragonfly/sys/bus/u4b/storage/
H A Dustorage_fs.c481 const void *preq, void **pptr, uint16_t *plen, in ustorage_fs_handle_request() argument
485 const struct usb_device_request *req = preq; in ustorage_fs_handle_request()
/dragonfly/sys/bus/u4b/net/
H A Dif_cdce.c1171 const void *preq, void **pptr, uint16_t *plen, in cdce_handle_request() argument
1175 const struct usb_device_request *req = preq; in cdce_handle_request()