HomeSort by: relevance | last modified time | path
    Searched defs:len_ptr (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pasn/
pasn_responder.c 178 u8 *len_ptr; local
189 len_ptr = wpabuf_put(buf, 2);
197 WPA_PUT_LE16(len_ptr, len - 2);
200 len_ptr = wpabuf_put(buf, 2);
206 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2);
pasn_responder.c 178 u8 *len_ptr; local
189 len_ptr = wpabuf_put(buf, 2);
197 WPA_PUT_LE16(len_ptr, len - 2);
200 len_ptr = wpabuf_put(buf, 2);
206 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2);
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.c 2671 u8 *len_ptr; local
2677 len_ptr = pos; /* Length field to be set at the end */
2712 *len_ptr = pos - len_ptr - 1;
ieee802_11_common.c 2671 u8 *len_ptr; local
2677 len_ptr = pos; /* Length field to be set at the end */
2712 *len_ptr = pos - len_ptr - 1;
  /src/external/bsd/wpa/dist/src/wps/
wps_er.c 898 char **len_ptr, char **body_ptr)
927 *len_ptr = wpabuf_put(buf, 0);
951 char *len_ptr, char *body_ptr)
958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
965 char *len_ptr, *body_ptr; local
990 &len_ptr, &body_ptr);
1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1423 char *len_ptr, *body_ptr; local
1451 &dst, &len_ptr, &body_ptr);
1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr)
1697 char *len_ptr, *body_ptr; local
1869 char *len_ptr, *body_ptr; local
    [all...]
wps_er.c 898 char **len_ptr, char **body_ptr)
927 *len_ptr = wpabuf_put(buf, 0);
951 char *len_ptr, char *body_ptr)
958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
965 char *len_ptr, *body_ptr; local
990 &len_ptr, &body_ptr);
1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1423 char *len_ptr, *body_ptr; local
1451 &dst, &len_ptr, &body_ptr);
1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr)
1697 char *len_ptr, *body_ptr; local
1869 char *len_ptr, *body_ptr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-fd.cc 1989 tree len_ptr = cd.get_arg_tree (2); local
1990 tree star_len_ptr = build2 (MEM_REF, TREE_TYPE (TREE_TYPE (len_ptr)),
1991 len_ptr,
1992 build_int_cst (TREE_TYPE (len_ptr), 0));
sm-fd.cc 1989 tree len_ptr = cd.get_arg_tree (2); local
1990 tree star_len_ptr = build2 (MEM_REF, TREE_TYPE (TREE_TYPE (len_ptr)),
1991 len_ptr,
1992 build_int_cst (TREE_TYPE (len_ptr), 0));

Completed in 34 milliseconds