Searched defs:len_ptr (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c1133 void decode_m_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr) argument
1137 *mem_addr_ptr = *len_ptr = 0;
1147 *len_ptr = *len_ptr << 4;
1148 *len_ptr |= fromhex (ch) & 0x0f;
1152 void decode_M_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, argument
1157 *mem_addr_ptr = *len_ptr = 0;
1165 *len_ptr = *len_ptr << 4;
1166 *len_ptr |
1172 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.c899 char **len_ptr, char **body_ptr)
928 *len_ptr = wpabuf_put(buf, 0);
952 char *len_ptr, char *body_ptr)
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
966 char *len_ptr, *body_ptr; local
991 &len_ptr, &body_ptr);
1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1424 char *len_ptr, *body_ptr; local
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 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
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c899 char **len_ptr, char **body_ptr)
928 *len_ptr = wpabuf_put(buf, 0);
952 char *len_ptr, char *body_ptr)
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
966 char *len_ptr, *body_ptr; local
991 &len_ptr, &body_ptr);
1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1424 char *len_ptr, *body_ptr; local
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 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
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c899 char **len_ptr, char **body_ptr)
928 *len_ptr = wpabuf_put(buf, 0);
952 char *len_ptr, char *body_ptr)
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
966 char *len_ptr, *body_ptr; local
991 &len_ptr, &body_ptr);
1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1424 char *len_ptr, *body_ptr; local
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 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
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]

Completed in 228 milliseconds