| /src/external/bsd/wpa/dist/src/ap/ |
| gas_query_ap.c | 2 * Generic advertisement service (GAS) query (hostapd) 17 #include "common/gas.h" 25 /** GAS query timeout in seconds */ 28 /* GAS query wait-time / duration in ms */ 35 * struct gas_query_pending - Pending GAS query 39 struct gas_query_ap *gas; member in struct:gas_query_pending 61 * struct gas_query_ap - Internal GAS query data 74 static void gas_query_tx_initial_req(struct gas_query_ap *gas, 76 static int gas_query_new_dialog_token(struct gas_query_ap *gas, const u8 *dst); 90 * gas_query_ap_init - Initialize GAS query componen 97 struct gas_query_ap *gas; local 309 struct gas_query_ap *gas = eloop_data; local 338 struct gas_query_ap *gas = eloop_data; local 606 struct gas_query_ap *gas = eloop_data; local [all...] |
| gas_query_ap.h | 2 * Generic advertisement service (GAS) query 17 void gas_query_ap_deinit(struct gas_query_ap *gas); 18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ, 22 * enum gas_query_ap_result - GAS query result 33 int gas_query_ap_req(struct gas_query_ap *gas, const u8 *dst, int freq, 40 void gas_query_ap_tx_status(struct gas_query_ap *gas, const u8 *dst,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| gas_query.c | 2 * Generic advertisement service (GAS) query 16 #include "common/gas.h" 26 /** GAS query timeout in seconds */ 29 /* GAS query wait-time / duration in ms */ 36 * struct gas_query_pending - Pending GAS query 40 struct gas_query *gas; member in struct:gas_query_pending 64 * struct gas_query - Internal GAS query data 80 static void gas_query_tx_initial_req(struct gas_query *gas, 82 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst); 96 * gas_query_init - Initialize GAS query componen 102 struct gas_query *gas; local 140 struct gas_query *gas = query->gas; local 236 struct gas_query *gas = wpa_s->gas; local 352 struct gas_query *gas = eloop_data; local 381 struct gas_query *gas = eloop_data; local 662 struct gas_query *gas = eloop_data; local 689 struct gas_query *gas = query->gas; local [all...] |
| gas_query.h | 2 * Generic advertisement service (GAS) query 18 void gas_query_deinit(struct gas_query *gas); 19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, 24 * enum gas_query_result - GAS query result 36 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, 43 int gas_query_stop(struct gas_query *gas, u8 dialog_token); 52 static inline void gas_query_deinit(struct gas_query *gas)
|
| /src/external/bsd/wpa/dist/src/common/ |
| gas_server.h | 2 * Generic advertisement service (GAS) server 23 void gas_server_deinit(struct gas_server *gas); 24 int gas_server_register(struct gas_server *gas, 33 int gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, 36 void gas_server_tx_status(struct gas_server *gas, const u8 *dst, const u8 *data, 38 int gas_server_set_comeback_delay(struct gas_server *gas, void *resp_ctx, 40 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx, 42 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx); 46 static inline void gas_server_deinit(struct gas_server *gas)
|
| gas_server.c | 2 * Generic advertisement service (GAS) server 17 #include "gas.h" 33 struct gas_server *gas; member in struct:gas_server_handler 64 wpa_printf(MSG_DEBUG, "GAS: Response @%p timeout for " MACSTR 83 wpa_printf(MSG_DEBUG, "DPP: Free GAS response @%p", response); 91 gas_server_send_resp(struct gas_server *gas, 146 wpa_printf(MSG_DEBUG, "GAS: No response available yet"); 149 "GAS: Need to fragment query response"); 152 "GAS: Full query response fits in the GAS Initial Response frame") 271 struct gas_server *gas = handler->gas; local 556 struct gas_server *gas; local [all...] |
| Makefile | 9 gas.o \
|
| /src/external/gpl3/binutils/dist/ |
| setup.com | 18 $ set def [-.gas] 32 $ set def [-.gas] 48 $ set def [-.gas]
|
| makefile.vms | 2 # makefile for bfd, binutils and gas 33 $(CD) [-.gas] 55 $(CD) [.gas] 68 $(CD) [-.gas]
|
| /src/external/gpl3/binutils.old/dist/ |
| setup.com | 18 $ set def [-.gas] 32 $ set def [-.gas] 48 $ set def [-.gas]
|
| makefile.vms | 2 # makefile for bfd, binutils and gas 33 $(CD) [-.gas] 55 $(CD) [.gas] 68 $(CD) [-.gas]
|
| /src/external/gpl3/binutils.old/usr.bin/gas/ |
| Makefile | 4 CPPFLAGS+= -I${DIST}/gas -I${DIST}/gas/config 30 INFOFLAGS= -I${DIST}/gas/doc -I${COMMONOBJDIR} -I${DIST}/libiberty 34 .PATH: ${COMMONOBJDIR} ${DIST}/gas ${DIST}/gas/config ${DIST}/gas/doc
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/config/ |
| default.exp | 29 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]] 41 catch "exec ln -s ../../../gas/as-new tmpdir/libsframe/as" status
|
| /src/external/gpl3/gdb/dist/libsframe/testsuite/config/ |
| default.exp | 29 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]] 41 catch "exec ln -s ../../../gas/as-new tmpdir/libsframe/as" status
|
| /src/external/gpl3/binutils/usr.bin/gas/ |
| Makefile | 4 CPPFLAGS+= -I${DIST}/gas -I${DIST}/gas/config 30 INFOFLAGS+= -I${DIST}/gas/doc -I${DIST}/bfd/doc 35 .PATH: ${COMMONOBJDIR} ${DIST}/gas ${DIST}/gas/config ${DIST}/gas/doc
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/config/ |
| default.exp | 34 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]] 46 catch "exec ln -s ../../../gas/as-new tmpdir/libctf/as" status
|
| /src/external/gpl3/binutils/usr.bin/ |
| Makefile | 10 SSUBDIR+= gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/bfdtest1//:C/bfdtest2//:C/srconv//:cxxfilt=c++filt/}
|
| /src/external/gpl3/binutils.old/usr.bin/ |
| Makefile | 10 SSUBDIR+= gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/bfdtest1//:C/bfdtest2//:C/srconv//:cxxfilt=c++filt/}
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/config/ |
| default.exp | 34 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]] 50 catch "exec ln -s ../../../gas/as-new tmpdir/libctf/as" status
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| fact.s | 31 # This is the real answer, but it overflows 32bits. Since gas itself
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| fact.s | 31 # This is the real answer, but it overflows 32bits. Since gas itself
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| x86_64-xlate.pl | 74 my $gas=1; $gas=0 if ($output =~ /\.asm$/); 75 my $elf=1; $elf=0 if (!$gas); 87 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1; 91 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; } 92 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; } 93 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; } 94 elsif (!$gas) 147 if ($gas) { 205 if ($gas) { [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| exec-tool.in | 39 dir=gas
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| exec-tool.in | 39 dir=gas
|
| /src/tools/binutils/ |
| Makefile | 28 ALL_TARGET= all-binutils all-gas all-ld 29 INSTALL_TARGET= install-binutils install-gas install-ld
|