| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | dpp_tcp.c | 144 if (!dpp) in dpp_relay_add_controller() 170 if (!dpp) in dpp_relay_controller_get() 188 if (!dpp) in dpp_relay_controller_get_ctx() 207 if (!dpp) in dpp_relay_controller_get_addr() 713 return dpp && dl_list_len(&dpp->controllers) > 0; in dpp_relay_controller_available() 2138 if (!dpp || dpp->controller) in dpp_controller_start() 2206 if (!dpp || !dpp->controller) in dpp_controller_set_params() 2236 if (dpp && dpp->controller && dpp->controller->cb_ctx == cb_ctx) in dpp_controller_stop_for_ctx() 2379 if (!dpp) in dpp_relay_flush_controllers() 2400 if (!dpp) in dpp_relay_remove_controller() [all …]
|
| H A D | dpp.h | 586 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx); 616 void dpp_controller_pkex_add(struct dpp_global *dpp, 750 int dpp_relay_add_controller(struct dpp_global *dpp, 756 void dpp_relay_stop_listen(struct dpp_global *dpp); 764 int dpp_controller_start(struct dpp_global *dpp, 766 int dpp_controller_set_params(struct dpp_global *dpp, 768 void dpp_controller_stop(struct dpp_global *dpp); 790 int dpp_tcp_auth(struct dpp_global *dpp, void *_conn, 800 void dpp_tcp_send_conn_status(struct dpp_global *dpp, 821 void dpp_global_clear(struct dpp_global *dpp); [all …]
|
| H A D | dpp.c | 1373 if (!dpp) in dpp_configurator_get_id() 3134 if (dpp) in dpp_akm_from_str() 4338 if (!dpp) in dpp_bootstrap_del() 4348 dpp->remove_bi(dpp->cb_ctx, bi); in dpp_bootstrap_del() 4365 if (!dpp) in dpp_add_qr_code() 4384 if (!dpp) in dpp_add_nfc_uri() 4444 if (!dpp) in dpp_bootstrap_gen() 4507 if (!dpp) in dpp_bootstrap_get_id() 4649 if (!dpp) in dpp_bootstrap_find_pair() 4681 if (!dpp) in dpp_bootstrap_find_chirp() [all …]
|
| H A D | dpp_i.h | 43 unsigned int dpp_next_id(struct dpp_global *dpp); 164 void dpp_tcp_init_flush(struct dpp_global *dpp); 165 void dpp_relay_flush_controllers(struct dpp_global *dpp);
|
| H A D | dpp_reconfig.c | 238 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_init() argument 292 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_init() 438 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_auth_req_rx() argument 520 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_auth_req_rx()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv7604.yaml | 36 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 37 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 38 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 39 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 40 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 41 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 42 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 43 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 44 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] 45 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ] [all …]
|
| H A D | adv7604.txt | 45 "main", "avlink", "cec", "infoframe", "esdp", "dpp", "afe",
|
| /freebsd-14.2/libexec/flua/modules/ |
| H A D | lfs.c | 148 DIR *dp, **dpp; in lua_dir_iter_next() local 150 dpp = (DIR **)luaL_checkudata(L, 1, DIR_METATABLE); in lua_dir_iter_next() 151 dp = *dpp; in lua_dir_iter_next() 161 *dpp = NULL; in lua_dir_iter_next() 172 DIR *dp, **dpp; in lua_dir_iter_close() local 174 dpp = (DIR **)lua_touserdata(L, 1); in lua_dir_iter_close() 175 dp = *dpp; in lua_dir_iter_close() 180 *dpp = NULL; in lua_dir_iter_close()
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 1040 if (!hapd->iface->interfaces->dpp) in hostapd_dpp_rx_auth_req() 1226 hapd->iface->interfaces->dpp, key); in hostapd_dpp_handle_key_pkg() 2384 dpp_bootstrap_remove(ifaces->dpp, id); in hostapd_dpp_rx_pkex_commit_reveal_resp() 3421 dpp_relay_listen(hapd->iface->interfaces->dpp, in hostapd_dpp_add_controllers() 3440 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_add_controller() local 3461 ret = dpp_relay_add_controller(dpp, &config); in hostapd_dpp_add_controller() 3475 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_remove_controller() local 3480 dpp_relay_remove_controller(dpp, &addr); in hostapd_dpp_remove_controller() 3929 if (!ifaces || !ifaces->dpp) in hostapd_dpp_push_button() 3953 if (!ifaces || !ifaces->dpp) in hostapd_dpp_push_button_stop() [all …]
|
| H A D | gas_serv.h | 78 int dpp; /* whether this is a DPP Config Response */ member
|
| H A D | gas_serv.c | 1558 di->dpp = 1; in gas_serv_req_dpp_processing() 1606 int dpp = 0; in gas_serv_rx_gas_initial_req() local 1640 dpp = 1; in gas_serv_rx_gas_initial_req() 1684 if (dpp) { in gas_serv_rx_gas_initial_req() 1785 if (dialog->dpp) { in gas_serv_rx_gas_comeback_req() 1821 if (dialog->dpp) in gas_serv_rx_gas_comeback_req()
|
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_mkquery.c | 108 u_char *dnptrs[20], **dpp, **lastdnptr; in res_nmkquery() local 131 dpp = dnptrs; in res_nmkquery() 132 *dpp++ = buf; in res_nmkquery() 133 *dpp++ = NULL; in res_nmkquery()
|
| H A D | res_mkupdate.c | 106 u_char *dnptrs[20], **dpp, **lastdnptr; in res_nmkupdate() local 125 dpp = dnptrs; in res_nmkupdate() 126 *dpp++ = buf; in res_nmkupdate() 127 *dpp++ = NULL; in res_nmkupdate()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_lookup.c | 305 *dpp = ndp->ni_rootdir; in namei_handle_root() 306 vrefact(*dpp); in namei_handle_root() 324 *dpp = NULL; in namei_setup() 369 error = namei_handle_root(ndp, dpp); in namei_setup() 372 *dpp = ndp->ni_startdir; in namei_setup() 375 *dpp = pwd->pwd_cdir; in namei_setup() 376 vrefact(*dpp); in namei_setup() 383 error = fgetvp_lookup(ndp, dpp); in namei_setup() 385 if (error == 0 && (*dpp)->v_type != VDIR && in namei_setup() 411 if (*dpp != NULL) in namei_setup() [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshbuf.c | 372 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve() argument 377 if (dpp != NULL) in sshbuf_reserve() 378 *dpp = NULL; in sshbuf_reserve() 386 if (dpp != NULL) in sshbuf_reserve() 387 *dpp = dp; in sshbuf_reserve()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | README-DPP | 128 Send provisioning request to Enrollee. (conf is ap-dpp if Enrollee is an 129 AP. conf is sta-dpp if Enrollee is a client) 130 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configura… 168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
|
| H A D | dpp_supplicant.c | 80 bi = dpp_add_qr_code(wpa_s->dpp, cmd); in wpas_dpp_qr_code() 118 bi = dpp_add_nfc_uri(wpa_s->dpp, cmd); in wpas_dpp_nfc_uri() 1229 if (!wpa_s->dpp) in wpas_dpp_rx_auth_req() 2414 if (!wpa_s->dpp) in wpas_dpp_rx_presence_announcement() 2507 if (!wpa_s->dpp) in wpas_dpp_rx_reconfig_announcement() 2599 if (!wpa_s->dpp) in wpas_dpp_rx_reconfig_auth_req() 4837 return wpa_s->dpp ? 0 : -1; in wpas_dpp_init() 4852 if (!wpa_s->dpp) in wpas_dpp_deinit() 4889 dpp_global_clear(wpa_s->dpp); in wpas_dpp_deinit() 5700 if (!wpa_s->dpp) in wpas_dpp_push_button() [all …]
|
| /freebsd-14.2/sys/libkern/ |
| H A D | iconv_xlat.c | 57 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_xlat_open() argument 65 *dpp = (void*)dp; in iconv_xlat_open()
|
| H A D | iconv_xlat16.c | 62 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_xlat16_open() argument 92 *dpp = (void*)dp; in iconv_xlat16_open()
|
| H A D | iconv_ucs.c | 90 struct iconv_cspair *csp, struct iconv_cspair *cspf, void **dpp) in iconv_ucs_open() argument 141 *dpp = (void*)dp; in iconv_ucs_open()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_proc.c | 559 dt_proc_t *dpr, **dpp = &dph->dph_hash[pid & (dph->dph_hashlen - 1)]; in dt_proc_lookup() local 561 for (dpr = *dpp; dpr != NULL; dpr = dpr->dpr_hash) { in dt_proc_lookup() 565 dpp = &dpr->dpr_hash; in dt_proc_lookup() 572 *dpp = dpr->dpr_hash; /* remove from pid hash chain */ in dt_proc_lookup()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | main.c | 806 interfaces.dpp = dpp_global_init(&dpp_conf); in main() 807 if (!interfaces.dpp) in main() 1045 dpp_global_deinit(interfaces.dpp); in main()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | sm_resolve.c | 556 static unsigned char *dnptrs[20], **dpp, **lastdnptr; local 581 dpp = dnptrs; 582 *dpp++ = buf; 583 *dpp++ = NULL;
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_pool.h | 153 int dsl_pool_init(spa_t *spa, uint64_t txg, dsl_pool_t **dpp);
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_generic.c | 1989 ugen_get_port_path(struct usb_fifo *f, struct usb_device_port_path *dpp) in ugen_get_port_path() argument 1998 dpp->udp_bus = device_get_unit(udev->bus->bdev); in ugen_get_port_path() 1999 dpp->udp_index = udev->device_index; in ugen_get_port_path() 2013 dpp->udp_port_level = nlevel; in ugen_get_port_path() 2018 dpp->udp_port_no[--nlevel] = next->port_no; in ugen_get_port_path() 2235 struct usb_device_port_path *dpp; in ugen_ioctl_post() member 2424 error = ugen_get_port_path(f, u.dpp); in ugen_ioctl_post()
|