HomeSort by relevance Sort by last modified time
    Searched full:wpabuf_trace (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpabuf.c 18 struct wpabuf_trace { struct
22 static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf)
24 return (struct wpabuf_trace *)
25 ((const u8 *) buf - sizeof(struct wpabuf_trace));
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf);
51 struct wpabuf_trace *trace;
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace = (struct wpabuf_trace *) nbuf;
86 os_memset(nbuf + sizeof(struct wpabuf_trace) +
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace)
    [all...]

Completed in 56 milliseconds