Searched refs:pbc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/wps/ |
| D | wps_registrar.c | 75 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) in wps_free_pbc_sessions() argument 79 while (pbc) { in wps_free_pbc_sessions() 80 prev = pbc; in wps_free_pbc_sessions() 81 pbc = pbc->next; in wps_free_pbc_sessions() 97 int pbc; member 208 struct wps_pbc_session *pbc, *prev = NULL; in wps_registrar_add_pbc_session() local 213 pbc = reg->pbc_sessions; in wps_registrar_add_pbc_session() 214 while (pbc) { in wps_registrar_add_pbc_session() 215 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 && in wps_registrar_add_pbc_session() 216 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session() [all …]
|
| D | wps.c | 59 data->pbc = cfg->pbc; in wps_init() 60 if (cfg->pbc) { in wps_init() 334 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev, in wps_build_probe_req_ie() argument 352 if (pbc) in wps_build_probe_req_ie() 373 wps_build_dev_password_id(ie, pbc ? DEV_PW_PUSHBUTTON : in wps_build_probe_req_ie()
|
| D | wps.h | 129 int pbc; member 202 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
|
| D | wps_i.h | 76 int pbc; member
|
| /freebsd-9-stable/usr.bin/xlint/lint1/ |
| D | scan.l | 821 static int pbc = -1; in getescc() local 824 if (pbc == -1) { in getescc() 827 c = pbc; in getescc() 828 pbc = -1; in getescc() 893 pbc = c; in getescc() 920 pbc = c; in getescc()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | cp-valprint.c | 765 struct type *pbc = primary_base_class (type); in cp_print_hpacc_virtual_table_entries() local 766 if (pbc) in cp_print_hpacc_virtual_table_entries() 767 cp_print_hpacc_virtual_table_entries (pbc, vfuncs, v, stream, format, in cp_print_hpacc_virtual_table_entries()
|
| D | gdbtypes.c | 2162 struct type *pbc; /* primary base class */ in class_index_in_primary_list() local 2165 pbc = TYPE_PRIMARY_BASE (dclass); in class_index_in_primary_list() 2166 if (pbc) in class_index_in_primary_list() 2167 return 1 + class_index_in_primary_list (pbc); in class_index_in_primary_list() 2188 struct type *pbc = primary_base_class (dclass); in count_virtual_fns() local 2189 if (pbc) in count_virtual_fns() 2190 vfuncs = count_virtual_fns (pbc); in count_virtual_fns()
|
| D | valops.c | 1454 struct type *pbc; /* the primary base class */ in find_rt_vbase_offset() local 1461 pbc = TYPE_PRIMARY_BASE (type); in find_rt_vbase_offset() 1462 if (pbc) in find_rt_vbase_offset() 1464 find_rt_vbase_offset (pbc, basetype, valaddr, offset, &boffset, &skip); in find_rt_vbase_offset()
|
| /freebsd-9-stable/contrib/wpa/src/eap_peer/ |
| D | eap_wsc.c | 196 cfg.pbc = 1; in eap_wsc_init() 199 if (cfg.pin == NULL && !cfg.pbc) { in eap_wsc_init()
|