Home
last modified time | relevance | path

Searched refs:method_list (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDap_config.h519 int *method_list; member
HDgas_serv.c549 for (i = 0; p->method_list[i] >= 0; i++) in anqp_add_osu_provider()
550 wpabuf_put_u8(buf, p->method_list[i]); in anqp_add_osu_provider()
HDap_config.c545 os_free(p->method_list); in hostapd_config_free_bss()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp3022 inline void swapStruct(struct objc_method_list_t &method_list) { in swapStruct() argument
3023 sys::swapByteOrder(method_list.obsolete); in swapStruct()
3024 sys::swapByteOrder(method_list.method_count); in swapStruct()
3458 struct objc_method_list_t method_list; in print_method_list() local
3469 memcpy(&method_list, r, sizeof(struct objc_method_list_t)); in print_method_list()
3472 memset(&method_list, '\0', sizeof(struct objc_method_list_t)); in print_method_list()
3473 memcpy(&method_list, r, left); in print_method_list()
3476 swapStruct(method_list); in print_method_list()
3479 << format("0x%08" PRIx32, method_list.obsolete) << "\n"; in print_method_list()
3480 outs() << "\t\t method_count " << method_list.method_count << "\n"; in print_method_list()
[all …]
/NextBSD/contrib/wpa/hostapd/
HDconfig_file.c1816 if (hostapd_parse_intlist(&bss->last_osu->method_list, pos)) { in hs20_parse_osu_method_list()