Home
last modified time | relevance | path

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

/freebsd/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
958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end()
965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local
990 &len_ptr, &body_ptr); in wps_er_sta_send_msg()
1000 wps_er_soap_end(buf, "PutWLANResponse", 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()
1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr); in wps_er_send_set_sel_reg()
[all …]
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_responder.c178 u8 *len_ptr; in pasn_get_sae_wd() local
189 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd()
197 WPA_PUT_LE16(len_ptr, len - 2); in pasn_get_sae_wd()
200 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd()
206 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2); in pasn_get_sae_wd()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c2671 u8 *len_ptr; in add_multi_ap_ie() local
2677 len_ptr = pos; /* Length field to be set at the end */ in add_multi_ap_ie()
2712 *len_ptr = pos - len_ptr - 1; in add_multi_ap_ie()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1698 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument
1700 (long)(len_ptr))
1701 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument
1703 res, (long)(pid), (long)(head_ptr), (long)(len_ptr))
2996 long len_ptr);
2998 long head_ptr, long len_ptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2934 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {}
2937 (long res, long pid, void *head_ptr, void *len_ptr) {}