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

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c651 decode_m_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr) argument
655 *mem_addr_ptr = *len_ptr = 0;
667 *len_ptr = *len_ptr << 4;
668 *len_ptr |= fromhex (ch) & 0x0f;
673 decode_M_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, argument
678 *mem_addr_ptr = *len_ptr = 0;
688 *len_ptr = *len_ptr << 4;
689 *len_ptr |
[all...]
H A Dserver.h146 unsigned int *len_ptr);
148 unsigned int *len_ptr, char *to);
/freebsd-10.1-release/contrib/wpa/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 110 milliseconds