Home
last modified time | relevance | path

Searched refs:len_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/wpa/src/wps/
H A Dwps_er.c898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument
927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr()
951 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument
965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local
990 &len_ptr, &body_ptr); in wps_er_sta_send_msg()
1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local
1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg()
1697 char *len_ptr, *body_ptr; in wps_er_ap_put_message() local
1719 &len_ptr, &body_ptr); in wps_er_ap_put_message()
1869 char *len_ptr, *body_ptr; in wps_er_send_get_device_info() local
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1689 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument
1691 (long)(len_ptr))
1692 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument
1694 res, (long)(pid), (long)(head_ptr), (long)(len_ptr))
2975 long len_ptr);
2977 long head_ptr, long len_ptr);
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11.c2518 u8 *len_ptr; in pasn_get_sae_wd() local
2529 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd()
2537 WPA_PUT_LE16(len_ptr, len - 2); in pasn_get_sae_wd()
2540 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd()
2546 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2); in pasn_get_sae_wd()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2663 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {}
2666 void *len_ptr) {}