Searched defs:len_ptr (Results 1 - 4 of 4) 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...]
/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...]

Completed in 148 milliseconds