Home
last modified time | relevance | path

Searched defs:prot (Results 76 - 98 of 98) sorted by relevance

1234

/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c584 const char *prot, *p; in lws_acme_client_connect() local
/third_party/lwip/src/netif/ppp/
H A Dlcp.c565 u_short prot; in lcp_rprotrej() local
/third_party/toybox/lib/
H A Dxwrap.c61 void *xmmap(void *addr, size_t length, int prot, int flags, int fd, off_t off) in xmmap() argument
/third_party/python/Modules/
H A Dmmapmodule.c1221 int fd, flags = MAP_SHARED, prot = PROT_WRITE | PROT_READ; in new_mmap_object() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_serv.c1451 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot, int std_addr3) gas_serv_req_local_processing() argument
1528 gas_serv_req_dpp_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, int prot, struct wpabuf *buf) gas_serv_req_dpp_processing() argument
1596 gas_serv_rx_gas_initial_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) gas_serv_rx_gas_initial_req() argument
1739 gas_serv_rx_gas_comeback_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) gas_serv_rx_gas_comeback_req() argument
1856 int prot, std_addr3; gas_serv_rx_public_action() local
[all...]
H A Ddpp_hostapd.c2272 hostapd_dpp_relay_gas_resp_tx(void *ctx, const u8 *addr, u8 dialog_token, int prot, struct wpabuf *buf) hostapd_dpp_relay_gas_resp_tx() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_serv.c1448 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot, int std_addr3) gas_serv_req_local_processing() argument
1525 gas_serv_req_dpp_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, int prot, struct wpabuf *buf) gas_serv_req_dpp_processing() argument
1590 gas_serv_rx_gas_initial_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) gas_serv_rx_gas_initial_req() argument
1731 gas_serv_rx_gas_comeback_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) gas_serv_rx_gas_comeback_req() argument
1844 int prot, std_addr3; gas_serv_rx_public_action() local
[all...]
/base/startup/appspawn/standard/
H A Dappspawn_service.c493 int prot = PROT_READ; in GetMapMem() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc173 int prot = GetProtectionFromMemoryPermission(access); in Allocate() local
452 int prot = GetProtectionFromMemoryPermission(access); in AllocateShared() local
478 int prot = GetProtectionFromMemoryPermission(access); in SetPermissions() local
686 int prot = PROT_READ; in open() local
962 int prot in AllocateShared() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c86 unsigned int prot = 0; in probe_resp_offload_support() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_capa.c91 unsigned int prot = 0; in probe_resp_offload_support() local
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c576 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument
632 unsigned prot; in map_library() local
966 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; dl_mmap() local
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c576 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument
632 unsigned prot; in map_library() local
966 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; dl_mmap() local
[all...]
/third_party/musl/ldso/
H A Ddynlink.c643 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument
699 unsigned prot; in map_library() local
1035 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; dl_mmap() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2331 static int sv_body(int s, int stype, int prot, unsigned char *context) in sv_body() argument
3038 static int www_body(int s, int stype, int prot, unsigned char *context) in www_body() argument
3494 static int rev_body(int s, int stype, int prot, unsigne argument
[all...]
/third_party/openssl/apps/
H A Ds_server.c2326 static int sv_body(int s, int stype, int prot, unsigned char *context) in sv_body() argument
3033 static int www_body(int s, int stype, int prot, unsigned char *context) in www_body() argument
3489 static int rev_body(int s, int stype, int prot, unsigne argument
[all...]
/third_party/NuttX/include/nuttx/
H A Dscsi.h868 uint8_t prot; /* 12: Bits 0: PROT_EN, Bits 1-3: P_TYPE, Bits 4-7: Reserved*/ member
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1281 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument
1431 unsigned prot; in map_library() local
1826 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; dl_mmap() local
4849 unsigned prot; task_map_library() local
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c1316 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument
1580 unsigned prot; in map_library() local
2014 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; dl_mmap() local
5219 unsigned prot; task_map_library() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc271 int prot = PROT_READ | PROT_WRITE; variable
/third_party/openssl/test/
H A Dsslapitest.c1523 int testresult = 0, prot; in test_large_app_data() local
4141 const unsigned char *prot; alpn_select_cb() local
8409 test_cert_cb_int(int prot, int tst) test_cert_cb_int() argument
8592 test_ca_names_int(int prot, int tst) test_ca_names_int() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc14704 int Simulator::Munmap(void* address, size_t length, int prot) { in Simulator() argument
14682 Mmap( void* address, size_t length, int prot, int flags, int fd, off_t offset) Simulator() argument
/third_party/libbpf/src/
H A Dlibbpf.c13637 int prot, map_fd = bpf_map__fd(map); local

Completed in 100 milliseconds

1234