Searched refs:len_ptr (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c1013 void decode_m_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr) argument
1017 *mem_addr_ptr = *len_ptr = 0;
1027 *len_ptr = *len_ptr << 4;
1028 *len_ptr |= fromhex (ch) & 0x0f;
1032 void decode_M_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, argument
1037 *mem_addr_ptr = *len_ptr = 0;
1045 *len_ptr = *len_ptr << 4;
1046 *len_ptr |
1052 decode_X_packet(char *from, int packet_len, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, unsigned char *to) argument
[all...]
H A Dserver.h318 unsigned int *len_ptr);
320 unsigned int *len_ptr, unsigned char *to);
322 unsigned int *len_ptr, unsigned char *to);
/external/srtp/include/
H A Dsrtp.h282 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
285 * points to the resulting SRTP packet and *len_ptr is the number of
303 * @param len_ptr is a pointer to the length in octets of the complete
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
323 * (which has length *len_ptr), using the SRTP context ctx. If
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c916 char **len_ptr, char **body_ptr)
945 *len_ptr = wpabuf_put(buf, 0);
969 char *len_ptr, char *body_ptr)
976 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
983 char *len_ptr, *body_ptr; local
1008 &len_ptr, &body_ptr);
1018 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1415 char *len_ptr, *body_ptr; local
1443 &dst, &len_ptr, &body_ptr);
1448 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
912 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
968 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1675 char *len_ptr, *body_ptr; local
1838 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c916 char **len_ptr, char **body_ptr)
945 *len_ptr = wpabuf_put(buf, 0);
969 char *len_ptr, char *body_ptr)
976 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
983 char *len_ptr, *body_ptr; local
1008 &len_ptr, &body_ptr);
1018 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1415 char *len_ptr, *body_ptr; local
1443 &dst, &len_ptr, &body_ptr);
1448 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
912 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
968 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1675 char *len_ptr, *body_ptr; local
1838 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c916 char **len_ptr, char **body_ptr)
945 *len_ptr = wpabuf_put(buf, 0);
969 char *len_ptr, char *body_ptr)
976 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
983 char *len_ptr, *body_ptr; local
1008 &len_ptr, &body_ptr);
1018 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1415 char *len_ptr, *body_ptr; local
1443 &dst, &len_ptr, &body_ptr);
1448 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
912 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
968 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1675 char *len_ptr, *body_ptr; local
1838 char *len_ptr, *body_ptr; local
[all...]
/external/kernel-headers/original/linux/
H A Dcompat.h166 compat_size_t __user *len_ptr);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1062 vki_size_t *, len_ptr);
1065 PRE_MEM_WRITE("get_robust_list(len_ptr)",

Completed in 135 milliseconds