Home
last modified time | relevance | path

Searched refs:map_ptr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dnetsys.c462 void *map_ptr = &oh_sock_permission_map; in inet_create_socket() local
464 map_ptr = &broker_sock_permission_map; in inet_create_socket()
526 void *map_ptr = &app_uid_access_policy_map; in inet_check_bind4() local
565 bpf_map_update_elem(map_ptr, &uid, value, BPF_NOEXIST); in inet_check_bind4()
572 void *map_ptr = &app_uid_access_policy_map; in inet_check_bind6() local
611 bpf_map_update_elem(map_ptr, &uid, value, BPF_NOEXIST); in inet_check_bind6()
618 void *map_ptr = &app_uid_access_policy_map; in inet_check_connect4() local
657 bpf_map_update_elem(map_ptr, &uid, value, BPF_NOEXIST); in inet_check_connect4()
665 void *map_ptr = &app_uid_access_policy_map; in inet_check_connect6() local
711 void *map_ptr = &app_uid_access_policy_map; in inet_check_sendmsg4() local
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c506 const struct msg_result_map *map_ptr = select_result_map(rcv_msg_code, map, in set_result() local
509 set_result_by_map(hichain, map_ptr, errorCodeRecv); in set_result()